Html Css Color HEX #592156 Palatinate Purple

📋 copy color: '#592156'

red 89 ◦ green 33 ◦ blue 86

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

Shades of Palatinate Purple #592156

Tints of Palatinate Purple #592156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 41.35%

R = 42.79%
G = 15.87%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#592156 (or 0x592156) is known color: Palatinate Purple. HEX triplet: 59, 21 and 56. RGB value is (89,33,86). Sum of RGB (Red+Green+Blue) = 89+33+86=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 89 - color contains mainly: red. Hex color #592156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592156 is #A6DEA9. Grayscale: #373737. Windows color (decimal): -10935978 or 5644633. OLE color: 5644633.

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

Color convert

RGB 89 33 86 -
CMYK 0 0.63 0.03 0.65
HSL 303.21º 0.46% 0.24% -
HSV(B) 303.21º 0.63% 0.35% -
XYZ 6.34 3.88 9.22 -
YUV 55.79 145.05 151.69 -
System Red Green Blue C M Y K H S L
Decimal 89 33 86 0 0.63 0.03 0.65 303.21 0.46 0.24
Hex 59 21 56 0 3F 3 41 12F 2E 18
Octal 131 41 126 0 77 3 101 457 56 30
Binary 1011001 100001 1010110 0 111111 11 1000001 100101111 101110 11000

Color Harmonies of #592156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592156

Black with #592156

Text Example


Text Example

White with #592156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592156; }

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

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

background-color css

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

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

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

border-color css

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

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

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