Html Css Color HEX #592554 Palatinate Purple

📋 copy color: '#592554'

red 89 ◦ green 37 ◦ blue 84

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

Shades of Palatinate Purple #592554

Tints of Palatinate Purple #592554

RGB

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

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

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

R = 42.38%
G = 17.62%
B = 40%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#592554 (or 0x592554) is known color: Palatinate Purple. HEX triplet: 59, 25 and 54. RGB value is (89,37,84). Sum of RGB (Red+Green+Blue) = 89+37+84=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 89 - color contains mainly: red. Hex color #592554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592554 is #A6DAAB. Grayscale: #393939. Windows color (decimal): -10934956 or 5514585. OLE color: 5514585.

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

Color convert

RGB 89 37 84 -
CMYK 0 0.58 0.06 0.65
HSL 305.77º 0.41% 0.25% -
HSV(B) 305.77º 0.58% 0.35% -
XYZ 6.38 4.09 8.84 -
YUV 57.91 142.73 150.18 -
System Red Green Blue C M Y K H S L
Decimal 89 37 84 0 0.58 0.06 0.65 305.77 0.41 0.25
Hex 59 25 54 0 3A 6 41 132 29 19
Octal 131 45 124 0 72 6 101 462 51 31
Binary 1011001 100101 1010100 0 111010 110 1000001 100110010 101001 11001

Color Harmonies of #592554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592554

Black with #592554

Text Example


Text Example

White with #592554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592554; }

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

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

background-color css

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

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

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

border-color css

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

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

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