Html Css Color HEX #5412AA Purple Heart

📋 copy color: '#5412AA'

red 84 ◦ green 18 ◦ blue 170

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

Shades of Purple Heart #5412AA

Tints of Purple Heart #5412AA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.62%

 BLUE value IS 170 (66.8% from 255) = 62.5%

R = 30.88%
G = 6.62%
B = 62.5%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5412AA (or 0x5412AA) is known color: Purple Heart. HEX triplet: 54, 12 and AA. RGB value is (84,18,170). Sum of RGB (Red+Green+Blue) = 84+18+170=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #5412AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5412AA is #ABED55. Grayscale: #363636. Windows color (decimal): -11267414 or 11145812. OLE color: 11145812.

HSL color Cylindrical-coordinate representation of color #5412AA: hue angle of 266.05º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5412AA is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 18 170 -
CMYK 0.51 0.89 0 0.33
HSL 266.05º 0.81% 0.37% -
HSV(B) 266.05º 0.89% 0.67% -
XYZ 11.13 5.22 38.45 -
YUV 55.06 192.87 148.64 -
System Red Green Blue C M Y K H S L
Decimal 84 18 170 0.51 0.89 0 0.33 266.05 0.81 0.37
Hex 54 12 AA 33 59 0 21 10A 51 25
Octal 124 22 252 63 131 0 41 412 121 45
Binary 1010100 10010 10101010 110011 1011001 0 100001 100001010 1010001 100101

Color Harmonies of #5412AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5412AA

Black with #5412AA

Text Example


Text Example

White with #5412AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5412AA; }

 p { color: rgb(84,18,170); }

 H1.HeaderClassName
 {
   color: #5412AA;
 }
 .AnyTagClassName
 {
   color: #5412AA;
 }
</style>

background-color css

<style>
 a { background-color: #5412AA; }

 a { background-color: rgb(84,18,170); }

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

border-color css

<style>
 span { border-color: #5412AA; }

 span { border-color: rgb(84,18,170); }

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