Shades of Palatinate Purple #5F1367
Tints of Palatinate Purple #5F1367
RGB
CMYK
RGB Variations
Color information
#5F1367 (or 0x5F1367) is known color: Palatinate Purple. HEX triplet: 5F, 13 and 67. RGB value is (95,19,103). Sum of RGB (Red+Green+Blue) = 95+19+103=217 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.78% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #5F1367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1367 is #A0EC98. Grayscale: #333333. Windows color (decimal): -10546329 or 6755167. OLE color: 6755167.
HSL color Cylindrical-coordinate representation of color #5F1367: hue angle of 294.29º 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 #5F1367 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 19 | 103 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.60 |
| HSL | 294.29º | 0.69% | 0.24% | - |
| HSV(B) | 294.29º | 0.82% | 0.4% | - |
| XYZ | 7.4 | 3.88 | 13.19 | - |
| YUV | 51.3 | 157.18 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 19 | 103 | 0.08 | 0.82 | 0 | 0.60 | 294.29 | 0.69 | 0.24 |
| Hex | 5F | 13 | 67 | 8 | 52 | 0 | 3C | 126 | 45 | 18 |
| Octal | 137 | 23 | 147 | 10 | 122 | 0 | 74 | 446 | 105 | 30 |
| Binary | 1011111 | 10011 | 1100111 | 1000 | 1010010 | 0 | 111100 | 100100110 | 1000101 | 11000 |
Color Harmonies of #5F1367
Complementary color
Monochromatic Colors of #5F1367
Black with #5F1367
Text Example
Text Example
White with #5F1367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1367; }
p { color: rgb(95,19,103); }
H1.HeaderClassName
{
color: #5F1367;
}
.AnyTagClassName
{
color: #5F1367;
}
</style>
background-color css
<style>
a { background-color: #5F1367; }
a { background-color: rgb(95,19,103); }
div.DivClassName
{
background-color: #5F1367;
}
.BgClassName
{
background-color: #5F1367;
}
</style>
border-color css
<style>
span { border-color: #5F1367; }
span { border-color: rgb(95,19,103); }
td.TdClassName
{
border-color: #5F1367;
}
.TagClassName
{
border-color: #5F1367;
}
</style>