Html Css Color HEX #592551 Palatinate Purple

📋 copy color: '#592551'

red 89 ◦ green 37 ◦ blue 81

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

Shades of Palatinate Purple #592551

Tints of Palatinate Purple #592551

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.87%

 BLUE value IS 81 (32.03% from 255) = 39.13%

R = 43%
G = 17.87%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#592551 (or 0x592551) is known color: Palatinate Purple. HEX triplet: 59, 25 and 51. RGB value is (89,37,81). Sum of RGB (Red+Green+Blue) = 89+37+81=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 89 - color contains mainly: red. Hex color #592551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592551 is #A6DAAE. Grayscale: #393939. Windows color (decimal): -10934959 or 5317977. OLE color: 5317977.

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

Color convert

RGB 89 37 81 -
CMYK 0 0.58 0.09 0.65
HSL 309.23º 0.41% 0.25% -
HSV(B) 309.23º 0.58% 0.35% -
XYZ 6.27 4.04 8.23 -
YUV 57.56 141.23 150.42 -
System Red Green Blue C M Y K H S L
Decimal 89 37 81 0 0.58 0.09 0.65 309.23 0.41 0.25
Hex 59 25 51 0 3A 9 41 135 29 19
Octal 131 45 121 0 72 11 101 465 51 31
Binary 1011001 100101 1010001 0 111010 1001 1000001 100110101 101001 11001

Color Harmonies of #592551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592551

Black with #592551

Text Example


Text Example

White with #592551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592551; }

 p { color: rgb(89,37,81); }

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

background-color css

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

 a { background-color: rgb(89,37,81); }

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

border-color css

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

 span { border-color: rgb(89,37,81); }

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