Html Css Color HEX #592054 Palatinate Purple

📋 copy color: '#592054'

red 89 ◦ green 32 ◦ blue 84

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

Shades of Palatinate Purple #592054

Tints of Palatinate Purple #592054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 40.98%

R = 43.41%
G = 15.61%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#592054 (or 0x592054) is known color: Palatinate Purple. HEX triplet: 59, 20 and 54. RGB value is (89,32,84). Sum of RGB (Red+Green+Blue) = 89+32+84=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #592054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592054 is #A6DFAB. Grayscale: #363636. Windows color (decimal): -10936236 or 5513305. OLE color: 5513305.

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

Color convert

RGB 89 32 84 -
CMYK 0 0.64 0.06 0.65
HSL 305.26º 0.47% 0.24% -
HSV(B) 305.26º 0.64% 0.35% -
XYZ 6.24 3.8 8.79 -
YUV 54.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 89 32 84 0 0.64 0.06 0.65 305.26 0.47 0.24
Hex 59 20 54 0 40 6 41 131 2F 18
Octal 131 40 124 0 100 6 101 461 57 30
Binary 1011001 100000 1010100 0 1000000 110 1000001 100110001 101111 11000

Color Harmonies of #592054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592054

Black with #592054

Text Example


Text Example

White with #592054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592054; }

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

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

background-color css

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

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

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

border-color css

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

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

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