Shades of Palatinate Purple #5D165C
Tints of Palatinate Purple #5D165C
RGB
CMYK
RGB Variations
Color information
#5D165C (or 0x5D165C) is known color: Palatinate Purple. HEX triplet: 5D, 16 and 5C. RGB value is (93,22,92). Sum of RGB (Red+Green+Blue) = 93+22+92=207 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.93% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 93 - color contains mainly: red. Hex color #5D165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D165C is #A2E9A3. Grayscale: #323232. Windows color (decimal): -10676644 or 6035037. OLE color: 6035037.
HSL color Cylindrical-coordinate representation of color #5D165C: hue angle of 300.85º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D165C is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 22 | 92 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.64 |
| HSL | 300.85º | 0.62% | 0.23% | - |
| HSV(B) | 300.85º | 0.76% | 0.36% | - |
| XYZ | 6.73 | 3.67 | 10.48 | - |
| YUV | 51.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 22 | 92 | 0 | 0.76 | 0.01 | 0.64 | 300.85 | 0.62 | 0.23 |
| Hex | 5D | 16 | 5C | 0 | 4C | 1 | 40 | 12D | 3E | 17 |
| Octal | 135 | 26 | 134 | 0 | 114 | 1 | 100 | 455 | 76 | 27 |
| Binary | 1011101 | 10110 | 1011100 | 0 | 1001100 | 1 | 1000000 | 100101101 | 111110 | 10111 |
Color Harmonies of #5D165C
Complementary color
Monochromatic Colors of #5D165C
Black with #5D165C
Text Example
Text Example
White with #5D165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D165C; }
p { color: rgb(93,22,92); }
H1.HeaderClassName
{
color: #5D165C;
}
.AnyTagClassName
{
color: #5D165C;
}
</style>
background-color css
<style>
a { background-color: #5D165C; }
a { background-color: rgb(93,22,92); }
div.DivClassName
{
background-color: #5D165C;
}
.BgClassName
{
background-color: #5D165C;
}
</style>
border-color css
<style>
span { border-color: #5D165C; }
span { border-color: rgb(93,22,92); }
td.TdClassName
{
border-color: #5D165C;
}
.TagClassName
{
border-color: #5D165C;
}
</style>