Shades of Palatinate Purple #660F63
Tints of Palatinate Purple #660F63
RGB
CMYK
RGB Variations
Color information
#660F63 (or 0x660F63) is known color: Palatinate Purple. HEX triplet: 66, 0F and 63. RGB value is (102,15,99). Sum of RGB (Red+Green+Blue) = 102+15+99=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #660F63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660F63 is #99F09C. Grayscale: #323232. Windows color (decimal): -10088605 or 6492006. OLE color: 6492006.
HSL color Cylindrical-coordinate representation of color #660F63: hue angle of 302.07º 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 #660F63 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 15 | 99 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.6 |
| HSL | 302.07º | 0.74% | 0.23% | - |
| HSV(B) | 302.07º | 0.85% | 0.4% | - |
| XYZ | 7.9 | 4.07 | 12.17 | - |
| YUV | 50.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 99 | 0 | 0.85 | 0.03 | 0.6 | 302.07 | 0.74 | 0.23 |
| Hex | 66 | F | 63 | 0 | 55 | 3 | 3C | 12E | 4A | 17 |
| Octal | 146 | 17 | 143 | 0 | 125 | 3 | 74 | 456 | 112 | 27 |
| Binary | 1100110 | 1111 | 1100011 | 0 | 1010101 | 11 | 111100 | 100101110 | 1001010 | 10111 |
Color Harmonies of #660F63
Complementary color
Monochromatic Colors of #660F63
Black with #660F63
Text Example
Text Example
White with #660F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660F63; }
p { color: rgb(102,15,99); }
H1.HeaderClassName
{
color: #660F63;
}
.AnyTagClassName
{
color: #660F63;
}
</style>
background-color css
<style>
a { background-color: #660F63; }
a { background-color: rgb(102,15,99); }
div.DivClassName
{
background-color: #660F63;
}
.BgClassName
{
background-color: #660F63;
}
</style>
border-color css
<style>
span { border-color: #660F63; }
span { border-color: rgb(102,15,99); }
td.TdClassName
{
border-color: #660F63;
}
.TagClassName
{
border-color: #660F63;
}
</style>