#5911C1

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

Shades of Purple Heart #5911C1

Tints of Purple Heart #5911C1

Color information

#5911C1 (or 0x5911C1) is unknown color: approx Purple Heart. HEX triplet: 59, 11 and C1. RGB value is (89,17,193). Sum of RGB (Red+Green+Blue) = 89+17+193=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 193 (75.78% from 255 or 64.55% from 299); Max value from RGB is 193 - color contains mainly: blue. Hex color #5911C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5911C1 is #A6EE3E. Grayscale: #393939. Windows color (decimal): -10939967 or 12652889. OLE color: 12652889.

HSL color Cylindrical-coordinate representation of color #5911C1: hue angle of 264.55º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5911C1 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8917193-
CMYK0.540.9100.24
HSL264.55º83.81%41.18%-
HSV(B)264.55º91.19%75.69%-
XYZ13.956.3850.95-
YUV58.59203.85149.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.77%
GREEN value IS 17 (7.03% from 255) = 5.69%
BLUE value IS 193 (75.78% from 255) = 64.55%
R=29.77%
G=5.69%
B=64.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal89171930.540.9100.24264.5583.8141.18
Hex5911C1365B0181095429
Octal131213016613303041112451
Binary1011001100011100000111011010110110110001000010011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5911C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5911C1; }

 p { color: rgb(89,17,193); }

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

<style>
 a { background-color: #5911C1; }

 a { background-color: rgb(89,17,193); }

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

<style>
 span { border-color: #5911C1; }

 span { border-color: rgb(89,17,193); }

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