Html Css Color HEX #592A55 Palatinate Purple

📋 copy color: '#592A55'

red 89 ◦ green 42 ◦ blue 85

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

Shades of Palatinate Purple #592A55

Tints of Palatinate Purple #592A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 39.35%

R = 41.2%
G = 19.44%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#592A55 (or 0x592A55) is known color: Palatinate Purple. HEX triplet: 59, 2A and 55. RGB value is (89,42,85). Sum of RGB (Red+Green+Blue) = 89+42+85=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 89 - color contains mainly: red. Hex color #592A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592A55 is #A6D5AA. Grayscale: #3C3C3C. Windows color (decimal): -10933675 or 5581401. OLE color: 5581401.

HSL color Cylindrical-coordinate representation of color #592A55: hue angle of 305.11º 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 #592A55 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 42 85 -
CMYK 0 0.53 0.04 0.65
HSL 305.11º 0.36% 0.26% -
HSV(B) 305.11º 0.53% 0.35% -
XYZ 6.59 4.44 9.1 -
YUV 60.96 141.57 148 -
System Red Green Blue C M Y K H S L
Decimal 89 42 85 0 0.53 0.04 0.65 305.11 0.36 0.26
Hex 59 2A 55 0 35 4 41 131 24 1A
Octal 131 52 125 0 65 4 101 461 44 32
Binary 1011001 101010 1010101 0 110101 100 1000001 100110001 100100 11010

Color Harmonies of #592A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592A55

Black with #592A55

Text Example


Text Example

White with #592A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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