Shades of Palatinate Purple #600F54
Tints of Palatinate Purple #600F54
RGB
CMYK
RGB Variations
Color information
#600F54 (or 0x600F54) is known color: Palatinate Purple. HEX triplet: 60, 0F and 54. RGB value is (96,15,84). Sum of RGB (Red+Green+Blue) = 96+15+84=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #600F54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600F54 is #9FF0AB. Grayscale: #2E2E2E. Windows color (decimal): -10481836 or 5508960. OLE color: 5508960.
HSL color Cylindrical-coordinate representation of color #600F54: hue angle of 308.89º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #600F54 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 15 | 84 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.62 |
| HSL | 308.89º | 0.73% | 0.22% | - |
| HSV(B) | 308.89º | 0.84% | 0.38% | - |
| XYZ | 6.59 | 3.47 | 8.71 | - |
| YUV | 47.09 | 148.84 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 84 | 0 | 0.84 | 0.12 | 0.62 | 308.89 | 0.73 | 0.22 |
| Hex | 60 | F | 54 | 0 | 54 | C | 3E | 135 | 49 | 16 |
| Octal | 140 | 17 | 124 | 0 | 124 | 14 | 76 | 465 | 111 | 26 |
| Binary | 1100000 | 1111 | 1010100 | 0 | 1010100 | 1100 | 111110 | 100110101 | 1001001 | 10110 |
Color Harmonies of #600F54
Complementary color
Monochromatic Colors of #600F54
Black with #600F54
Text Example
Text Example
White with #600F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600F54; }
p { color: rgb(96,15,84); }
H1.HeaderClassName
{
color: #600F54;
}
.AnyTagClassName
{
color: #600F54;
}
</style>
background-color css
<style>
a { background-color: #600F54; }
a { background-color: rgb(96,15,84); }
div.DivClassName
{
background-color: #600F54;
}
.BgClassName
{
background-color: #600F54;
}
</style>
border-color css
<style>
span { border-color: #600F54; }
span { border-color: rgb(96,15,84); }
td.TdClassName
{
border-color: #600F54;
}
.TagClassName
{
border-color: #600F54;
}
</style>