Html Css Color HEX #59175B Palatinate Purple

📋 copy color: '#59175B'

red 89 ◦ green 23 ◦ blue 91

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

Shades of Palatinate Purple #59175B

Tints of Palatinate Purple #59175B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 44.83%

R = 43.84%
G = 11.33%
B = 44.83%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59175B (or 0x59175B) is known color: Palatinate Purple. HEX triplet: 59, 17 and 5B. RGB value is (89,23,91). Sum of RGB (Red+Green+Blue) = 89+23+91=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #59175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59175B is #A6E8A4. Grayscale: #323232. Windows color (decimal): -10938533 or 5969753. OLE color: 5969753.

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

Color convert

RGB 89 23 91 -
CMYK 0.02 0.75 0 0.64
HSL 298.24º 0.6% 0.22% -
HSV(B) 298.24º 0.75% 0.36% -
XYZ 6.31 3.49 10.24 -
YUV 50.49 150.87 155.47 -
System Red Green Blue C M Y K H S L
Decimal 89 23 91 0.02 0.75 0 0.64 298.24 0.6 0.22
Hex 59 17 5B 2 4B 0 40 12A 3C 16
Octal 131 27 133 2 113 0 100 452 74 26
Binary 1011001 10111 1011011 10 1001011 0 1000000 100101010 111100 10110

Color Harmonies of #59175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59175B

Black with #59175B

Text Example


Text Example

White with #59175B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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