Html Css Color HEX #590360 Palatinate Purple

📋 copy color: '#590360'

red 89 ◦ green 3 ◦ blue 96

#590360
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #590360

Tints of Palatinate Purple #590360

RGB

 RED value IS 89 (35.16% from 255) = 47.34%

 GREEN value IS 3 (1.56% from 255) = 1.6%

 BLUE value IS 96 (37.89% from 255) = 51.06%

R = 47.34%
G = 1.6%
B = 51.06%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#590360 (or 0x590360) is known color: Palatinate Purple. HEX triplet: 59, 03 and 60. RGB value is (89,3,96). Sum of RGB (Red+Green+Blue) = 89+3+96=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #590360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590360 is #A6FC9F. Grayscale: #272727. Windows color (decimal): -10943648 or 6292313. OLE color: 6292313.

HSL color Cylindrical-coordinate representation of color #590360: hue angle of 295.48º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #590360 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 3 96 -
CMYK 0.07 0.97 0 0.62
HSL 295.48º 0.94% 0.19% -
HSV(B) 295.48º 0.97% 0.38% -
XYZ 6.26 3.03 11.32 -
YUV 39.32 159.99 163.44 -
System Red Green Blue C M Y K H S L
Decimal 89 3 96 0.07 0.97 0 0.62 295.48 0.94 0.19
Hex 59 3 60 7 61 0 3E 127 5E 13
Octal 131 3 140 7 141 0 76 447 136 23
Binary 1011001 11 1100000 111 1100001 0 111110 100100111 1011110 10011

Color Harmonies of #590360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590360

Black with #590360

Text Example


Text Example

White with #590360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590360; }

 p { color: rgb(89,3,96); }

 H1.HeaderClassName
 {
   color: #590360;
 }
 .AnyTagClassName
 {
   color: #590360;
 }
</style>

background-color css

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

 a { background-color: rgb(89,3,96); }

 div.DivClassName
 {
   background-color: #590360;
 }
 .BgClassName
 {
   background-color: #590360;
 }
</style>

border-color css

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

 span { border-color: rgb(89,3,96); }

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