Shades of Palatinate Purple #601D50
Tints of Palatinate Purple #601D50
RGB
CMYK
RGB Variations
Color information
#601D50 (or 0x601D50) is known color: Palatinate Purple. HEX triplet: 60, 1D and 50. RGB value is (96,29,80). Sum of RGB (Red+Green+Blue) = 96+29+80=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #601D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601D50 is #9FE2AF. Grayscale: #363636. Windows color (decimal): -10478256 or 5250400. OLE color: 5250400.
HSL color Cylindrical-coordinate representation of color #601D50: hue angle of 314.33º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #601D50 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 29 | 80 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.62 |
| HSL | 314.33º | 0.54% | 0.25% | - |
| HSV(B) | 314.33º | 0.7% | 0.38% | - |
| XYZ | 6.71 | 3.94 | 8 | - |
| YUV | 54.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 29 | 80 | 0 | 0.70 | 0.17 | 0.62 | 314.33 | 0.54 | 0.25 |
| Hex | 60 | 1D | 50 | 0 | 46 | 11 | 3E | 13A | 36 | 19 |
| Octal | 140 | 35 | 120 | 0 | 106 | 21 | 76 | 472 | 66 | 31 |
| Binary | 1100000 | 11101 | 1010000 | 0 | 1000110 | 10001 | 111110 | 100111010 | 110110 | 11001 |
Color Harmonies of #601D50
Complementary color
Monochromatic Colors of #601D50
Black with #601D50
Text Example
Text Example
White with #601D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601D50; }
p { color: rgb(96,29,80); }
H1.HeaderClassName
{
color: #601D50;
}
.AnyTagClassName
{
color: #601D50;
}
</style>
background-color css
<style>
a { background-color: #601D50; }
a { background-color: rgb(96,29,80); }
div.DivClassName
{
background-color: #601D50;
}
.BgClassName
{
background-color: #601D50;
}
</style>
border-color css
<style>
span { border-color: #601D50; }
span { border-color: rgb(96,29,80); }
td.TdClassName
{
border-color: #601D50;
}
.TagClassName
{
border-color: #601D50;
}
</style>