#5E40CE

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

Shades of Purple Heart #5E40CE

Tints of Purple Heart #5E40CE

Color information

#5E40CE (or 0x5E40CE) is unknown color: approx Purple Heart. HEX triplet: 5E, 40 and CE. RGB value is (94,64,206). Sum of RGB (Red+Green+Blue) = 94+64+206=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E40CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E40CE is #A1BF31. Grayscale: #585858. Windows color (decimal): -10600242 or 13516894. OLE color: 13516894.

HSL color Cylindrical-coordinate representation of color #5E40CE: hue angle of 252.68º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E40CE is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9464206-
CMYK0.540.6900.19
HSL252.68º59.17%52.94%-
HSV(B)252.68º68.93%80.78%-
XYZ17.5910.559.49-
YUV89.16193.94131.45-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.82%
GREEN value IS 64 (25.39% from 255) = 17.58%
BLUE value IS 206 (80.86% from 255) = 56.59%
R=25.82%
G=17.58%
B=56.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal94642060.540.6900.19252.6859.1752.94
Hex5E40CE3645013fd3b35
Octal136100316661050233757365
Binary1011110100000011001110110110100010101001111111101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E40CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,64,206); }

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

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

 a { background-color: rgb(94,64,206); }

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

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

 span { border-color: rgb(94,64,206); }

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