Html Css Color HEX #59175C Palatinate Purple

📋 copy color: '#59175C'

red 89 ◦ green 23 ◦ blue 92

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

Shades of Palatinate Purple #59175C

Tints of Palatinate Purple #59175C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.27%

 BLUE value IS 92 (36.33% from 255) = 45.1%

R = 43.63%
G = 11.27%
B = 45.1%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59175C (or 0x59175C) is known color: Palatinate Purple. HEX triplet: 59, 17 and 5C. RGB value is (89,23,92). Sum of RGB (Red+Green+Blue) = 89+23+92=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #59175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59175C is #A6E8A3. Grayscale: #323232. Windows color (decimal): -10938532 or 6035289. OLE color: 6035289.

HSL color Cylindrical-coordinate representation of color #59175C: hue angle of 297.39º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #59175C is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 23 92 -
CMYK 0.03 0.75 0 0.64
HSL 297.39º 0.6% 0.23% -
HSV(B) 297.39º 0.75% 0.36% -
XYZ 6.36 3.51 10.47 -
YUV 50.6 151.37 155.39 -
System Red Green Blue C M Y K H S L
Decimal 89 23 92 0.03 0.75 0 0.64 297.39 0.6 0.23
Hex 59 17 5C 3 4B 0 40 129 3C 17
Octal 131 27 134 3 113 0 100 451 74 27
Binary 1011001 10111 1011100 11 1001011 0 1000000 100101001 111100 10111

Color Harmonies of #59175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59175C

Black with #59175C

Text Example


Text Example

White with #59175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59175C; }

 p { color: rgb(89,23,92); }

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

background-color css

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

 a { background-color: rgb(89,23,92); }

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

border-color css

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

 span { border-color: rgb(89,23,92); }

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