Html Css Color HEX #5720A9 Purple Heart

📋 copy color: '#5720A9'

red 87 ◦ green 32 ◦ blue 169

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

Shades of Purple Heart #5720A9

Tints of Purple Heart #5720A9

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.11%

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

R = 30.21%
G = 11.11%
B = 58.68%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5720A9 (or 0x5720A9) is known color: Purple Heart. HEX triplet: 57, 20 and A9. RGB value is (87,32,169). Sum of RGB (Red+Green+Blue) = 87+32+169=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 169 (66.41% from 255 or 58.68% from 288); Max value from RGB is 169 - color contains mainly: blue. Hex color #5720A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5720A9 is #A8DF56. Grayscale: #3F3F3F. Windows color (decimal): -11067223 or 11083863. OLE color: 11083863.

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

Color convert

RGB 87 32 169 -
CMYK 0.49 0.81 0 0.34
HSL 264.09º 0.68% 0.39% -
HSV(B) 264.09º 0.81% 0.66% -
XYZ 11.61 5.92 38.07 -
YUV 64.06 187.22 144.36 -
System Red Green Blue C M Y K H S L
Decimal 87 32 169 0.49 0.81 0 0.34 264.09 0.68 0.39
Hex 57 20 A9 31 51 0 22 108 44 27
Octal 127 40 251 61 121 0 42 410 104 47
Binary 1010111 100000 10101001 110001 1010001 0 100010 100001000 1000100 100111

Color Harmonies of #5720A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5720A9

Black with #5720A9

Text Example


Text Example

White with #5720A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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