#5720AA

Color #5720AA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5720AA

Tints of Purple Heart #5720AA

Color information

#5720AA (or 0x5720AA) is unknown color: approx Purple Heart. HEX triplet: 57, 20 and AA. RGB value is (87,32,170). Sum of RGB (Red+Green+Blue) = 87+32+170=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #5720AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5720AA is #A8DF55. Grayscale: #3F3F3F. Windows color (decimal): -11067222 or 11149399. OLE color: 11149399.

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

Color convert

RGB8732170-
CMYK0.490.8100.33
HSL263.91º68.32%39.61%-
HSV(B)263.91º81.18%66.67%-
XYZ11.75.9638.56-
YUV64.18187.72144.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.10%
GREEN value IS 32 (12.89% from 255) = 11.07%
BLUE value IS 170 (66.80% from 255) = 58.82%
R=30.10%
G=11.07%
B=58.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87321700.490.8100.33263.9168.3239.61
Hex5720AA31510211084428
Octal127402526112104141010450
Binary101011110000010101010110001101000101000011000010001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5720AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5720AA;
 }
 .AnyTagClassName
 {
   color: #5720AA;
 }
</style>
background-color css

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

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

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

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

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

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