Html Css Color HEX #592351 Palatinate Purple

📋 copy color: '#592351'

red 89 ◦ green 35 ◦ blue 81

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

Shades of Palatinate Purple #592351

Tints of Palatinate Purple #592351

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.07%

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

R = 43.41%
G = 17.07%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#592351 (or 0x592351) is known color: Palatinate Purple. HEX triplet: 59, 23 and 51. RGB value is (89,35,81). Sum of RGB (Red+Green+Blue) = 89+35+81=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #592351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592351 is #A6DCAE. Grayscale: #383838. Windows color (decimal): -10935471 or 5317465. OLE color: 5317465.

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

Color convert

RGB 89 35 81 -
CMYK 0 0.61 0.09 0.65
HSL 308.89º 0.44% 0.24% -
HSV(B) 308.89º 0.61% 0.35% -
XYZ 6.21 3.92 8.21 -
YUV 56.39 141.89 151.26 -
System Red Green Blue C M Y K H S L
Decimal 89 35 81 0 0.61 0.09 0.65 308.89 0.44 0.24
Hex 59 23 51 0 3D 9 41 135 2C 18
Octal 131 43 121 0 75 11 101 465 54 30
Binary 1011001 100011 1010001 0 111101 1001 1000001 100110101 101100 11000

Color Harmonies of #592351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592351

Black with #592351

Text Example


Text Example

White with #592351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592351; }

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

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

background-color css

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

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

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

border-color css

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

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

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