Shades of Palatinate Purple #600F64
Tints of Palatinate Purple #600F64
RGB
CMYK
RGB Variations
Color information
#600F64 (or 0x600F64) is known color: Palatinate Purple. HEX triplet: 60, 0F and 64. RGB value is (96,15,100). Sum of RGB (Red+Green+Blue) = 96+15+100=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 100 (39.45% from 255 or 47.39% from 211); Max value from RGB is 100 - color contains mainly: blue. Hex color #600F64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600F64 is #9FF09B. Grayscale: #303030. Windows color (decimal): -10481820 or 6557536. OLE color: 6557536.
HSL color Cylindrical-coordinate representation of color #600F64: hue angle of 297.18º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #600F64 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 15 | 100 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.61 |
| HSL | 297.18º | 0.74% | 0.23% | - |
| HSV(B) | 297.18º | 0.85% | 0.39% | - |
| XYZ | 7.29 | 3.75 | 12.4 | - |
| YUV | 48.91 | 156.84 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 100 | 0.04 | 0.85 | 0 | 0.61 | 297.18 | 0.74 | 0.23 |
| Hex | 60 | F | 64 | 4 | 55 | 0 | 3D | 129 | 4A | 17 |
| Octal | 140 | 17 | 144 | 4 | 125 | 0 | 75 | 451 | 112 | 27 |
| Binary | 1100000 | 1111 | 1100100 | 100 | 1010101 | 0 | 111101 | 100101001 | 1001010 | 10111 |
Color Harmonies of #600F64
Complementary color
Monochromatic Colors of #600F64
Black with #600F64
Text Example
Text Example
White with #600F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600F64; }
p { color: rgb(96,15,100); }
H1.HeaderClassName
{
color: #600F64;
}
.AnyTagClassName
{
color: #600F64;
}
</style>
background-color css
<style>
a { background-color: #600F64; }
a { background-color: rgb(96,15,100); }
div.DivClassName
{
background-color: #600F64;
}
.BgClassName
{
background-color: #600F64;
}
</style>
border-color css
<style>
span { border-color: #600F64; }
span { border-color: rgb(96,15,100); }
td.TdClassName
{
border-color: #600F64;
}
.TagClassName
{
border-color: #600F64;
}
</style>