#5941C0

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

Shades of Purple Heart #5941C0

Tints of Purple Heart #5941C0

Color information

#5941C0 (or 0x5941C0) is unknown color: approx Purple Heart. HEX triplet: 59, 41 and C0. RGB value is (89,65,192). Sum of RGB (Red+Green+Blue) = 89+65+192=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 192 (75.39% from 255 or 55.49% from 346); Max value from RGB is 192 - color contains mainly: blue. Hex color #5941C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5941C0 is #A6BE3F. Grayscale: #565656. Windows color (decimal): -10927680 or 12599641. OLE color: 12599641.

HSL color Cylindrical-coordinate representation of color #5941C0: hue angle of 251.34º 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 #5941C0 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8965192-
CMYK0.540.6600.25
HSL251.34º50.2%50.39%-
HSV(B)251.34º66.15%75.29%-
XYZ15.529.7150.93-
YUV86.65187.45129.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.72%
GREEN value IS 65 (25.78% from 255) = 18.79%
BLUE value IS 192 (75.39% from 255) = 55.49%
R=25.72%
G=18.79%
B=55.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal89651920.540.6600.25251.3450.250.39
Hex5941C03642019fb3232
Octal131101300661020313736262
Binary1011001100000111000000110110100001001100111111011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5941C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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