#590CB1

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

Shades of Purple Heart #590CB1

Tints of Purple Heart #590CB1

Color information

#590CB1 (or 0x590CB1) is unknown color: approx Purple Heart. HEX triplet: 59, 0C and B1. RGB value is (89,12,177). Sum of RGB (Red+Green+Blue) = 89+12+177=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 177 (69.53% from 255 or 63.67% from 278); Max value from RGB is 177 - color contains mainly: blue. Hex color #590CB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590CB1 is #A6F34E. Grayscale: #353535. Windows color (decimal): -10941263 or 11603033. OLE color: 11603033.

HSL color Cylindrical-coordinate representation of color #590CB1: hue angle of 268º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590CB1 is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8912177-
CMYK0.500.9300.31
HSL268º87.3%37.06%-
HSV(B)268º93.22%69.41%-
XYZ12.195.5642.03-
YUV53.83197.51153.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.01%
GREEN value IS 12 (5.08% from 255) = 4.32%
BLUE value IS 177 (69.53% from 255) = 63.67%
R=32.01%
G=4.32%
B=63.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal89121770.500.9300.3126887.337.06
Hex59CB1325D01F10c5725
Octal131142616213503741412745
Binary101100111001011000111001010111010111111000011001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,12,177); }

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

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

 a { background-color: rgb(89,12,177); }

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

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

 span { border-color: rgb(89,12,177); }

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