Html Css Color HEX #590759 Palatinate Purple

📋 copy color: '#590759'

red 89 ◦ green 7 ◦ blue 89

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

Shades of Palatinate Purple #590759

Tints of Palatinate Purple #590759

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.78%

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

R = 48.11%
G = 3.78%
B = 48.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#590759 (or 0x590759) is known color: Palatinate Purple. HEX triplet: 59, 07 and 59. RGB value is (89,7,89). Sum of RGB (Red+Green+Blue) = 89+7+89=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #590759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590759 is #A6F8A6. Grayscale: #282828. Windows color (decimal): -10942631 or 5834585. OLE color: 5834585.

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

Color convert

RGB 89 7 89 -
CMYK 0 0.92 0 0.65
HSL 300º 0.85% 0.19% -
HSV(B) 300º 0.92% 0.35% -
XYZ 6 3 9.71 -
YUV 40.87 155.17 162.33 -
System Red Green Blue C M Y K H S L
Decimal 89 7 89 0 0.92 0 0.65 300 0.85 0.19
Hex 59 7 59 0 5C 0 41 12C 55 13
Octal 131 7 131 0 134 0 101 454 125 23
Binary 1011001 111 1011001 0 1011100 0 1000001 100101100 1010101 10011

Color Harmonies of #590759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590759

Black with #590759

Text Example


Text Example

White with #590759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590759; }

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

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

background-color css

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

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

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

border-color css

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

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

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