#590FCB

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

Shades of Purple Heart #590FCB

Tints of Purple Heart #590FCB

Color information

#590FCB (or 0x590FCB) is unknown color: approx Purple Heart. HEX triplet: 59, 0F and CB. RGB value is (89,15,203). Sum of RGB (Red+Green+Blue) = 89+15+203=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #590FCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590FCB is #A6F034. Grayscale: #393939. Windows color (decimal): -10940469 or 13307737. OLE color: 13307737.

HSL color Cylindrical-coordinate representation of color #590FCB: hue angle of 263.62º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590FCB is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8915203-
CMYK0.560.9300.20
HSL263.62º86.24%42.75%-
HSV(B)263.62º92.61%79.61%-
XYZ15.076.7857.01-
YUV58.56209.52149.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.99%
GREEN value IS 15 (6.25% from 255) = 4.89%
BLUE value IS 203 (79.69% from 255) = 66.12%
R=28.99%
G=4.89%
B=66.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal89152030.560.9300.20263.6286.2442.75
Hex59FCB385D014108562b
Octal131173137013502441012653
Binary101100111111100101111100010111010101001000010001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,15,203); }

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

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

 a { background-color: rgb(89,15,203); }

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

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

 span { border-color: rgb(89,15,203); }

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