Html Css Color HEX #5712A9 Purple Heart

📋 copy color: '#5712A9'

red 87 ◦ green 18 ◦ blue 169

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

Shades of Purple Heart #5712A9

Tints of Purple Heart #5712A9

RGB

 RED value IS 87 (34.38% from 255) = 31.75%

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

 BLUE value IS 169 (66.41% from 255) = 61.68%

R = 31.75%
G = 6.57%
B = 61.68%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5712A9 (or 0x5712A9) is known color: Purple Heart. HEX triplet: 57, 12 and A9. RGB value is (87,18,169). Sum of RGB (Red+Green+Blue) = 87+18+169=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 169 (66.41% from 255 or 61.68% from 274); Max value from RGB is 169 - color contains mainly: blue. Hex color #5712A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5712A9 is #A8ED56. Grayscale: #373737. Windows color (decimal): -11070807 or 11080279. OLE color: 11080279.

HSL color Cylindrical-coordinate representation of color #5712A9: hue angle of 267.42º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5712A9 is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 87 18 169 -
CMYK 0.49 0.89 0 0.34
HSL 267.42º 0.81% 0.37% -
HSV(B) 267.42º 0.89% 0.66% -
XYZ 11.31 5.32 37.97 -
YUV 55.85 191.86 150.22 -
System Red Green Blue C M Y K H S L
Decimal 87 18 169 0.49 0.89 0 0.34 267.42 0.81 0.37
Hex 57 12 A9 31 59 0 22 10B 51 25
Octal 127 22 251 61 131 0 42 413 121 45
Binary 1010111 10010 10101001 110001 1011001 0 100010 100001011 1010001 100101

Color Harmonies of #5712A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5712A9

Black with #5712A9

Text Example


Text Example

White with #5712A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5712A9; }

 p { color: rgb(87,18,169); }

 H1.HeaderClassName
 {
   color: #5712A9;
 }
 .AnyTagClassName
 {
   color: #5712A9;
 }
</style>

background-color css

<style>
 a { background-color: #5712A9; }

 a { background-color: rgb(87,18,169); }

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

border-color css

<style>
 span { border-color: #5712A9; }

 span { border-color: rgb(87,18,169); }

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