#591ED0

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

Shades of Purple Heart #591ED0

Tints of Purple Heart #591ED0

Color information

#591ED0 (or 0x591ED0) is unknown color: approx Purple Heart. HEX triplet: 59, 1E and D0. RGB value is (89,30,208). Sum of RGB (Red+Green+Blue) = 89+30+208=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 208 (81.64% from 255 or 63.61% from 327); Max value from RGB is 208 - color contains mainly: blue. Hex color #591ED0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591ED0 is #A6E12F. Grayscale: #434343. Windows color (decimal): -10936624 or 13639257. OLE color: 13639257.

HSL color Cylindrical-coordinate representation of color #591ED0: hue angle of 259.89º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #591ED0 is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8930208-
CMYK0.570.8600.18
HSL259.89º74.79%46.67%-
HSV(B)259.89º85.58%81.57%-
XYZ15.977.6160.3-
YUV67.93207.05143.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.22%
GREEN value IS 30 (12.11% from 255) = 9.17%
BLUE value IS 208 (81.64% from 255) = 63.61%
R=27.22%
G=9.17%
B=63.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal89302080.570.8600.18259.8974.7946.67
Hex591ED039560121044b2f
Octal131363207112602240411357
Binary1011001111101101000011100110101100100101000001001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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