#5D2AAE

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

Shades of Purple Heart #5D2AAE

Tints of Purple Heart #5D2AAE

Color information

#5D2AAE (or 0x5D2AAE) is unknown color: approx Purple Heart. HEX triplet: 5D, 2A and AE. RGB value is (93,42,174). Sum of RGB (Red+Green+Blue) = 93+42+174=309 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.10% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D2AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2AAE is #A2D551. Grayscale: #474747. Windows color (decimal): -10671442 or 11414109. OLE color: 11414109.

HSL color Cylindrical-coordinate representation of color #5D2AAE: hue angle of 263.18º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D2AAE is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9342174-
CMYK0.470.7600.32
HSL263.18º61.11%42.35%-
HSV(B)263.18º75.86%68.24%-
XYZ12.987.0440.72-
YUV72.3185.4142.77-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.10%
GREEN value IS 42 (16.80% from 255) = 13.59%
BLUE value IS 174 (68.36% from 255) = 56.31%
R=30.10%
G=13.59%
B=56.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93421740.470.7600.32263.1861.1142.35
Hex5D2AAE2F4C0201073d2a
Octal13552256571140404077552
Binary10111011010101010111010111110011000100000100000111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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