Shades of Palatinate Purple #600F65
Tints of Palatinate Purple #600F65
RGB
CMYK
RGB Variations
Color information
#600F65 (or 0x600F65) is known color: Palatinate Purple. HEX triplet: 60, 0F and 65. RGB value is (96,15,101). Sum of RGB (Red+Green+Blue) = 96+15+101=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #600F65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600F65 is #9FF09A. Grayscale: #303030. Windows color (decimal): -10481819 or 6623072. OLE color: 6623072.
HSL color Cylindrical-coordinate representation of color #600F65: hue angle of 296.51º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #600F65 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 15 | 101 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.60 |
| HSL | 296.51º | 0.74% | 0.23% | - |
| HSV(B) | 296.51º | 0.85% | 0.4% | - |
| XYZ | 7.34 | 3.77 | 12.65 | - |
| YUV | 49.02 | 157.34 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 101 | 0.05 | 0.85 | 0 | 0.60 | 296.51 | 0.74 | 0.23 |
| Hex | 60 | F | 65 | 5 | 55 | 0 | 3C | 129 | 4A | 17 |
| Octal | 140 | 17 | 145 | 5 | 125 | 0 | 74 | 451 | 112 | 27 |
| Binary | 1100000 | 1111 | 1100101 | 101 | 1010101 | 0 | 111100 | 100101001 | 1001010 | 10111 |
Color Harmonies of #600F65
Complementary color
Monochromatic Colors of #600F65
Black with #600F65
Text Example
Text Example
White with #600F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600F65; }
p { color: rgb(96,15,101); }
H1.HeaderClassName
{
color: #600F65;
}
.AnyTagClassName
{
color: #600F65;
}
</style>
background-color css
<style>
a { background-color: #600F65; }
a { background-color: rgb(96,15,101); }
div.DivClassName
{
background-color: #600F65;
}
.BgClassName
{
background-color: #600F65;
}
</style>
border-color css
<style>
span { border-color: #600F65; }
span { border-color: rgb(96,15,101); }
td.TdClassName
{
border-color: #600F65;
}
.TagClassName
{
border-color: #600F65;
}
</style>