#5E29AD

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

Shades of Purple Heart #5E29AD

Tints of Purple Heart #5E29AD

Color information

#5E29AD (or 0x5E29AD) is unknown color: approx Purple Heart. HEX triplet: 5E, 29 and AD. RGB value is (94,41,173). Sum of RGB (Red+Green+Blue) = 94+41+173=308 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.52% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E29AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E29AD is #A1D652. Grayscale: #474747. Windows color (decimal): -10606163 or 11348318. OLE color: 11348318.

HSL color Cylindrical-coordinate representation of color #5E29AD: hue angle of 264.09º degrees, saturation: 0.62, 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 #5E29AD is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9441173-
CMYK0.460.7600.32
HSL264.09º61.68%41.96%-
HSV(B)264.09º76.3%67.84%-
XYZ12.956.9840.2-
YUV71.9185.06143.77-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.52%
GREEN value IS 41 (16.41% from 255) = 13.31%
BLUE value IS 173 (67.97% from 255) = 56.17%
R=30.52%
G=13.31%
B=56.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94411730.460.7600.32264.0961.6841.96
Hex5E29AD2E4C0201083e2a
Octal13651255561140404107652
Binary10111101010011010110110111010011000100000100001000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E29AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,41,173); }

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

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

 a { background-color: rgb(94,41,173); }

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

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

 span { border-color: rgb(94,41,173); }

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