Shades of Palatinate Purple #5B0F61
Tints of Palatinate Purple #5B0F61
RGB
CMYK
RGB Variations
Color information
#5B0F61 (or 0x5B0F61) is known color: Palatinate Purple. HEX triplet: 5B, 0F and 61. RGB value is (91,15,97). Sum of RGB (Red+Green+Blue) = 91+15+97=203 (26% of max value = 765). Red value is 91 (35.94% from 255 or 44.83% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #5B0F61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0F61 is #A4F09E. Grayscale: #2E2E2E. Windows color (decimal): -10809503 or 6360923. OLE color: 6360923.
HSL color Cylindrical-coordinate representation of color #5B0F61: hue angle of 295.61º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B0F61 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 15 | 97 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.62 |
| HSL | 295.61º | 0.73% | 0.22% | - |
| HSV(B) | 295.61º | 0.85% | 0.38% | - |
| XYZ | 6.64 | 3.43 | 11.62 | - |
| YUV | 47.07 | 156.18 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 15 | 97 | 0.06 | 0.85 | 0 | 0.62 | 295.61 | 0.73 | 0.22 |
| Hex | 5B | F | 61 | 6 | 55 | 0 | 3E | 128 | 49 | 16 |
| Octal | 133 | 17 | 141 | 6 | 125 | 0 | 76 | 450 | 111 | 26 |
| Binary | 1011011 | 1111 | 1100001 | 110 | 1010101 | 0 | 111110 | 100101000 | 1001001 | 10110 |
Color Harmonies of #5B0F61
Complementary color
Monochromatic Colors of #5B0F61
Black with #5B0F61
Text Example
Text Example
White with #5B0F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0F61; }
p { color: rgb(91,15,97); }
H1.HeaderClassName
{
color: #5B0F61;
}
.AnyTagClassName
{
color: #5B0F61;
}
</style>
background-color css
<style>
a { background-color: #5B0F61; }
a { background-color: rgb(91,15,97); }
div.DivClassName
{
background-color: #5B0F61;
}
.BgClassName
{
background-color: #5B0F61;
}
</style>
border-color css
<style>
span { border-color: #5B0F61; }
span { border-color: rgb(91,15,97); }
td.TdClassName
{
border-color: #5B0F61;
}
.TagClassName
{
border-color: #5B0F61;
}
</style>