#5B165E

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

Shades of Palatinate Purple #5B165E

Tints of Palatinate Purple #5B165E

Color information

#5B165E (or 0x5B165E) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 16 and 5E. RGB value is (91,22,94). Sum of RGB (Red+Green+Blue) = 91+22+94=207 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.96% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #5B165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B165E is #A4E9A1. Grayscale: #323232. Windows color (decimal): -10807714 or 6166107. OLE color: 6166107.

HSL color Cylindrical-coordinate representation of color #5B165E: hue angle of 297.5º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B165E is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB912294-
CMYK0.030.7700.63
HSL297.5º62.07%22.75%-
HSV(B)297.5º76.6%36.86%-
XYZ6.623.6110.94-
YUV50.84152.36156.65-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.96%
GREEN value IS 22 (8.98% from 255) = 10.63%
BLUE value IS 94 (37.11% from 255) = 45.41%
R=43.96%
G=10.63%
B=45.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9122940.030.7700.63297.562.0722.75
Hex5B165E34D03F12a3e17
Octal1332613631150774527627
Binary1011011101101011110111001101011111110010101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,22,94); }

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

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

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

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

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

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

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