Html Css Color HEX #5424AC Purple Heart

📋 copy color: '#5424AC'

red 84 ◦ green 36 ◦ blue 172

#5424AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5424AC

Tints of Purple Heart #5424AC

RGB

 RED value IS 84 (33.2% from 255) = 28.77%

 GREEN value IS 36 (14.45% from 255) = 12.33%

 BLUE value IS 172 (67.58% from 255) = 58.9%

R = 28.77%
G = 12.33%
B = 58.9%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5424AC (or 0x5424AC) is known color: Purple Heart. HEX triplet: 54, 24 and AC. RGB value is (84,36,172). Sum of RGB (Red+Green+Blue) = 84+36+172=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #5424AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5424AC is #ABDB53. Grayscale: #414141. Windows color (decimal): -11262804 or 11281492. OLE color: 11281492.

HSL color Cylindrical-coordinate representation of color #5424AC: hue angle of 261.18º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5424AC is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 36 172 -
CMYK 0.51 0.79 0 0.33
HSL 261.18º 0.65% 0.41% -
HSV(B) 261.18º 0.79% 0.67% -
XYZ 11.73 6.13 39.59 -
YUV 65.86 187.9 140.94 -
System Red Green Blue C M Y K H S L
Decimal 84 36 172 0.51 0.79 0 0.33 261.18 0.65 0.41
Hex 54 24 AC 33 4F 0 21 105 41 29
Octal 124 44 254 63 117 0 41 405 101 51
Binary 1010100 100100 10101100 110011 1001111 0 100001 100000101 1000001 101001

Color Harmonies of #5424AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5424AC

Black with #5424AC

Text Example


Text Example

White with #5424AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5424AC; }

 p { color: rgb(84,36,172); }

 H1.HeaderClassName
 {
   color: #5424AC;
 }
 .AnyTagClassName
 {
   color: #5424AC;
 }
</style>

background-color css

<style>
 a { background-color: #5424AC; }

 a { background-color: rgb(84,36,172); }

 div.DivClassName
 {
   background-color: #5424AC;
 }
 .BgClassName
 {
   background-color: #5424AC;
 }
</style>

border-color css

<style>
 span { border-color: #5424AC; }

 span { border-color: rgb(84,36,172); }

 td.TdClassName
 {
   border-color: #5424AC;
 }
 .TagClassName
 {
   border-color: #5424AC;
 }
</style>