#5D2AA8

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

Shades of Purple Heart #5D2AA8

Tints of Purple Heart #5D2AA8

Color information

#5D2AA8 (or 0x5D2AA8) is unknown color: approx Purple Heart. HEX triplet: 5D, 2A and A8. RGB value is (93,42,168). Sum of RGB (Red+Green+Blue) = 93+42+168=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 168 (66.02% from 255 or 55.45% from 303); Max value from RGB is 168 - color contains mainly: blue. Hex color #5D2AA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2AA8 is #A2D557. Grayscale: #474747. Windows color (decimal): -10671448 or 11020893. OLE color: 11020893.

HSL color Cylindrical-coordinate representation of color #5D2AA8: hue angle of 264.29º 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 #5D2AA8 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9342168-
CMYK0.450.7500.34
HSL264.29º60%41.18%-
HSV(B)264.29º75%65.88%-
XYZ12.416.8137.71-
YUV71.61182.4143.25-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.69%
GREEN value IS 42 (16.80% from 255) = 13.86%
BLUE value IS 168 (66.02% from 255) = 55.45%
R=30.69%
G=13.86%
B=55.45%

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
Decimal93421680.450.7500.34264.296041.18
Hex5D2AA82D4B0221083c29
Octal13552250551130424107451
Binary10111011010101010100010110110010110100010100001000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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