#5820AA

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

Shades of Purple Heart #5820AA

Tints of Purple Heart #5820AA

Color information

#5820AA (or 0x5820AA) is unknown color: approx Purple Heart. HEX triplet: 58, 20 and AA. RGB value is (88,32,170). Sum of RGB (Red+Green+Blue) = 88+32+170=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #5820AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5820AA is #A7DF55. Grayscale: #3F3F3F. Windows color (decimal): -11001686 or 11149400. OLE color: 11149400.

HSL color Cylindrical-coordinate representation of color #5820AA: hue angle of 264.35º 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 #5820AA is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8832170-
CMYK0.480.8100.33
HSL264.35º68.32%39.61%-
HSV(B)264.35º81.18%66.67%-
XYZ11.86.0138.57-
YUV64.48187.55144.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.34%
GREEN value IS 32 (12.89% from 255) = 11.03%
BLUE value IS 170 (66.80% from 255) = 58.62%
R=30.34%
G=11.03%
B=58.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88321700.480.8100.33264.3568.3239.61
Hex5820AA30510211084428
Octal130402526012104141010450
Binary101100010000010101010110000101000101000011000010001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5820AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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