#5B1766

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

Shades of Palatinate Purple #5B1766

Tints of Palatinate Purple #5B1766

Color information

#5B1766 (or 0x5B1766) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 17 and 66. RGB value is (91,23,102). Sum of RGB (Red+Green+Blue) = 91+23+102=216 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.13% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 102 - color contains mainly: blue. Hex color #5B1766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1766 is #A4E899. Grayscale: #343434. Windows color (decimal): -10807450 or 6690651. OLE color: 6690651.

HSL color Cylindrical-coordinate representation of color #5B1766: hue angle of 291.65º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B1766 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9123102-
CMYK0.110.7700.6
HSL291.65º63.2%24.51%-
HSV(B)291.65º77.45%40%-
XYZ7.023.812.93-
YUV52.34156.03155.58-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.13%
GREEN value IS 23 (9.38% from 255) = 10.65%
BLUE value IS 102 (40.23% from 255) = 47.22%
R=42.13%
G=10.65%
B=47.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal91231020.110.7700.6291.6563.224.51
Hex5B1766B4D03C1243f19
Octal13327146131150744447731
Binary101101110111110011010111001101011110010010010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,23,102); }

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

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

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

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

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

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

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