Shades of Palatinate Purple #5B0763
Tints of Palatinate Purple #5B0763
RGB
CMYK
RGB Variations
Color information
#5B0763 (or 0x5B0763) is known color: Palatinate Purple. HEX triplet: 5B, 07 and 63. RGB value is (91,7,99). Sum of RGB (Red+Green+Blue) = 91+7+99=197 (26% of max value = 765). Red value is 91 (35.94% from 255 or 46.19% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #5B0763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0763 is #A4F89C. Grayscale: #2A2A2A. Windows color (decimal): -10811549 or 6489947. OLE color: 6489947.
HSL color Cylindrical-coordinate representation of color #5B0763: hue angle of 294.78º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B0763 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 91 | 7 | 99 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.61 |
| HSL | 294.78º | 0.87% | 0.21% | - |
| HSV(B) | 294.78º | 0.93% | 0.39% | - |
| XYZ | 6.64 | 3.28 | 12.09 | - |
| YUV | 42.6 | 159.83 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 7 | 99 | 0.08 | 0.93 | 0 | 0.61 | 294.78 | 0.87 | 0.21 |
| Hex | 5B | 7 | 63 | 8 | 5D | 0 | 3D | 127 | 57 | 15 |
| Octal | 133 | 7 | 143 | 10 | 135 | 0 | 75 | 447 | 127 | 25 |
| Binary | 1011011 | 111 | 1100011 | 1000 | 1011101 | 0 | 111101 | 100100111 | 1010111 | 10101 |
Color Harmonies of #5B0763
Complementary color
Monochromatic Colors of #5B0763
Black with #5B0763
Text Example
Text Example
White with #5B0763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0763; }
p { color: rgb(91,7,99); }
H1.HeaderClassName
{
color: #5B0763;
}
.AnyTagClassName
{
color: #5B0763;
}
</style>
background-color css
<style>
a { background-color: #5B0763; }
a { background-color: rgb(91,7,99); }
div.DivClassName
{
background-color: #5B0763;
}
.BgClassName
{
background-color: #5B0763;
}
</style>
border-color css
<style>
span { border-color: #5B0763; }
span { border-color: rgb(91,7,99); }
td.TdClassName
{
border-color: #5B0763;
}
.TagClassName
{
border-color: #5B0763;
}
</style>