Html Css Color HEX #590962 Palatinate Purple

📋 copy color: '#590962'

red 89 ◦ green 9 ◦ blue 98

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

Shades of Palatinate Purple #590962

Tints of Palatinate Purple #590962

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.59%

 BLUE value IS 98 (38.67% from 255) = 50%

R = 45.41%
G = 4.59%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#590962 (or 0x590962) is known color: Palatinate Purple. HEX triplet: 59, 09 and 62. RGB value is (89,9,98). Sum of RGB (Red+Green+Blue) = 89+9+98=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #590962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590962 is #A6F69D. Grayscale: #2A2A2A. Windows color (decimal): -10942110 or 6424921. OLE color: 6424921.

HSL color Cylindrical-coordinate representation of color #590962: hue angle of 293.93º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #590962 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 9 98 -
CMYK 0.09 0.91 0 0.62
HSL 293.93º 0.83% 0.21% -
HSV(B) 293.93º 0.91% 0.38% -
XYZ 6.42 3.2 11.83 -
YUV 43.07 159 160.76 -
System Red Green Blue C M Y K H S L
Decimal 89 9 98 0.09 0.91 0 0.62 293.93 0.83 0.21
Hex 59 9 62 9 5B 0 3E 126 53 15
Octal 131 11 142 11 133 0 76 446 123 25
Binary 1011001 1001 1100010 1001 1011011 0 111110 100100110 1010011 10101

Color Harmonies of #590962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590962

Black with #590962

Text Example


Text Example

White with #590962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590962; }

 p { color: rgb(89,9,98); }

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

background-color css

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

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

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

border-color css

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

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

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