Shades of Palatinate Purple #5B1265
Tints of Palatinate Purple #5B1265
RGB
CMYK
RGB Variations
Color information
#5B1265 (or 0x5B1265) is known color: Palatinate Purple. HEX triplet: 5B, 12 and 65. RGB value is (91,18,101). Sum of RGB (Red+Green+Blue) = 91+18+101=210 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.33% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #5B1265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1265 is #A4ED9A. Grayscale: #313131. Windows color (decimal): -10808731 or 6623835. OLE color: 6623835.
HSL color Cylindrical-coordinate representation of color #5B1265: hue angle of 292.77º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B1265 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 18 | 101 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.60 |
| HSL | 292.77º | 0.7% | 0.23% | - |
| HSV(B) | 292.77º | 0.82% | 0.4% | - |
| XYZ | 6.88 | 3.6 | 12.64 | - |
| YUV | 49.29 | 157.18 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 18 | 101 | 0.10 | 0.82 | 0 | 0.60 | 292.77 | 0.7 | 0.23 |
| Hex | 5B | 12 | 65 | A | 52 | 0 | 3C | 125 | 46 | 17 |
| Octal | 133 | 22 | 145 | 12 | 122 | 0 | 74 | 445 | 106 | 27 |
| Binary | 1011011 | 10010 | 1100101 | 1010 | 1010010 | 0 | 111100 | 100100101 | 1000110 | 10111 |
Color Harmonies of #5B1265
Complementary color
Monochromatic Colors of #5B1265
Black with #5B1265
Text Example
Text Example
White with #5B1265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1265; }
p { color: rgb(91,18,101); }
H1.HeaderClassName
{
color: #5B1265;
}
.AnyTagClassName
{
color: #5B1265;
}
</style>
background-color css
<style>
a { background-color: #5B1265; }
a { background-color: rgb(91,18,101); }
div.DivClassName
{
background-color: #5B1265;
}
.BgClassName
{
background-color: #5B1265;
}
</style>
border-color css
<style>
span { border-color: #5B1265; }
span { border-color: rgb(91,18,101); }
td.TdClassName
{
border-color: #5B1265;
}
.TagClassName
{
border-color: #5B1265;
}
</style>