Html Css Color HEX #5412AB Purple Heart

📋 copy color: '#5412AB'

red 84 ◦ green 18 ◦ blue 171

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

Shades of Purple Heart #5412AB

Tints of Purple Heart #5412AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 62.64%

R = 30.77%
G = 6.59%
B = 62.64%

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

#5412AB (or 0x5412AB) is known color: Purple Heart. HEX triplet: 54, 12 and AB. RGB value is (84,18,171). Sum of RGB (Red+Green+Blue) = 84+18+171=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #5412AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5412AB is #ABED54. Grayscale: #363636. Windows color (decimal): -11267413 or 11211348. OLE color: 11211348.

HSL color Cylindrical-coordinate representation of color #5412AB: hue angle of 265.88º 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 #5412AB is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 18 171 -
CMYK 0.51 0.89 0 0.33
HSL 265.88º 0.81% 0.37% -
HSV(B) 265.88º 0.89% 0.67% -
XYZ 11.22 5.26 38.95 -
YUV 55.18 193.37 148.56 -
System Red Green Blue C M Y K H S L
Decimal 84 18 171 0.51 0.89 0 0.33 265.88 0.81 0.37
Hex 54 12 AB 33 59 0 21 10A 51 25
Octal 124 22 253 63 131 0 41 412 121 45
Binary 1010100 10010 10101011 110011 1011001 0 100001 100001010 1010001 100101

Color Harmonies of #5412AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5412AB

Black with #5412AB

Text Example


Text Example

White with #5412AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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