#5D2AA9

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

Shades of Purple Heart #5D2AA9

Tints of Purple Heart #5D2AA9

Color information

#5D2AA9 (or 0x5D2AA9) is unknown color: approx Purple Heart. HEX triplet: 5D, 2A and A9. RGB value is (93,42,169). Sum of RGB (Red+Green+Blue) = 93+42+169=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 169 (66.41% from 255 or 55.59% from 304); Max value from RGB is 169 - color contains mainly: blue. Hex color #5D2AA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2AA9 is #A2D556. Grayscale: #474747. Windows color (decimal): -10671447 or 11086429. OLE color: 11086429.

HSL color Cylindrical-coordinate representation of color #5D2AA9: hue angle of 264.09º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D2AA9 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9342169-
CMYK0.450.7500.34
HSL264.09º60.19%41.37%-
HSV(B)264.09º75.15%66.27%-
XYZ12.56.8538.2-
YUV71.73182.9143.17-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.59%
GREEN value IS 42 (16.80% from 255) = 13.82%
BLUE value IS 169 (66.41% from 255) = 55.59%
R=30.59%
G=13.82%
B=55.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal93421690.450.7500.34264.0960.1941.37
Hex5D2AA92D4B0221083c29
Octal13552251551130424107451
Binary10111011010101010100110110110010110100010100001000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D2AA9; }

 p { color: rgb(93,42,169); }

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

<style>
 a { background-color: #5D2AA9; }

 a { background-color: rgb(93,42,169); }

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

<style>
 span { border-color: #5D2AA9; }

 span { border-color: rgb(93,42,169); }

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