Html Css Color HEX #592352 Palatinate Purple

📋 copy color: '#592352'

red 89 ◦ green 35 ◦ blue 82

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

Shades of Palatinate Purple #592352

Tints of Palatinate Purple #592352

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.99%

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

R = 43.2%
G = 16.99%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#592352 (or 0x592352) is known color: Palatinate Purple. HEX triplet: 59, 23 and 52. RGB value is (89,35,82). Sum of RGB (Red+Green+Blue) = 89+35+82=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #592352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592352 is #A6DCAD. Grayscale: #383838. Windows color (decimal): -10935470 or 5383001. OLE color: 5383001.

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

Color convert

RGB 89 35 82 -
CMYK 0 0.61 0.08 0.65
HSL 307.78º 0.44% 0.24% -
HSV(B) 307.78º 0.61% 0.35% -
XYZ 6.24 3.94 8.41 -
YUV 56.5 142.39 151.18 -
System Red Green Blue C M Y K H S L
Decimal 89 35 82 0 0.61 0.08 0.65 307.78 0.44 0.24
Hex 59 23 52 0 3D 8 41 134 2C 18
Octal 131 43 122 0 75 10 101 464 54 30
Binary 1011001 100011 1010010 0 111101 1000 1000001 100110100 101100 11000

Color Harmonies of #592352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592352

Black with #592352

Text Example


Text Example

White with #592352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592352; }

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

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

background-color css

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

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

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

border-color css

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

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

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