#5B155B

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

Shades of Palatinate Purple #5B155B

Tints of Palatinate Purple #5B155B

Color information

#5B155B (or 0x5B155B) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 15 and 5B. RGB value is (91,21,91). Sum of RGB (Red+Green+Blue) = 91+21+91=203 (26% of max value = 765). Red value is 91 (35.94% from 255 or 44.83% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: red, blue. Hex color #5B155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B155B is #A4EAA4. Grayscale: #313131. Windows color (decimal): -10807973 or 5969243. OLE color: 5969243.

HSL color Cylindrical-coordinate representation of color #5B155B: hue angle of 300º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B155B is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB912191-
CMYK00.7700.64
HSL300º62.5%21.96%-
HSV(B)300º76.92%35.69%-
XYZ6.473.5210.24-
YUV49.91151.19157.31-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.83%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 91 (35.94% from 255) = 44.83%
R=44.83%
G=10.34%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91219100.7700.6430062.521.96
Hex5B155B04D04012c3e16
Octal13325133011501004547626
Binary1011011101011011011010011010100000010010110011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,21,91); }

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

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

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

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

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

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

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