Shades of Palatinate Purple #660D62
Tints of Palatinate Purple #660D62
RGB
CMYK
RGB Variations
Color information
#660D62 (or 0x660D62) is known color: Palatinate Purple. HEX triplet: 66, 0D and 62. RGB value is (102,13,98). Sum of RGB (Red+Green+Blue) = 102+13+98=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #660D62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660D62 is #99F29D. Grayscale: #313131. Windows color (decimal): -10089118 or 6425958. OLE color: 6425958.
HSL color Cylindrical-coordinate representation of color #660D62: hue angle of 302.7º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #660D62 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 13 | 98 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.6 |
| HSL | 302.7º | 0.77% | 0.23% | - |
| HSV(B) | 302.7º | 0.87% | 0.4% | - |
| XYZ | 7.83 | 3.99 | 11.91 | - |
| YUV | 49.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 98 | 0 | 0.87 | 0.04 | 0.6 | 302.7 | 0.77 | 0.23 |
| Hex | 66 | D | 62 | 0 | 57 | 4 | 3C | 12F | 4D | 17 |
| Octal | 146 | 15 | 142 | 0 | 127 | 4 | 74 | 457 | 115 | 27 |
| Binary | 1100110 | 1101 | 1100010 | 0 | 1010111 | 100 | 111100 | 100101111 | 1001101 | 10111 |
Color Harmonies of #660D62
Complementary color
Monochromatic Colors of #660D62
Black with #660D62
Text Example
Text Example
White with #660D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D62; }
p { color: rgb(102,13,98); }
H1.HeaderClassName
{
color: #660D62;
}
.AnyTagClassName
{
color: #660D62;
}
</style>
background-color css
<style>
a { background-color: #660D62; }
a { background-color: rgb(102,13,98); }
div.DivClassName
{
background-color: #660D62;
}
.BgClassName
{
background-color: #660D62;
}
</style>
border-color css
<style>
span { border-color: #660D62; }
span { border-color: rgb(102,13,98); }
td.TdClassName
{
border-color: #660D62;
}
.TagClassName
{
border-color: #660D62;
}
</style>