Html Css Color HEX #592158 Palatinate Purple

📋 copy color: '#592158'

red 89 ◦ green 33 ◦ blue 88

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

Shades of Palatinate Purple #592158

Tints of Palatinate Purple #592158

RGB

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

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

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

R = 42.38%
G = 15.71%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#592158 (or 0x592158) is known color: Palatinate Purple. HEX triplet: 59, 21 and 58. RGB value is (89,33,88). Sum of RGB (Red+Green+Blue) = 89+33+88=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 89 - color contains mainly: red. Hex color #592158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592158 is #A6DEA7. Grayscale: #373737. Windows color (decimal): -10935976 or 5775705. OLE color: 5775705.

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

Color convert

RGB 89 33 88 -
CMYK 0 0.63 0.01 0.65
HSL 301.07º 0.46% 0.24% -
HSV(B) 301.07º 0.63% 0.35% -
XYZ 6.43 3.92 9.65 -
YUV 56.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 89 33 88 0 0.63 0.01 0.65 301.07 0.46 0.24
Hex 59 21 58 0 3F 1 41 12D 2E 18
Octal 131 41 130 0 77 1 101 455 56 30
Binary 1011001 100001 1011000 0 111111 1 1000001 100101101 101110 11000

Color Harmonies of #592158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592158

Black with #592158

Text Example


Text Example

White with #592158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592158; }

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

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

background-color css

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

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

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

border-color css

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

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

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