Html Css Color HEX #592252 Palatinate Purple

📋 copy color: '#592252'

red 89 ◦ green 34 ◦ blue 82

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

Shades of Palatinate Purple #592252

Tints of Palatinate Purple #592252

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.59%

 BLUE value IS 82 (32.42% from 255) = 40%

R = 43.41%
G = 16.59%
B = 40%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#592252 (or 0x592252) is known color: Palatinate Purple. HEX triplet: 59, 22 and 52. RGB value is (89,34,82). Sum of RGB (Red+Green+Blue) = 89+34+82=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #592252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592252 is #A6DDAD. Grayscale: #373737. Windows color (decimal): -10935726 or 5382745. OLE color: 5382745.

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

Color convert

RGB 89 34 82 -
CMYK 0 0.62 0.08 0.65
HSL 307.64º 0.45% 0.24% -
HSV(B) 307.64º 0.62% 0.35% -
XYZ 6.21 3.88 8.4 -
YUV 55.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 89 34 82 0 0.62 0.08 0.65 307.64 0.45 0.24
Hex 59 22 52 0 3E 8 41 134 2D 18
Octal 131 42 122 0 76 10 101 464 55 30
Binary 1011001 100010 1010010 0 111110 1000 1000001 100110100 101101 11000

Color Harmonies of #592252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592252

Black with #592252

Text Example


Text Example

White with #592252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592252; }

 p { color: rgb(89,34,82); }

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

background-color css

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

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

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

border-color css

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

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

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