#5e2aae

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

Shades of Purple Heart #5E2AAE

Tints of Purple Heart #5E2AAE

Color information

#5E2AAE (or 0x5E2AAE) is unknown color: approx Purple Heart. HEX triplet: 5E, 2A and AE. RGB value is (94,42,174). Sum of RGB (Red+Green+Blue) = 94+42+174=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E2AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2AAE is #A1D551. Grayscale: #484848. Windows color (decimal): -10605906 or 11414110. OLE color: 11414110.

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

Color convert

RGB9442174-
CMYK0.460.7600.32
HSL263.64º61.11%42.35%-
HSV(B)263.64º75.86%68.24%-
XYZ13.087.0940.72-
YUV72.6185.23143.27-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.32%
GREEN value IS 42 (16.80% from 255) = 13.55%
BLUE value IS 174 (68.36% from 255) = 56.13%
R=30.32%
G=13.55%
B=56.13%

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
Decimal94421740.460.7600.32263.6461.1142.35
Hex5E2AAE2E4C0201083d2a
Octal13652256561140404107552
Binary10111101010101010111010111010011000100000100001000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e2aae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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