Html Css Color HEX #592652 Palatinate Purple

📋 copy color: '#592652'

red 89 ◦ green 38 ◦ blue 82

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

Shades of Palatinate Purple #592652

Tints of Palatinate Purple #592652

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.18%

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

R = 42.58%
G = 18.18%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#592652 (or 0x592652) is known color: Palatinate Purple. HEX triplet: 59, 26 and 52. RGB value is (89,38,82). Sum of RGB (Red+Green+Blue) = 89+38+82=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 89 - color contains mainly: red. Hex color #592652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592652 is #A6D9AD. Grayscale: #3A3A3A. Windows color (decimal): -10934702 or 5383769. OLE color: 5383769.

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

Color convert

RGB 89 38 82 -
CMYK 0 0.57 0.08 0.65
HSL 308.24º 0.4% 0.25% -
HSV(B) 308.24º 0.57% 0.35% -
XYZ 6.34 4.12 8.44 -
YUV 58.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 89 38 82 0 0.57 0.08 0.65 308.24 0.4 0.25
Hex 59 26 52 0 39 8 41 134 28 19
Octal 131 46 122 0 71 10 101 464 50 31
Binary 1011001 100110 1010010 0 111001 1000 1000001 100110100 101000 11001

Color Harmonies of #592652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592652

Black with #592652

Text Example


Text Example

White with #592652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592652; }

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

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

background-color css

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

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

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

border-color css

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

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

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