#591EC0

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

Shades of Purple Heart #591EC0

Tints of Purple Heart #591EC0

Color information

#591EC0 (or 0x591EC0) is unknown color: approx Purple Heart. HEX triplet: 59, 1E and C0. RGB value is (89,30,192). Sum of RGB (Red+Green+Blue) = 89+30+192=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 192 (75.39% from 255 or 61.74% from 311); Max value from RGB is 192 - color contains mainly: blue. Hex color #591EC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591EC0 is #A6E13F. Grayscale: #414141. Windows color (decimal): -10936640 or 12590681. OLE color: 12590681.

HSL color Cylindrical-coordinate representation of color #591EC0: hue angle of 261.85º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591EC0 is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8930192-
CMYK0.540.8400.25
HSL261.85º72.97%43.53%-
HSV(B)261.85º84.38%75.29%-
XYZ14.16.8650.45-
YUV66.11199.05144.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.62%
GREEN value IS 30 (12.11% from 255) = 9.65%
BLUE value IS 192 (75.39% from 255) = 61.74%
R=28.62%
G=9.65%
B=61.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal89301920.540.8400.25261.8572.9743.53
Hex591EC03654019106492c
Octal131363006612403140611154
Binary1011001111101100000011011010101000110011000001101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591EC0; }

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

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

<style>
 a { background-color: #591EC0; }

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

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

<style>
 span { border-color: #591EC0; }

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

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