Shades of Palatinate Purple #5B104F
Tints of Palatinate Purple #5B104F
RGB
CMYK
RGB Variations
Color information
#5B104F (or 0x5B104F) is known color: Palatinate Purple. HEX triplet: 5B, 10 and 4F. RGB value is (91,16,79). Sum of RGB (Red+Green+Blue) = 91+16+79=186 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.92% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 91 - color contains mainly: red. Hex color #5B104F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B104F is #A4EFB0. Grayscale: #2D2D2D. Windows color (decimal): -10809265 or 5181531. OLE color: 5181531.
HSL color Cylindrical-coordinate representation of color #5B104F: hue angle of 309.6º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B104F is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 16 | 79 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.64 |
| HSL | 309.6º | 0.7% | 0.21% | - |
| HSV(B) | 309.6º | 0.82% | 0.36% | - |
| XYZ | 5.91 | 3.16 | 7.7 | - |
| YUV | 45.61 | 146.85 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 16 | 79 | 0 | 0.82 | 0.13 | 0.64 | 309.6 | 0.7 | 0.21 |
| Hex | 5B | 10 | 4F | 0 | 52 | D | 40 | 136 | 46 | 15 |
| Octal | 133 | 20 | 117 | 0 | 122 | 15 | 100 | 466 | 106 | 25 |
| Binary | 1011011 | 10000 | 1001111 | 0 | 1010010 | 1101 | 1000000 | 100110110 | 1000110 | 10101 |
Color Harmonies of #5B104F
Complementary color
Monochromatic Colors of #5B104F
Black with #5B104F
Text Example
Text Example
White with #5B104F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B104F; }
p { color: rgb(91,16,79); }
H1.HeaderClassName
{
color: #5B104F;
}
.AnyTagClassName
{
color: #5B104F;
}
</style>
background-color css
<style>
a { background-color: #5B104F; }
a { background-color: rgb(91,16,79); }
div.DivClassName
{
background-color: #5B104F;
}
.BgClassName
{
background-color: #5B104F;
}
</style>
border-color css
<style>
span { border-color: #5B104F; }
span { border-color: rgb(91,16,79); }
td.TdClassName
{
border-color: #5B104F;
}
.TagClassName
{
border-color: #5B104F;
}
</style>