Html Css Color HEX #592A53 Palatinate Purple

📋 copy color: '#592A53'

red 89 ◦ green 42 ◦ blue 83

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

Shades of Palatinate Purple #592A53

Tints of Palatinate Purple #592A53

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.63%

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

R = 41.59%
G = 19.63%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#592A53 (or 0x592A53) is known color: Palatinate Purple. HEX triplet: 59, 2A and 53. RGB value is (89,42,83). Sum of RGB (Red+Green+Blue) = 89+42+83=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 89 - color contains mainly: red. Hex color #592A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592A53 is #A6D5AC. Grayscale: #3C3C3C. Windows color (decimal): -10933677 or 5450329. OLE color: 5450329.

HSL color Cylindrical-coordinate representation of color #592A53: hue angle of 307.66º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #592A53 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 42 83 -
CMYK 0 0.53 0.07 0.65
HSL 307.66º 0.36% 0.26% -
HSV(B) 307.66º 0.53% 0.35% -
XYZ 6.51 4.4 8.69 -
YUV 60.73 140.57 148.17 -
System Red Green Blue C M Y K H S L
Decimal 89 42 83 0 0.53 0.07 0.65 307.66 0.36 0.26
Hex 59 2A 53 0 35 7 41 134 24 1A
Octal 131 52 123 0 65 7 101 464 44 32
Binary 1011001 101010 1010011 0 110101 111 1000001 100110100 100100 11010

Color Harmonies of #592A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592A53

Black with #592A53

Text Example


Text Example

White with #592A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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