#5942C2

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

Shades of Purple Heart #5942C2

Tints of Purple Heart #5942C2

Color information

#5942C2 (or 0x5942C2) is unknown color: approx Purple Heart. HEX triplet: 59, 42 and C2. RGB value is (89,66,194). Sum of RGB (Red+Green+Blue) = 89+66+194=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 194 (76.17% from 255 or 55.59% from 349); Max value from RGB is 194 - color contains mainly: blue. Hex color #5942C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5942C2 is #A6BD3D. Grayscale: #565656. Windows color (decimal): -10927422 or 12730969. OLE color: 12730969.

HSL color Cylindrical-coordinate representation of color #5942C2: hue angle of 250.78º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5942C2 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8966194-
CMYK0.540.6600.24
HSL250.78º51.2%50.98%-
HSV(B)250.78º65.98%76.08%-
XYZ15.819.9252.12-
YUV87.47188.12129.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.50%
GREEN value IS 66 (26.17% from 255) = 18.91%
BLUE value IS 194 (76.17% from 255) = 55.59%
R=25.50%
G=18.91%
B=55.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal89661940.540.6600.24250.7851.250.98
Hex5942C23642018fb3333
Octal131102302661020303736363
Binary1011001100001011000010110110100001001100011111011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5942C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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