Html Css Color HEX #592451 Palatinate Purple

📋 copy color: '#592451'

red 89 ◦ green 36 ◦ blue 81

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

Shades of Palatinate Purple #592451

Tints of Palatinate Purple #592451

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.48%

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

R = 43.2%
G = 17.48%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#592451 (or 0x592451) is known color: Palatinate Purple. HEX triplet: 59, 24 and 51. RGB value is (89,36,81). Sum of RGB (Red+Green+Blue) = 89+36+81=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #592451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592451 is #A6DBAE. Grayscale: #383838. Windows color (decimal): -10935215 or 5317721. OLE color: 5317721.

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

Color convert

RGB 89 36 81 -
CMYK 0 0.60 0.09 0.65
HSL 309.06º 0.42% 0.25% -
HSV(B) 309.06º 0.6% 0.35% -
XYZ 6.24 3.98 8.22 -
YUV 56.98 141.56 150.84 -
System Red Green Blue C M Y K H S L
Decimal 89 36 81 0 0.60 0.09 0.65 309.06 0.42 0.25
Hex 59 24 51 0 3C 9 41 135 2A 19
Octal 131 44 121 0 74 11 101 465 52 31
Binary 1011001 100100 1010001 0 111100 1001 1000001 100110101 101010 11001

Color Harmonies of #592451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592451

Black with #592451

Text Example


Text Example

White with #592451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592451; }

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

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

background-color css

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

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

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

border-color css

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

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

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