Shades of Palatinate Purple #660F61
Tints of Palatinate Purple #660F61
RGB
CMYK
RGB Variations
Color information
#660F61 (or 0x660F61) is known color: Palatinate Purple. HEX triplet: 66, 0F and 61. RGB value is (102,15,97). Sum of RGB (Red+Green+Blue) = 102+15+97=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #660F61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660F61 is #99F09E. Grayscale: #323232. Windows color (decimal): -10088607 or 6360934. OLE color: 6360934.
HSL color Cylindrical-coordinate representation of color #660F61: hue angle of 303.45º 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 #660F61 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 15 | 97 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.6 |
| HSL | 303.45º | 0.74% | 0.23% | - |
| HSV(B) | 303.45º | 0.85% | 0.4% | - |
| XYZ | 7.81 | 4.03 | 11.68 | - |
| YUV | 50.36 | 154.32 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 97 | 0 | 0.85 | 0.05 | 0.6 | 303.45 | 0.74 | 0.23 |
| Hex | 66 | F | 61 | 0 | 55 | 5 | 3C | 12F | 4A | 17 |
| Octal | 146 | 17 | 141 | 0 | 125 | 5 | 74 | 457 | 112 | 27 |
| Binary | 1100110 | 1111 | 1100001 | 0 | 1010101 | 101 | 111100 | 100101111 | 1001010 | 10111 |
Color Harmonies of #660F61
Complementary color
Monochromatic Colors of #660F61
Black with #660F61
Text Example
Text Example
White with #660F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660F61; }
p { color: rgb(102,15,97); }
H1.HeaderClassName
{
color: #660F61;
}
.AnyTagClassName
{
color: #660F61;
}
</style>
background-color css
<style>
a { background-color: #660F61; }
a { background-color: rgb(102,15,97); }
div.DivClassName
{
background-color: #660F61;
}
.BgClassName
{
background-color: #660F61;
}
</style>
border-color css
<style>
span { border-color: #660F61; }
span { border-color: rgb(102,15,97); }
td.TdClassName
{
border-color: #660F61;
}
.TagClassName
{
border-color: #660F61;
}
</style>