Html Css Color HEX #592055 Palatinate Purple

📋 copy color: '#592055'

red 89 ◦ green 32 ◦ blue 85

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

Shades of Palatinate Purple #592055

Tints of Palatinate Purple #592055

RGB

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

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

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

R = 43.2%
G = 15.53%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#592055 (or 0x592055) is known color: Palatinate Purple. HEX triplet: 59, 20 and 55. RGB value is (89,32,85). Sum of RGB (Red+Green+Blue) = 89+32+85=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #592055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592055 is #A6DFAA. Grayscale: #363636. Windows color (decimal): -10936235 or 5578841. OLE color: 5578841.

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

Color convert

RGB 89 32 85 -
CMYK 0 0.64 0.04 0.65
HSL 304.21º 0.47% 0.24% -
HSV(B) 304.21º 0.64% 0.35% -
XYZ 6.28 3.81 9 -
YUV 55.09 144.88 152.19 -
System Red Green Blue C M Y K H S L
Decimal 89 32 85 0 0.64 0.04 0.65 304.21 0.47 0.24
Hex 59 20 55 0 40 4 41 130 2F 18
Octal 131 40 125 0 100 4 101 460 57 30
Binary 1011001 100000 1010101 0 1000000 100 1000001 100110000 101111 11000

Color Harmonies of #592055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592055

Black with #592055

Text Example


Text Example

White with #592055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592055; }

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

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

background-color css

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

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

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

border-color css

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

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

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