#5E1EAE

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

Shades of Purple Heart #5E1EAE

Tints of Purple Heart #5E1EAE

Color information

#5E1EAE (or 0x5E1EAE) is unknown color: approx Purple Heart. HEX triplet: 5E, 1E and AE. RGB value is (94,30,174). Sum of RGB (Red+Green+Blue) = 94+30+174=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E1EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1EAE is #A1E151. Grayscale: #414141. Windows color (decimal): -10608978 or 11411038. OLE color: 11411038.

HSL color Cylindrical-coordinate representation of color #5E1EAE: hue angle of 266.67º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E1EAE is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9430174-
CMYK0.460.8300.32
HSL266.67º70.59%40%-
HSV(B)266.67º82.76%68.24%-
XYZ12.726.3640.6-
YUV65.55189.2148.29-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.54%
GREEN value IS 30 (12.11% from 255) = 10.07%
BLUE value IS 174 (68.36% from 255) = 58.39%
R=31.54%
G=10.07%
B=58.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94301740.460.8300.32266.6770.5940
Hex5E1EAE2E5302010b4728
Octal136362565612304041310750
Binary10111101111010101110101110101001101000001000010111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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