Shades of Palatinate Purple #660A62
Tints of Palatinate Purple #660A62
RGB
CMYK
RGB Variations
Color information
#660A62 (or 0x660A62) is known color: Palatinate Purple. HEX triplet: 66, 0A and 62. RGB value is (102,10,98). Sum of RGB (Red+Green+Blue) = 102+10+98=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #660A62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660A62 is #99F59D. Grayscale: #2F2F2F. Windows color (decimal): -10089886 or 6425190. OLE color: 6425190.
HSL color Cylindrical-coordinate representation of color #660A62: hue angle of 302.61º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660A62 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 10 | 98 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.6 |
| HSL | 302.61º | 0.82% | 0.22% | - |
| HSV(B) | 302.61º | 0.9% | 0.4% | - |
| XYZ | 7.79 | 3.92 | 11.9 | - |
| YUV | 47.54 | 156.48 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 10 | 98 | 0 | 0.90 | 0.04 | 0.6 | 302.61 | 0.82 | 0.22 |
| Hex | 66 | A | 62 | 0 | 5A | 4 | 3C | 12F | 52 | 16 |
| Octal | 146 | 12 | 142 | 0 | 132 | 4 | 74 | 457 | 122 | 26 |
| Binary | 1100110 | 1010 | 1100010 | 0 | 1011010 | 100 | 111100 | 100101111 | 1010010 | 10110 |
Color Harmonies of #660A62
Complementary color
Monochromatic Colors of #660A62
Black with #660A62
Text Example
Text Example
White with #660A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660A62; }
p { color: rgb(102,10,98); }
H1.HeaderClassName
{
color: #660A62;
}
.AnyTagClassName
{
color: #660A62;
}
</style>
background-color css
<style>
a { background-color: #660A62; }
a { background-color: rgb(102,10,98); }
div.DivClassName
{
background-color: #660A62;
}
.BgClassName
{
background-color: #660A62;
}
</style>
border-color css
<style>
span { border-color: #660A62; }
span { border-color: rgb(102,10,98); }
td.TdClassName
{
border-color: #660A62;
}
.TagClassName
{
border-color: #660A62;
}
</style>