Shades of Palatinate Purple #600F55
Tints of Palatinate Purple #600F55
RGB
CMYK
RGB Variations
Color information
#600F55 (or 0x600F55) is known color: Palatinate Purple. HEX triplet: 60, 0F and 55. RGB value is (96,15,85). Sum of RGB (Red+Green+Blue) = 96+15+85=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #600F55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600F55 is #9FF0AA. Grayscale: #2F2F2F. Windows color (decimal): -10481835 or 5574496. OLE color: 5574496.
HSL color Cylindrical-coordinate representation of color #600F55: hue angle of 308.15º 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 #600F55 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 15 | 85 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.62 |
| HSL | 308.15º | 0.73% | 0.22% | - |
| HSV(B) | 308.15º | 0.84% | 0.38% | - |
| XYZ | 6.63 | 3.48 | 8.92 | - |
| YUV | 47.2 | 149.34 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 85 | 0 | 0.84 | 0.11 | 0.62 | 308.15 | 0.73 | 0.22 |
| Hex | 60 | F | 55 | 0 | 54 | B | 3E | 134 | 49 | 16 |
| Octal | 140 | 17 | 125 | 0 | 124 | 13 | 76 | 464 | 111 | 26 |
| Binary | 1100000 | 1111 | 1010101 | 0 | 1010100 | 1011 | 111110 | 100110100 | 1001001 | 10110 |
Color Harmonies of #600F55
Complementary color
Monochromatic Colors of #600F55
Black with #600F55
Text Example
Text Example
White with #600F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600F55; }
p { color: rgb(96,15,85); }
H1.HeaderClassName
{
color: #600F55;
}
.AnyTagClassName
{
color: #600F55;
}
</style>
background-color css
<style>
a { background-color: #600F55; }
a { background-color: rgb(96,15,85); }
div.DivClassName
{
background-color: #600F55;
}
.BgClassName
{
background-color: #600F55;
}
</style>
border-color css
<style>
span { border-color: #600F55; }
span { border-color: rgb(96,15,85); }
td.TdClassName
{
border-color: #600F55;
}
.TagClassName
{
border-color: #600F55;
}
</style>