Shades of Palatinate Purple #601D64
Tints of Palatinate Purple #601D64
RGB
CMYK
RGB Variations
Color information
#601D64 (or 0x601D64) is known color: Palatinate Purple. HEX triplet: 60, 1D and 64. RGB value is (96,29,100). Sum of RGB (Red+Green+Blue) = 96+29+100=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 100 - color contains mainly: blue. Hex color #601D64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601D64 is #9FE29B. Grayscale: #383838. Windows color (decimal): -10478236 or 6561120. OLE color: 6561120.
HSL color Cylindrical-coordinate representation of color #601D64: hue angle of 296.62º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #601D64 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 29 | 100 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.61 |
| HSL | 296.62º | 0.55% | 0.25% | - |
| HSV(B) | 296.62º | 0.71% | 0.39% | - |
| XYZ | 7.56 | 4.29 | 12.49 | - |
| YUV | 57.13 | 152.2 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 29 | 100 | 0.04 | 0.71 | 0 | 0.61 | 296.62 | 0.55 | 0.25 |
| Hex | 60 | 1D | 64 | 4 | 47 | 0 | 3D | 129 | 37 | 19 |
| Octal | 140 | 35 | 144 | 4 | 107 | 0 | 75 | 451 | 67 | 31 |
| Binary | 1100000 | 11101 | 1100100 | 100 | 1000111 | 0 | 111101 | 100101001 | 110111 | 11001 |
Color Harmonies of #601D64
Complementary color
Monochromatic Colors of #601D64
Black with #601D64
Text Example
Text Example
White with #601D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601D64; }
p { color: rgb(96,29,100); }
H1.HeaderClassName
{
color: #601D64;
}
.AnyTagClassName
{
color: #601D64;
}
</style>
background-color css
<style>
a { background-color: #601D64; }
a { background-color: rgb(96,29,100); }
div.DivClassName
{
background-color: #601D64;
}
.BgClassName
{
background-color: #601D64;
}
</style>
border-color css
<style>
span { border-color: #601D64; }
span { border-color: rgb(96,29,100); }
td.TdClassName
{
border-color: #601D64;
}
.TagClassName
{
border-color: #601D64;
}
</style>