Html Css Color HEX #59175A Palatinate Purple

📋 copy color: '#59175A'

red 89 ◦ green 23 ◦ blue 90

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

Shades of Palatinate Purple #59175A

Tints of Palatinate Purple #59175A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 44.55%

R = 44.06%
G = 11.39%
B = 44.55%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#59175A (or 0x59175A) is known color: Palatinate Purple. HEX triplet: 59, 17 and 5A. RGB value is (89,23,90). Sum of RGB (Red+Green+Blue) = 89+23+90=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #59175A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59175A is #A6E8A5. Grayscale: #323232. Windows color (decimal): -10938534 or 5904217. OLE color: 5904217.

HSL color Cylindrical-coordinate representation of color #59175A: hue angle of 299.1º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #59175A is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 23 90 -
CMYK 0.01 0.74 0 0.65
HSL 299.1º 0.59% 0.22% -
HSV(B) 299.1º 0.74% 0.35% -
XYZ 6.27 3.47 10.01 -
YUV 50.37 150.37 155.55 -
System Red Green Blue C M Y K H S L
Decimal 89 23 90 0.01 0.74 0 0.65 299.1 0.59 0.22
Hex 59 17 5A 1 4A 0 41 12B 3B 16
Octal 131 27 132 1 112 0 101 453 73 26
Binary 1011001 10111 1011010 1 1001010 0 1000001 100101011 111011 10110

Color Harmonies of #59175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59175A

Black with #59175A

Text Example


Text Example

White with #59175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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