#5B115C

Color #5B115C Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #5B115C

Tints of Palatinate Purple #5B115C

Color information

#5B115C (or 0x5B115C) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 11 and 5C. RGB value is (91,17,92). Sum of RGB (Red+Green+Blue) = 91+17+92=200 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.5% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #5B115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B115C is #A4EEA3. Grayscale: #2F2F2F. Windows color (decimal): -10808996 or 6033755. OLE color: 6033755.

HSL color Cylindrical-coordinate representation of color #5B115C: hue angle of 299.2º 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 #5B115C is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB911792-
CMYK0.010.8200.64
HSL299.2º68.81%21.37%-
HSV(B)299.2º81.52%36.08%-
XYZ6.453.410.44-
YUV47.68153.02158.9-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.5%
GREEN value IS 17 (7.03% from 255) = 8.5%
BLUE value IS 92 (36.33% from 255) = 46%
R=45.5%
G=8.5%
B=46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9117920.010.8200.64299.268.8121.37
Hex5B115C15204012b4515
Octal133211341122010045310525
Binary10110111000110111001101001001000000100101011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B115C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B115C; }

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

 H1.HeaderClassName
 {
   color: #5B115C;
 }
 .AnyTagClassName
 {
   color: #5B115C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #5B115C;
 }
 .BgClassName
 {
   background-color: #5B115C;
 }
</style>
border-color css

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

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

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