Shades of Palatinate Purple #5B0363
Tints of Palatinate Purple #5B0363
RGB
CMYK
RGB Variations
Color information
#5B0363 (or 0x5B0363) is known color: Palatinate Purple. HEX triplet: 5B, 03 and 63. RGB value is (91,3,99). Sum of RGB (Red+Green+Blue) = 91+3+99=193 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.15% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #5B0363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0363 is #A4FC9C. Grayscale: #272727. Windows color (decimal): -10812573 or 6488923. OLE color: 6488923.
HSL color Cylindrical-coordinate representation of color #5B0363: hue angle of 295º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B0363 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 91 | 3 | 99 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.61 |
| HSL | 295º | 0.94% | 0.2% | - |
| HSV(B) | 295º | 0.97% | 0.39% | - |
| XYZ | 6.6 | 3.19 | 12.07 | - |
| YUV | 40.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 99 | 0.08 | 0.97 | 0 | 0.61 | 295 | 0.94 | 0.2 |
| Hex | 5B | 3 | 63 | 8 | 61 | 0 | 3D | 127 | 5E | 14 |
| Octal | 133 | 3 | 143 | 10 | 141 | 0 | 75 | 447 | 136 | 24 |
| Binary | 1011011 | 11 | 1100011 | 1000 | 1100001 | 0 | 111101 | 100100111 | 1011110 | 10100 |
Color Harmonies of #5B0363
Complementary color
Monochromatic Colors of #5B0363
Black with #5B0363
Text Example
Text Example
White with #5B0363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0363; }
p { color: rgb(91,3,99); }
H1.HeaderClassName
{
color: #5B0363;
}
.AnyTagClassName
{
color: #5B0363;
}
</style>
background-color css
<style>
a { background-color: #5B0363; }
a { background-color: rgb(91,3,99); }
div.DivClassName
{
background-color: #5B0363;
}
.BgClassName
{
background-color: #5B0363;
}
</style>
border-color css
<style>
span { border-color: #5B0363; }
span { border-color: rgb(91,3,99); }
td.TdClassName
{
border-color: #5B0363;
}
.TagClassName
{
border-color: #5B0363;
}
</style>