Shades of Palatinate Purple #5B1367
Tints of Palatinate Purple #5B1367
RGB
CMYK
RGB Variations
Color information
#5B1367 (or 0x5B1367) is known color: Palatinate Purple. HEX triplet: 5B, 13 and 67. RGB value is (91,19,103). Sum of RGB (Red+Green+Blue) = 91+19+103=213 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.72% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #5B1367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1367 is #A4EC98. Grayscale: #313131. Windows color (decimal): -10808473 or 6755163. OLE color: 6755163.
HSL color Cylindrical-coordinate representation of color #5B1367: hue angle of 291.43º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B1367 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 19 | 103 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.60 |
| HSL | 291.43º | 0.69% | 0.24% | - |
| HSV(B) | 291.43º | 0.82% | 0.4% | - |
| XYZ | 7 | 3.67 | 13.17 | - |
| YUV | 50.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 19 | 103 | 0.12 | 0.82 | 0 | 0.60 | 291.43 | 0.69 | 0.24 |
| Hex | 5B | 13 | 67 | C | 52 | 0 | 3C | 123 | 45 | 18 |
| Octal | 133 | 23 | 147 | 14 | 122 | 0 | 74 | 443 | 105 | 30 |
| Binary | 1011011 | 10011 | 1100111 | 1100 | 1010010 | 0 | 111100 | 100100011 | 1000101 | 11000 |
Color Harmonies of #5B1367
Complementary color
Monochromatic Colors of #5B1367
Black with #5B1367
Text Example
Text Example
White with #5B1367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1367; }
p { color: rgb(91,19,103); }
H1.HeaderClassName
{
color: #5B1367;
}
.AnyTagClassName
{
color: #5B1367;
}
</style>
background-color css
<style>
a { background-color: #5B1367; }
a { background-color: rgb(91,19,103); }
div.DivClassName
{
background-color: #5B1367;
}
.BgClassName
{
background-color: #5B1367;
}
</style>
border-color css
<style>
span { border-color: #5B1367; }
span { border-color: rgb(91,19,103); }
td.TdClassName
{
border-color: #5B1367;
}
.TagClassName
{
border-color: #5B1367;
}
</style>