Html Css Color HEX #592558 Palatinate Purple

📋 copy color: '#592558'

red 89 ◦ green 37 ◦ blue 88

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

Shades of Palatinate Purple #592558

Tints of Palatinate Purple #592558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 41.12%

R = 41.59%
G = 17.29%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#592558 (or 0x592558) is known color: Palatinate Purple. HEX triplet: 59, 25 and 58. RGB value is (89,37,88). Sum of RGB (Red+Green+Blue) = 89+37+88=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 89 - color contains mainly: red. Hex color #592558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592558 is #A6DAA7. Grayscale: #3A3A3A. Windows color (decimal): -10934952 or 5776729. OLE color: 5776729.

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

Color convert

RGB 89 37 88 -
CMYK 0 0.58 0.01 0.65
HSL 301.15º 0.41% 0.25% -
HSV(B) 301.15º 0.58% 0.35% -
XYZ 6.54 4.15 9.69 -
YUV 58.36 144.73 149.85 -
System Red Green Blue C M Y K H S L
Decimal 89 37 88 0 0.58 0.01 0.65 301.15 0.41 0.25
Hex 59 25 58 0 3A 1 41 12D 29 19
Octal 131 45 130 0 72 1 101 455 51 31
Binary 1011001 100101 1011000 0 111010 1 1000001 100101101 101001 11001

Color Harmonies of #592558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592558

Black with #592558

Text Example


Text Example

White with #592558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592558; }

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

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

background-color css

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

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

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

border-color css

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

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

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