Html Css Color HEX #592955 Palatinate Purple

📋 copy color: '#592955'

red 89 ◦ green 41 ◦ blue 85

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

Shades of Palatinate Purple #592955

Tints of Palatinate Purple #592955

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.07%

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

R = 41.4%
G = 19.07%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#592955 (or 0x592955) is known color: Palatinate Purple. HEX triplet: 59, 29 and 55. RGB value is (89,41,85). Sum of RGB (Red+Green+Blue) = 89+41+85=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 89 - color contains mainly: red. Hex color #592955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592955 is #A6D6AA. Grayscale: #3C3C3C. Windows color (decimal): -10933931 or 5581145. OLE color: 5581145.

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

Color convert

RGB 89 41 85 -
CMYK 0 0.54 0.04 0.65
HSL 305º 0.37% 0.25% -
HSV(B) 305º 0.54% 0.35% -
XYZ 6.55 4.37 9.09 -
YUV 60.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 89 41 85 0 0.54 0.04 0.65 305 0.37 0.25
Hex 59 29 55 0 36 4 41 131 25 19
Octal 131 51 125 0 66 4 101 461 45 31
Binary 1011001 101001 1010101 0 110110 100 1000001 100110001 100101 11001

Color Harmonies of #592955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592955

Black with #592955

Text Example


Text Example

White with #592955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592955; }

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

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

background-color css

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

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

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

border-color css

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

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

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