Shades of Palatinate Purple #600C52
Tints of Palatinate Purple #600C52
RGB
CMYK
RGB Variations
Color information
#600C52 (or 0x600C52) is known color: Palatinate Purple. HEX triplet: 60, 0C and 52. RGB value is (96,12,82). Sum of RGB (Red+Green+Blue) = 96+12+82=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #600C52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600C52 is #9FF3AD. Grayscale: #2C2C2C. Windows color (decimal): -10482606 or 5377120. OLE color: 5377120.
HSL color Cylindrical-coordinate representation of color #600C52: hue angle of 310º 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 #600C52 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 12 | 82 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.62 |
| HSL | 310º | 0.78% | 0.21% | - |
| HSV(B) | 310º | 0.88% | 0.38% | - |
| XYZ | 6.48 | 3.36 | 8.29 | - |
| YUV | 45.1 | 148.83 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 12 | 82 | 0 | 0.88 | 0.15 | 0.62 | 310 | 0.78 | 0.21 |
| Hex | 60 | C | 52 | 0 | 58 | F | 3E | 136 | 4E | 15 |
| Octal | 140 | 14 | 122 | 0 | 130 | 17 | 76 | 466 | 116 | 25 |
| Binary | 1100000 | 1100 | 1010010 | 0 | 1011000 | 1111 | 111110 | 100110110 | 1001110 | 10101 |
Color Harmonies of #600C52
Complementary color
Monochromatic Colors of #600C52
Black with #600C52
Text Example
Text Example
White with #600C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600C52; }
p { color: rgb(96,12,82); }
H1.HeaderClassName
{
color: #600C52;
}
.AnyTagClassName
{
color: #600C52;
}
</style>
background-color css
<style>
a { background-color: #600C52; }
a { background-color: rgb(96,12,82); }
div.DivClassName
{
background-color: #600C52;
}
.BgClassName
{
background-color: #600C52;
}
</style>
border-color css
<style>
span { border-color: #600C52; }
span { border-color: rgb(96,12,82); }
td.TdClassName
{
border-color: #600C52;
}
.TagClassName
{
border-color: #600C52;
}
</style>