Html Css Color HEX #592053 Palatinate Purple

📋 copy color: '#592053'

red 89 ◦ green 32 ◦ blue 83

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

Shades of Palatinate Purple #592053

Tints of Palatinate Purple #592053

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.69%

 BLUE value IS 83 (32.81% from 255) = 40.69%

R = 43.63%
G = 15.69%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#592053 (or 0x592053) is known color: Palatinate Purple. HEX triplet: 59, 20 and 53. RGB value is (89,32,83). Sum of RGB (Red+Green+Blue) = 89+32+83=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #592053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592053 is #A6DFAC. Grayscale: #363636. Windows color (decimal): -10936237 or 5447769. OLE color: 5447769.

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

Color convert

RGB 89 32 83 -
CMYK 0 0.64 0.07 0.65
HSL 306.32º 0.47% 0.24% -
HSV(B) 306.32º 0.64% 0.35% -
XYZ 6.2 3.78 8.59 -
YUV 54.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 89 32 83 0 0.64 0.07 0.65 306.32 0.47 0.24
Hex 59 20 53 0 40 7 41 132 2F 18
Octal 131 40 123 0 100 7 101 462 57 30
Binary 1011001 100000 1010011 0 1000000 111 1000001 100110010 101111 11000

Color Harmonies of #592053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592053

Black with #592053

Text Example


Text Example

White with #592053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592053; }

 p { color: rgb(89,32,83); }

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

background-color css

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

 a { background-color: rgb(89,32,83); }

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

border-color css

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

 span { border-color: rgb(89,32,83); }

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