Html Css Color HEX #592159 Palatinate Purple

📋 copy color: '#592159'

red 89 ◦ green 33 ◦ blue 89

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

Shades of Palatinate Purple #592159

Tints of Palatinate Purple #592159

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.64%

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

R = 42.18%
G = 15.64%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#592159 (or 0x592159) is known color: Palatinate Purple. HEX triplet: 59, 21 and 59. RGB value is (89,33,89). Sum of RGB (Red+Green+Blue) = 89+33+89=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #592159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592159 is #A6DEA6. Grayscale: #373737. Windows color (decimal): -10935975 or 5841241. OLE color: 5841241.

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

Color convert

RGB 89 33 89 -
CMYK 0 0.63 0 0.65
HSL 300º 0.46% 0.24% -
HSV(B) 300º 0.63% 0.35% -
XYZ 6.47 3.93 9.87 -
YUV 56.13 146.55 151.45 -
System Red Green Blue C M Y K H S L
Decimal 89 33 89 0 0.63 0 0.65 300 0.46 0.24
Hex 59 21 59 0 3F 0 41 12C 2E 18
Octal 131 41 131 0 77 0 101 454 56 30
Binary 1011001 100001 1011001 0 111111 0 1000001 100101100 101110 11000

Color Harmonies of #592159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592159

Black with #592159

Text Example


Text Example

White with #592159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592159; }

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

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

background-color css

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

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

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

border-color css

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

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

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