Html Css Color HEX #590260 Palatinate Purple

📋 copy color: '#590260'

red 89 ◦ green 2 ◦ blue 96

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

Shades of Palatinate Purple #590260

Tints of Palatinate Purple #590260

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.07%

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

R = 47.59%
G = 1.07%
B = 51.34%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#590260 (or 0x590260) is known color: Palatinate Purple. HEX triplet: 59, 02 and 60. RGB value is (89,2,96). Sum of RGB (Red+Green+Blue) = 89+2+96=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #590260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590260 is #A6FD9F. Grayscale: #262626. Windows color (decimal): -10943904 or 6292057. OLE color: 6292057.

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

Color convert

RGB 89 2 96 -
CMYK 0.07 0.98 0 0.62
HSL 295.53º 0.96% 0.19% -
HSV(B) 295.53º 0.98% 0.38% -
XYZ 6.25 3.01 11.32 -
YUV 38.73 160.32 163.86 -
System Red Green Blue C M Y K H S L
Decimal 89 2 96 0.07 0.98 0 0.62 295.53 0.96 0.19
Hex 59 2 60 7 62 0 3E 128 60 13
Octal 131 2 140 7 142 0 76 450 140 23
Binary 1011001 10 1100000 111 1100010 0 111110 100101000 1100000 10011

Color Harmonies of #590260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590260

Black with #590260

Text Example


Text Example

White with #590260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590260; }

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

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

background-color css

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

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

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

border-color css

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

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

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