#5B1266

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

Shades of Palatinate Purple #5B1266

Tints of Palatinate Purple #5B1266

Color information

#5B1266 (or 0x5B1266) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 12 and 66. RGB value is (91,18,102). Sum of RGB (Red+Green+Blue) = 91+18+102=211 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.13% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #5B1266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1266 is #A4ED99. Grayscale: #313131. Windows color (decimal): -10808730 or 6689371. OLE color: 6689371.

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

Color convert

RGB9118102-
CMYK0.110.8200.6
HSL292.14º70%23.53%-
HSV(B)292.14º82.35%40%-
XYZ6.933.6212.9-
YUV49.4157.68157.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.13%
GREEN value IS 18 (7.42% from 255) = 8.53%
BLUE value IS 102 (40.23% from 255) = 48.34%
R=43.13%
G=8.53%
B=48.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal91181020.110.8200.6292.147023.53
Hex5B1266B5203C1244618
Octal133221461312207444410630
Binary1011011100101100110101110100100111100100100100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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