Html Css Color HEX #592752 Palatinate Purple

📋 copy color: '#592752'

red 89 ◦ green 39 ◦ blue 82

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

Shades of Palatinate Purple #592752

Tints of Palatinate Purple #592752

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.57%

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

R = 42.38%
G = 18.57%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#592752 (or 0x592752) is known color: Palatinate Purple. HEX triplet: 59, 27 and 52. RGB value is (89,39,82). Sum of RGB (Red+Green+Blue) = 89+39+82=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 89 - color contains mainly: red. Hex color #592752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592752 is #A6D8AD. Grayscale: #3A3A3A. Windows color (decimal): -10934446 or 5384025. OLE color: 5384025.

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

Color convert

RGB 89 39 82 -
CMYK 0 0.56 0.08 0.65
HSL 308.4º 0.39% 0.25% -
HSV(B) 308.4º 0.56% 0.35% -
XYZ 6.37 4.18 8.45 -
YUV 58.85 141.07 149.5 -
System Red Green Blue C M Y K H S L
Decimal 89 39 82 0 0.56 0.08 0.65 308.4 0.39 0.25
Hex 59 27 52 0 38 8 41 134 27 19
Octal 131 47 122 0 70 10 101 464 47 31
Binary 1011001 100111 1010010 0 111000 1000 1000001 100110100 100111 11001

Color Harmonies of #592752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592752

Black with #592752

Text Example


Text Example

White with #592752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592752; }

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

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

background-color css

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

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

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

border-color css

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

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

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