#5940C0

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

Shades of Purple Heart #5940C0

Tints of Purple Heart #5940C0

Color information

#5940C0 (or 0x5940C0) is unknown color: approx Purple Heart. HEX triplet: 59, 40 and C0. RGB value is (89,64,192). Sum of RGB (Red+Green+Blue) = 89+64+192=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 192 (75.39% from 255 or 55.65% from 345); Max value from RGB is 192 - color contains mainly: blue. Hex color #5940C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5940C0 is #A6BF3F. Grayscale: #555555. Windows color (decimal): -10927936 or 12599385. OLE color: 12599385.

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

Color convert

RGB8964192-
CMYK0.540.6700.25
HSL251.72º50.39%50.2%-
HSV(B)251.72º66.67%75.29%-
XYZ15.479.650.91-
YUV86.07187.78130.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.80%
GREEN value IS 64 (25.39% from 255) = 18.55%
BLUE value IS 192 (75.39% from 255) = 55.65%
R=25.80%
G=18.55%
B=55.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal89641920.540.6700.25251.7250.3950.2
Hex5940C03643019fc3232
Octal131100300661030313746262
Binary1011001100000011000000110110100001101100111111100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5940C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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