Shades of Palatinate Purple #5D015C
Tints of Palatinate Purple #5D015C
RGB
CMYK
RGB Variations
Color information
#5D015C (or 0x5D015C) is known color: Palatinate Purple. HEX triplet: 5D, 01 and 5C. RGB value is (93,1,92). Sum of RGB (Red+Green+Blue) = 93+1+92=186 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 93 - color contains mainly: red. Hex color #5D015C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D015C is #A2FEA3. Grayscale: #262626. Windows color (decimal): -10682020 or 6029661. OLE color: 6029661.
HSL color Cylindrical-coordinate representation of color #5D015C: hue angle of 300.65º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D015C is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.64 |
| HSL | 300.65º | 0.98% | 0.18% | - |
| HSV(B) | 300.65º | 0.99% | 0.36% | - |
| XYZ | 6.46 | 3.12 | 10.39 | - |
| YUV | 38.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 1 | 92 | 0 | 0.99 | 0.01 | 0.64 | 300.65 | 0.98 | 0.18 |
| Hex | 5D | 1 | 5C | 0 | 63 | 1 | 40 | 12D | 62 | 12 |
| Octal | 135 | 1 | 134 | 0 | 143 | 1 | 100 | 455 | 142 | 22 |
| Binary | 1011101 | 1 | 1011100 | 0 | 1100011 | 1 | 1000000 | 100101101 | 1100010 | 10010 |
Color Harmonies of #5D015C
Complementary color
Monochromatic Colors of #5D015C
Black with #5D015C
Text Example
Text Example
White with #5D015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D015C; }
p { color: rgb(93,1,92); }
H1.HeaderClassName
{
color: #5D015C;
}
.AnyTagClassName
{
color: #5D015C;
}
</style>
background-color css
<style>
a { background-color: #5D015C; }
a { background-color: rgb(93,1,92); }
div.DivClassName
{
background-color: #5D015C;
}
.BgClassName
{
background-color: #5D015C;
}
</style>
border-color css
<style>
span { border-color: #5D015C; }
span { border-color: rgb(93,1,92); }
td.TdClassName
{
border-color: #5D015C;
}
.TagClassName
{
border-color: #5D015C;
}
</style>