Shades of Palatinate Purple #600C68
Tints of Palatinate Purple #600C68
RGB
CMYK
RGB Variations
Color information
#600C68 (or 0x600C68) is known color: Palatinate Purple. HEX triplet: 60, 0C and 68. RGB value is (96,12,104). Sum of RGB (Red+Green+Blue) = 96+12+104=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #600C68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600C68 is #9FF397. Grayscale: #2F2F2F. Windows color (decimal): -10482584 or 6818912. OLE color: 6818912.
HSL color Cylindrical-coordinate representation of color #600C68: hue angle of 294.78º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #600C68 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 12 | 104 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.59 |
| HSL | 294.78º | 0.79% | 0.23% | - |
| HSV(B) | 294.78º | 0.88% | 0.41% | - |
| XYZ | 7.45 | 3.75 | 13.43 | - |
| YUV | 47.6 | 159.83 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 12 | 104 | 0.08 | 0.88 | 0 | 0.59 | 294.78 | 0.79 | 0.23 |
| Hex | 60 | C | 68 | 8 | 58 | 0 | 3B | 127 | 4F | 17 |
| Octal | 140 | 14 | 150 | 10 | 130 | 0 | 73 | 447 | 117 | 27 |
| Binary | 1100000 | 1100 | 1101000 | 1000 | 1011000 | 0 | 111011 | 100100111 | 1001111 | 10111 |
Color Harmonies of #600C68
Complementary color
Monochromatic Colors of #600C68
Black with #600C68
Text Example
Text Example
White with #600C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600C68; }
p { color: rgb(96,12,104); }
H1.HeaderClassName
{
color: #600C68;
}
.AnyTagClassName
{
color: #600C68;
}
</style>
background-color css
<style>
a { background-color: #600C68; }
a { background-color: rgb(96,12,104); }
div.DivClassName
{
background-color: #600C68;
}
.BgClassName
{
background-color: #600C68;
}
</style>
border-color css
<style>
span { border-color: #600C68; }
span { border-color: rgb(96,12,104); }
td.TdClassName
{
border-color: #600C68;
}
.TagClassName
{
border-color: #600C68;
}
</style>