Html Css Color HEX #59115C Palatinate Purple

📋 copy color: '#59115C'

red 89 ◦ green 17 ◦ blue 92

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

Shades of Palatinate Purple #59115C

Tints of Palatinate Purple #59115C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.59%

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

R = 44.95%
G = 8.59%
B = 46.46%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59115C (or 0x59115C) is known color: Palatinate Purple. HEX triplet: 59, 11 and 5C. RGB value is (89,17,92). Sum of RGB (Red+Green+Blue) = 89+17+92=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #59115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59115C is #A6EEA3. Grayscale: #2E2E2E. Windows color (decimal): -10940068 or 6033753. OLE color: 6033753.

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

Color convert

RGB 89 17 92 -
CMYK 0.03 0.82 0 0.64
HSL 297.6º 0.69% 0.21% -
HSV(B) 297.6º 0.82% 0.36% -
XYZ 6.25 3.3 10.43 -
YUV 47.08 153.35 157.9 -
System Red Green Blue C M Y K H S L
Decimal 89 17 92 0.03 0.82 0 0.64 297.6 0.69 0.21
Hex 59 11 5C 3 52 0 40 12A 45 15
Octal 131 21 134 3 122 0 100 452 105 25
Binary 1011001 10001 1011100 11 1010010 0 1000000 100101010 1000101 10101

Color Harmonies of #59115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59115C

Black with #59115C

Text Example


Text Example

White with #59115C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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