Shades of Palatinate Purple #660F62
Tints of Palatinate Purple #660F62
RGB
CMYK
RGB Variations
Color information
#660F62 (or 0x660F62) is known color: Palatinate Purple. HEX triplet: 66, 0F and 62. RGB value is (102,15,98). Sum of RGB (Red+Green+Blue) = 102+15+98=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #660F62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660F62 is #99F09D. Grayscale: #323232. Windows color (decimal): -10088606 or 6426470. OLE color: 6426470.
HSL color Cylindrical-coordinate representation of color #660F62: hue angle of 302.76º 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 #660F62 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 15 | 98 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.6 |
| HSL | 302.76º | 0.74% | 0.23% | - |
| HSV(B) | 302.76º | 0.85% | 0.4% | - |
| XYZ | 7.85 | 4.05 | 11.92 | - |
| YUV | 50.48 | 154.82 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 98 | 0 | 0.85 | 0.04 | 0.6 | 302.76 | 0.74 | 0.23 |
| Hex | 66 | F | 62 | 0 | 55 | 4 | 3C | 12F | 4A | 17 |
| Octal | 146 | 17 | 142 | 0 | 125 | 4 | 74 | 457 | 112 | 27 |
| Binary | 1100110 | 1111 | 1100010 | 0 | 1010101 | 100 | 111100 | 100101111 | 1001010 | 10111 |
Color Harmonies of #660F62
Complementary color
Monochromatic Colors of #660F62
Black with #660F62
Text Example
Text Example
White with #660F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660F62; }
p { color: rgb(102,15,98); }
H1.HeaderClassName
{
color: #660F62;
}
.AnyTagClassName
{
color: #660F62;
}
</style>
background-color css
<style>
a { background-color: #660F62; }
a { background-color: rgb(102,15,98); }
div.DivClassName
{
background-color: #660F62;
}
.BgClassName
{
background-color: #660F62;
}
</style>
border-color css
<style>
span { border-color: #660F62; }
span { border-color: rgb(102,15,98); }
td.TdClassName
{
border-color: #660F62;
}
.TagClassName
{
border-color: #660F62;
}
</style>