#5E40BF

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

Shades of Purple Heart #5E40BF

Tints of Purple Heart #5E40BF

Color information

#5E40BF (or 0x5E40BF) is unknown color: approx Purple Heart. HEX triplet: 5E, 40 and BF. RGB value is (94,64,191). Sum of RGB (Red+Green+Blue) = 94+64+191=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E40BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E40BF is #A1BF40. Grayscale: #565656. Windows color (decimal): -10600257 or 12533854. OLE color: 12533854.

HSL color Cylindrical-coordinate representation of color #5E40BF: hue angle of 254.17º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E40BF is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9464191-
CMYK0.510.6600.25
HSL254.17º49.8%50%-
HSV(B)254.17º66.49%74.9%-
XYZ15.859.8150.35-
YUV87.45186.44132.67-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.93%
GREEN value IS 64 (25.39% from 255) = 18.34%
BLUE value IS 191 (75% from 255) = 54.73%
R=26.93%
G=18.34%
B=54.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal94641910.510.6600.25254.1749.850
Hex5E40BF3342019fe3232
Octal136100277631020313766262
Binary1011110100000010111111110011100001001100111111110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E40BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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