#590EBE

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

Shades of Purple Heart #590EBE

Tints of Purple Heart #590EBE

Color information

#590EBE (or 0x590EBE) is unknown color: approx Purple Heart. HEX triplet: 59, 0E and BE. RGB value is (89,14,190). Sum of RGB (Red+Green+Blue) = 89+14+190=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #590EBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590EBE is #A6F141. Grayscale: #373737. Windows color (decimal): -10940738 or 12455513. OLE color: 12455513.

HSL color Cylindrical-coordinate representation of color #590EBE: hue angle of 265.57º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590EBE is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8914190-
CMYK0.530.9300.25
HSL265.57º86.27%40%-
HSV(B)265.57º92.63%74.51%-
XYZ13.576.1649.19-
YUV56.49203.35151.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.38%
GREEN value IS 14 (5.86% from 255) = 4.78%
BLUE value IS 190 (74.61% from 255) = 64.85%
R=30.38%
G=4.78%
B=64.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal89141900.530.9300.25265.5786.2740
Hex59EBE355D01910a5628
Octal131162766513503141212650
Binary101100111101011111011010110111010110011000010101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590EBE; }

 p { color: rgb(89,14,190); }

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

<style>
 a { background-color: #590EBE; }

 a { background-color: rgb(89,14,190); }

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

<style>
 span { border-color: #590EBE; }

 span { border-color: rgb(89,14,190); }

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