Html Css Color HEX #592556 Palatinate Purple

📋 copy color: '#592556'

red 89 ◦ green 37 ◦ blue 86

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

Shades of Palatinate Purple #592556

Tints of Palatinate Purple #592556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 40.57%

R = 41.98%
G = 17.45%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#592556 (or 0x592556) is known color: Palatinate Purple. HEX triplet: 59, 25 and 56. RGB value is (89,37,86). Sum of RGB (Red+Green+Blue) = 89+37+86=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 89 - color contains mainly: red. Hex color #592556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592556 is #A6DAA9. Grayscale: #393939. Windows color (decimal): -10934954 or 5645657. OLE color: 5645657.

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

Color convert

RGB 89 37 86 -
CMYK 0 0.58 0.03 0.65
HSL 303.46º 0.41% 0.25% -
HSV(B) 303.46º 0.58% 0.35% -
XYZ 6.46 4.12 9.26 -
YUV 58.13 143.73 150.02 -
System Red Green Blue C M Y K H S L
Decimal 89 37 86 0 0.58 0.03 0.65 303.46 0.41 0.25
Hex 59 25 56 0 3A 3 41 12F 29 19
Octal 131 45 126 0 72 3 101 457 51 31
Binary 1011001 100101 1010110 0 111010 11 1000001 100101111 101001 11001

Color Harmonies of #592556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592556

Black with #592556

Text Example


Text Example

White with #592556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592556; }

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

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

background-color css

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

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

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

border-color css

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

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

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