#5942BE

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

Shades of Purple Heart #5942BE

Tints of Purple Heart #5942BE

Color information

#5942BE (or 0x5942BE) is unknown color: approx Purple Heart. HEX triplet: 59, 42 and BE. RGB value is (89,66,190). Sum of RGB (Red+Green+Blue) = 89+66+190=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #5942BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5942BE is #A6BD41. Grayscale: #565656. Windows color (decimal): -10927426 or 12468825. OLE color: 12468825.

HSL color Cylindrical-coordinate representation of color #5942BE: hue angle of 251.13º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5942BE is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8966190-
CMYK0.530.6500.25
HSL251.13º48.82%50.2%-
HSV(B)251.13º65.26%74.51%-
XYZ15.369.7449.79-
YUV87.01186.12129.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.80%
GREEN value IS 66 (26.17% from 255) = 19.13%
BLUE value IS 190 (74.61% from 255) = 55.07%
R=25.80%
G=19.13%
B=55.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal89661900.530.6500.25251.1348.8250.2
Hex5942BE3541019fb3132
Octal131102276651010313736162
Binary1011001100001010111110110101100000101100111111011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5942BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5942BE; }

 p { color: rgb(89,66,190); }

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

<style>
 a { background-color: #5942BE; }

 a { background-color: rgb(89,66,190); }

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

<style>
 span { border-color: #5942BE; }

 span { border-color: rgb(89,66,190); }

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