#5e40cf

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

Shades of Purple Heart #5E40CF

Tints of Purple Heart #5E40CF

Color information

#5E40CF (or 0x5E40CF) is unknown color: approx Purple Heart. HEX triplet: 5E, 40 and CF. RGB value is (94,64,207). Sum of RGB (Red+Green+Blue) = 94+64+207=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E40CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E40CF is #A1BF30. Grayscale: #585858. Windows color (decimal): -10600241 or 13582430. OLE color: 13582430.

HSL color Cylindrical-coordinate representation of color #5E40CF: hue angle of 252.59º degrees, saturation: 0.6, 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 #5E40CF is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9464207-
CMYK0.550.6900.19
HSL252.59º59.83%53.14%-
HSV(B)252.59º69.08%81.18%-
XYZ17.7110.5560.13-
YUV89.27194.44131.37-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.75%
GREEN value IS 64 (25.39% from 255) = 17.53%
BLUE value IS 207 (81.25% from 255) = 56.71%
R=25.75%
G=17.53%
B=56.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal94642070.550.6900.19252.5959.8353.14
Hex5E40CF3745013fd3c35
Octal136100317671050233757465
Binary1011110100000011001111110111100010101001111111101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e40cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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