Shades of Palatinate Purple #600C55
Tints of Palatinate Purple #600C55
RGB
CMYK
RGB Variations
Color information
#600C55 (or 0x600C55) is known color: Palatinate Purple. HEX triplet: 60, 0C and 55. RGB value is (96,12,85). Sum of RGB (Red+Green+Blue) = 96+12+85=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #600C55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600C55 is #9FF3AA. Grayscale: #2D2D2D. Windows color (decimal): -10482603 or 5573728. OLE color: 5573728.
HSL color Cylindrical-coordinate representation of color #600C55: hue angle of 307.86º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #600C55 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 12 | 85 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.62 |
| HSL | 307.86º | 0.78% | 0.21% | - |
| HSV(B) | 307.86º | 0.88% | 0.38% | - |
| XYZ | 6.6 | 3.41 | 8.9 | - |
| YUV | 45.44 | 150.33 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 12 | 85 | 0 | 0.88 | 0.11 | 0.62 | 307.86 | 0.78 | 0.21 |
| Hex | 60 | C | 55 | 0 | 58 | B | 3E | 134 | 4E | 15 |
| Octal | 140 | 14 | 125 | 0 | 130 | 13 | 76 | 464 | 116 | 25 |
| Binary | 1100000 | 1100 | 1010101 | 0 | 1011000 | 1011 | 111110 | 100110100 | 1001110 | 10101 |
Color Harmonies of #600C55
Complementary color
Monochromatic Colors of #600C55
Black with #600C55
Text Example
Text Example
White with #600C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600C55; }
p { color: rgb(96,12,85); }
H1.HeaderClassName
{
color: #600C55;
}
.AnyTagClassName
{
color: #600C55;
}
</style>
background-color css
<style>
a { background-color: #600C55; }
a { background-color: rgb(96,12,85); }
div.DivClassName
{
background-color: #600C55;
}
.BgClassName
{
background-color: #600C55;
}
</style>
border-color css
<style>
span { border-color: #600C55; }
span { border-color: rgb(96,12,85); }
td.TdClassName
{
border-color: #600C55;
}
.TagClassName
{
border-color: #600C55;
}
</style>