#5940CE

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

Shades of Purple Heart #5940CE

Tints of Purple Heart #5940CE

Color information

#5940CE (or 0x5940CE) is unknown color: approx Purple Heart. HEX triplet: 59, 40 and CE. RGB value is (89,64,206). Sum of RGB (Red+Green+Blue) = 89+64+206=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #5940CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5940CE is #A6BF31. Grayscale: #575757. Windows color (decimal): -10927922 or 13516889. OLE color: 13516889.

HSL color Cylindrical-coordinate representation of color #5940CE: hue angle of 250.56º 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 #5940CE is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8964206-
CMYK0.570.6900.19
HSL250.56º59.17%52.94%-
HSV(B)250.56º68.93%80.78%-
XYZ17.0910.2559.47-
YUV87.66194.78128.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.79%
GREEN value IS 64 (25.39% from 255) = 17.83%
BLUE value IS 206 (80.86% from 255) = 57.38%
R=24.79%
G=17.83%
B=57.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal89642060.570.6900.19250.5659.1752.94
Hex5940CE3945013fb3b35
Octal131100316711050233737365
Binary1011001100000011001110111001100010101001111111011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5940CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5940CE; }

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

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

<style>
 a { background-color: #5940CE; }

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

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

<style>
 span { border-color: #5940CE; }

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

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