Html Css Color HEX #592F56 Palatinate Purple

📋 copy color: '#592F56'

red 89 ◦ green 47 ◦ blue 86

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

Shades of Palatinate Purple #592F56

Tints of Palatinate Purple #592F56

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.17%

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

R = 40.09%
G = 21.17%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#592F56 (or 0x592F56) is known color: Palatinate Purple. HEX triplet: 59, 2F and 56. RGB value is (89,47,86). Sum of RGB (Red+Green+Blue) = 89+47+86=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 89 - color contains mainly: red. Hex color #592F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592F56 is #A6D0A9. Grayscale: #3F3F3F. Windows color (decimal): -10932394 or 5648217. OLE color: 5648217.

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

Color convert

RGB 89 47 86 -
CMYK 0 0.47 0.03 0.65
HSL 304.29º 0.31% 0.27% -
HSV(B) 304.29º 0.47% 0.35% -
XYZ 6.82 4.83 9.38 -
YUV 64 140.41 145.83 -
System Red Green Blue C M Y K H S L
Decimal 89 47 86 0 0.47 0.03 0.65 304.29 0.31 0.27
Hex 59 2F 56 0 2F 3 41 130 1F 1B
Octal 131 57 126 0 57 3 101 460 37 33
Binary 1011001 101111 1010110 0 101111 11 1000001 100110000 11111 11011

Color Harmonies of #592F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592F56

Black with #592F56

Text Example


Text Example

White with #592F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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