Shades of Palatinate Purple #601C64
Tints of Palatinate Purple #601C64
RGB
CMYK
RGB Variations
Color information
#601C64 (or 0x601C64) is known color: Palatinate Purple. HEX triplet: 60, 1C and 64. RGB value is (96,28,100). Sum of RGB (Red+Green+Blue) = 96+28+100=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 100 (39.45% from 255 or 44.64% from 224); Max value from RGB is 100 - color contains mainly: blue. Hex color #601C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601C64 is #9FE39B. Grayscale: #383838. Windows color (decimal): -10478492 or 6560864. OLE color: 6560864.
HSL color Cylindrical-coordinate representation of color #601C64: hue angle of 296.67º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #601C64 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 28 | 100 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.61 |
| HSL | 296.67º | 0.56% | 0.25% | - |
| HSV(B) | 296.67º | 0.72% | 0.39% | - |
| XYZ | 7.54 | 4.24 | 12.48 | - |
| YUV | 56.54 | 152.53 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 28 | 100 | 0.04 | 0.72 | 0 | 0.61 | 296.67 | 0.56 | 0.25 |
| Hex | 60 | 1C | 64 | 4 | 48 | 0 | 3D | 129 | 38 | 19 |
| Octal | 140 | 34 | 144 | 4 | 110 | 0 | 75 | 451 | 70 | 31 |
| Binary | 1100000 | 11100 | 1100100 | 100 | 1001000 | 0 | 111101 | 100101001 | 111000 | 11001 |
Color Harmonies of #601C64
Complementary color
Monochromatic Colors of #601C64
Black with #601C64
Text Example
Text Example
White with #601C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601C64; }
p { color: rgb(96,28,100); }
H1.HeaderClassName
{
color: #601C64;
}
.AnyTagClassName
{
color: #601C64;
}
</style>
background-color css
<style>
a { background-color: #601C64; }
a { background-color: rgb(96,28,100); }
div.DivClassName
{
background-color: #601C64;
}
.BgClassName
{
background-color: #601C64;
}
</style>
border-color css
<style>
span { border-color: #601C64; }
span { border-color: rgb(96,28,100); }
td.TdClassName
{
border-color: #601C64;
}
.TagClassName
{
border-color: #601C64;
}
</style>