Shades of Palatinate Purple #5B0766
Tints of Palatinate Purple #5B0766
RGB
CMYK
RGB Variations
Color information
#5B0766 (or 0x5B0766) is known color: Palatinate Purple. HEX triplet: 5B, 07 and 66. RGB value is (91,7,102). Sum of RGB (Red+Green+Blue) = 91+7+102=200 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.5% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #5B0766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0766 is #A4F899. Grayscale: #2A2A2A. Windows color (decimal): -10811546 or 6686555. OLE color: 6686555.
HSL color Cylindrical-coordinate representation of color #5B0766: hue angle of 293.05º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B0766 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 91 | 7 | 102 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.6 |
| HSL | 293.05º | 0.87% | 0.21% | - |
| HSV(B) | 293.05º | 0.93% | 0.4% | - |
| XYZ | 6.79 | 3.34 | 12.86 | - |
| YUV | 42.95 | 161.33 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 7 | 102 | 0.11 | 0.93 | 0 | 0.6 | 293.05 | 0.87 | 0.21 |
| Hex | 5B | 7 | 66 | B | 5D | 0 | 3C | 125 | 57 | 15 |
| Octal | 133 | 7 | 146 | 13 | 135 | 0 | 74 | 445 | 127 | 25 |
| Binary | 1011011 | 111 | 1100110 | 1011 | 1011101 | 0 | 111100 | 100100101 | 1010111 | 10101 |
Color Harmonies of #5B0766
Complementary color
Monochromatic Colors of #5B0766
Black with #5B0766
Text Example
Text Example
White with #5B0766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0766; }
p { color: rgb(91,7,102); }
H1.HeaderClassName
{
color: #5B0766;
}
.AnyTagClassName
{
color: #5B0766;
}
</style>
background-color css
<style>
a { background-color: #5B0766; }
a { background-color: rgb(91,7,102); }
div.DivClassName
{
background-color: #5B0766;
}
.BgClassName
{
background-color: #5B0766;
}
</style>
border-color css
<style>
span { border-color: #5B0766; }
span { border-color: rgb(91,7,102); }
td.TdClassName
{
border-color: #5B0766;
}
.TagClassName
{
border-color: #5B0766;
}
</style>