Html Css Color HEX #590955 Palatinate Purple

📋 copy color: '#590955'

red 89 ◦ green 9 ◦ blue 85

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

Shades of Palatinate Purple #590955

Tints of Palatinate Purple #590955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 46.45%

R = 48.63%
G = 4.92%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#590955 (or 0x590955) is known color: Palatinate Purple. HEX triplet: 59, 09 and 55. RGB value is (89,9,85). Sum of RGB (Red+Green+Blue) = 89+9+85=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #590955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590955 is #A6F6AA. Grayscale: #292929. Windows color (decimal): -10942123 or 5572953. OLE color: 5572953.

HSL color Cylindrical-coordinate representation of color #590955: hue angle of 303º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #590955 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 9 85 -
CMYK 0 0.90 0.04 0.65
HSL 303º 0.82% 0.19% -
HSV(B) 303º 0.9% 0.35% -
XYZ 5.86 2.98 8.86 -
YUV 41.58 152.5 161.82 -
System Red Green Blue C M Y K H S L
Decimal 89 9 85 0 0.90 0.04 0.65 303 0.82 0.19
Hex 59 9 55 0 5A 4 41 12F 52 13
Octal 131 11 125 0 132 4 101 457 122 23
Binary 1011001 1001 1010101 0 1011010 100 1000001 100101111 1010010 10011

Color Harmonies of #590955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590955

Black with #590955

Text Example


Text Example

White with #590955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590955; }

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

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

background-color css

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

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

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

border-color css

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

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

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