Html Css Color HEX #592059 Palatinate Purple

📋 copy color: '#592059'

red 89 ◦ green 32 ◦ blue 89

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

Shades of Palatinate Purple #592059

Tints of Palatinate Purple #592059

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.24%

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

R = 42.38%
G = 15.24%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#592059 (or 0x592059) is known color: Palatinate Purple. HEX triplet: 59, 20 and 59. RGB value is (89,32,89). Sum of RGB (Red+Green+Blue) = 89+32+89=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #592059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592059 is #A6DFA6. Grayscale: #373737. Windows color (decimal): -10936231 or 5840985. OLE color: 5840985.

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

Color convert

RGB 89 32 89 -
CMYK 0 0.64 0 0.65
HSL 300º 0.47% 0.24% -
HSV(B) 300º 0.64% 0.35% -
XYZ 6.44 3.88 9.86 -
YUV 55.54 146.88 151.87 -
System Red Green Blue C M Y K H S L
Decimal 89 32 89 0 0.64 0 0.65 300 0.47 0.24
Hex 59 20 59 0 40 0 41 12C 2F 18
Octal 131 40 131 0 100 0 101 454 57 30
Binary 1011001 100000 1011001 0 1000000 0 1000001 100101100 101111 11000

Color Harmonies of #592059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592059

Black with #592059

Text Example


Text Example

White with #592059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592059; }

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

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

background-color css

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

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

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

border-color css

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

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

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