Html Css Color HEX #592754 Palatinate Purple

📋 copy color: '#592754'

red 89 ◦ green 39 ◦ blue 84

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

Shades of Palatinate Purple #592754

Tints of Palatinate Purple #592754

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.4%

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

R = 41.98%
G = 18.4%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#592754 (or 0x592754) is known color: Palatinate Purple. HEX triplet: 59, 27 and 54. RGB value is (89,39,84). Sum of RGB (Red+Green+Blue) = 89+39+84=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 89 - color contains mainly: red. Hex color #592754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592754 is #A6D8AB. Grayscale: #3A3A3A. Windows color (decimal): -10934444 or 5515097. OLE color: 5515097.

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

Color convert

RGB 89 39 84 -
CMYK 0 0.56 0.06 0.65
HSL 306º 0.39% 0.25% -
HSV(B) 306º 0.56% 0.35% -
XYZ 6.45 4.21 8.86 -
YUV 59.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 89 39 84 0 0.56 0.06 0.65 306 0.39 0.25
Hex 59 27 54 0 38 6 41 132 27 19
Octal 131 47 124 0 70 6 101 462 47 31
Binary 1011001 100111 1010100 0 111000 110 1000001 100110010 100111 11001

Color Harmonies of #592754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592754

Black with #592754

Text Example


Text Example

White with #592754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592754; }

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

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

background-color css

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

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

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

border-color css

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

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

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