Html Css Color HEX #590259 Palatinate Purple

📋 copy color: '#590259'

red 89 ◦ green 2 ◦ blue 89

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

Shades of Palatinate Purple #590259

Tints of Palatinate Purple #590259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 49.44%

R = 49.44%
G = 1.11%
B = 49.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#590259 (or 0x590259) is known color: Palatinate Purple. HEX triplet: 59, 02 and 59. RGB value is (89,2,89). Sum of RGB (Red+Green+Blue) = 89+2+89=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #590259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590259 is #A6FDA6. Grayscale: #252525. Windows color (decimal): -10943911 or 5833305. OLE color: 5833305.

HSL color Cylindrical-coordinate representation of color #590259: hue angle of 300º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #590259 is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 2 89 -
CMYK 0 0.98 0 0.65
HSL 300º 0.96% 0.18% -
HSV(B) 300º 0.98% 0.35% -
XYZ 5.94 2.89 9.7 -
YUV 37.93 156.82 164.43 -
System Red Green Blue C M Y K H S L
Decimal 89 2 89 0 0.98 0 0.65 300 0.96 0.18
Hex 59 2 59 0 62 0 41 12C 60 12
Octal 131 2 131 0 142 0 101 454 140 22
Binary 1011001 10 1011001 0 1100010 0 1000001 100101100 1100000 10010

Color Harmonies of #590259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590259

Black with #590259

Text Example


Text Example

White with #590259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590259; }

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

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

background-color css

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

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

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

border-color css

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

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

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