Shades of Palatinate Purple #5D035D
Tints of Palatinate Purple #5D035D
RGB
CMYK
RGB Variations
Color information
#5D035D (or 0x5D035D) is known color: Palatinate Purple. HEX triplet: 5D, 03 and 5D. RGB value is (93,3,93). Sum of RGB (Red+Green+Blue) = 93+3+93=189 (25% of max value = 765). Red value is 93 (36.72% from 255 or 49.21% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: red, blue. Hex color #5D035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D035D is #A2FCA2. Grayscale: #272727. Windows color (decimal): -10681507 or 6095709. OLE color: 6095709.
HSL color Cylindrical-coordinate representation of color #5D035D: hue angle of 300º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D035D is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 3 | 93 | - |
| CMYK | 0 | 0.97 | 0 | 0.64 |
| HSL | 300º | 0.94% | 0.19% | - |
| HSV(B) | 300º | 0.97% | 0.36% | - |
| XYZ | 6.52 | 3.18 | 10.63 | - |
| YUV | 40.17 | 157.82 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 3 | 93 | 0 | 0.97 | 0 | 0.64 | 300 | 0.94 | 0.19 |
| Hex | 5D | 3 | 5D | 0 | 61 | 0 | 40 | 12C | 5E | 13 |
| Octal | 135 | 3 | 135 | 0 | 141 | 0 | 100 | 454 | 136 | 23 |
| Binary | 1011101 | 11 | 1011101 | 0 | 1100001 | 0 | 1000000 | 100101100 | 1011110 | 10011 |
Color Harmonies of #5D035D
Complementary color
Monochromatic Colors of #5D035D
Black with #5D035D
Text Example
Text Example
White with #5D035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D035D; }
p { color: rgb(93,3,93); }
H1.HeaderClassName
{
color: #5D035D;
}
.AnyTagClassName
{
color: #5D035D;
}
</style>
background-color css
<style>
a { background-color: #5D035D; }
a { background-color: rgb(93,3,93); }
div.DivClassName
{
background-color: #5D035D;
}
.BgClassName
{
background-color: #5D035D;
}
</style>
border-color css
<style>
span { border-color: #5D035D; }
span { border-color: rgb(93,3,93); }
td.TdClassName
{
border-color: #5D035D;
}
.TagClassName
{
border-color: #5D035D;
}
</style>