Html Css Color HEX #590758 Palatinate Purple

📋 copy color: '#590758'

red 89 ◦ green 7 ◦ blue 88

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

Shades of Palatinate Purple #590758

Tints of Palatinate Purple #590758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 47.83%

R = 48.37%
G = 3.8%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#590758 (or 0x590758) is known color: Palatinate Purple. HEX triplet: 59, 07 and 58. RGB value is (89,7,88). Sum of RGB (Red+Green+Blue) = 89+7+88=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #590758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590758 is #A6F8A7. Grayscale: #282828. Windows color (decimal): -10942632 or 5769049. OLE color: 5769049.

HSL color Cylindrical-coordinate representation of color #590758: hue angle of 300.73º 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 #590758 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 7 88 -
CMYK 0 0.92 0.01 0.65
HSL 300.73º 0.85% 0.19% -
HSV(B) 300.73º 0.92% 0.35% -
XYZ 5.96 2.98 9.49 -
YUV 40.75 154.67 162.41 -
System Red Green Blue C M Y K H S L
Decimal 89 7 88 0 0.92 0.01 0.65 300.73 0.85 0.19
Hex 59 7 58 0 5C 1 41 12D 55 13
Octal 131 7 130 0 134 1 101 455 125 23
Binary 1011001 111 1011000 0 1011100 1 1000001 100101101 1010101 10011

Color Harmonies of #590758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590758

Black with #590758

Text Example


Text Example

White with #590758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590758; }

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

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

background-color css

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

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

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

border-color css

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

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

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