#5B1664

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

Shades of Palatinate Purple #5B1664

Tints of Palatinate Purple #5B1664

Color information

#5B1664 (or 0x5B1664) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 16 and 64. RGB value is (91,22,100). Sum of RGB (Red+Green+Blue) = 91+22+100=213 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.72% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 100 - color contains mainly: blue. Hex color #5B1664 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1664 is #A4E99B. Grayscale: #333333. Windows color (decimal): -10807708 or 6559323. OLE color: 6559323.

HSL color Cylindrical-coordinate representation of color #5B1664: hue angle of 293.08º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B1664 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB9122100-
CMYK0.090.7800.61
HSL293.08º63.93%23.92%-
HSV(B)293.08º78%39.22%-
XYZ6.93.7212.41-
YUV51.52155.36156.16-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.72%
GREEN value IS 22 (8.98% from 255) = 10.33%
BLUE value IS 100 (39.45% from 255) = 46.95%
R=42.72%
G=10.33%
B=46.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal91221000.090.7800.61293.0863.9323.92
Hex5B166494E03D1254018
Octal133261441111607544510030
Binary1011011101101100100100110011100111101100100101100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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