Shades of Palatinate Purple #5D1667
Tints of Palatinate Purple #5D1667
RGB
CMYK
RGB Variations
Color information
#5D1667 (or 0x5D1667) is known color: Palatinate Purple. HEX triplet: 5D, 16 and 67. RGB value is (93,22,103). Sum of RGB (Red+Green+Blue) = 93+22+103=218 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.66% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 103 - color contains mainly: blue. Hex color #5D1667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1667 is #A2E998. Grayscale: #343434. Windows color (decimal): -10676633 or 6755933. OLE color: 6755933.
HSL color Cylindrical-coordinate representation of color #5D1667: hue angle of 292.59º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D1667 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 22 | 103 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.60 |
| HSL | 292.59º | 0.65% | 0.25% | - |
| HSV(B) | 292.59º | 0.79% | 0.4% | - |
| XYZ | 7.25 | 3.88 | 13.2 | - |
| YUV | 52.46 | 156.52 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 22 | 103 | 0.10 | 0.79 | 0 | 0.60 | 292.59 | 0.65 | 0.25 |
| Hex | 5D | 16 | 67 | A | 4F | 0 | 3C | 125 | 41 | 19 |
| Octal | 135 | 26 | 147 | 12 | 117 | 0 | 74 | 445 | 101 | 31 |
| Binary | 1011101 | 10110 | 1100111 | 1010 | 1001111 | 0 | 111100 | 100100101 | 1000001 | 11001 |
Color Harmonies of #5D1667
Complementary color
Monochromatic Colors of #5D1667
Black with #5D1667
Text Example
Text Example
White with #5D1667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1667; }
p { color: rgb(93,22,103); }
H1.HeaderClassName
{
color: #5D1667;
}
.AnyTagClassName
{
color: #5D1667;
}
</style>
background-color css
<style>
a { background-color: #5D1667; }
a { background-color: rgb(93,22,103); }
div.DivClassName
{
background-color: #5D1667;
}
.BgClassName
{
background-color: #5D1667;
}
</style>
border-color css
<style>
span { border-color: #5D1667; }
span { border-color: rgb(93,22,103); }
td.TdClassName
{
border-color: #5D1667;
}
.TagClassName
{
border-color: #5D1667;
}
</style>