Shades of Palatinate Purple #660D6B
Tints of Palatinate Purple #660D6B
RGB
CMYK
RGB Variations
Color information
#660D6B (or 0x660D6B) is known color: Palatinate Purple. HEX triplet: 66, 0D and 6B. RGB value is (102,13,107). Sum of RGB (Red+Green+Blue) = 102+13+107=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #660D6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660D6B is #99F294. Grayscale: #323232. Windows color (decimal): -10089109 or 7015782. OLE color: 7015782.
HSL color Cylindrical-coordinate representation of color #660D6B: hue angle of 296.81º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #660D6B is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 13 | 107 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.58 |
| HSL | 296.81º | 0.78% | 0.24% | - |
| HSV(B) | 296.81º | 0.88% | 0.42% | - |
| XYZ | 8.28 | 4.17 | 14.28 | - |
| YUV | 50.33 | 159.99 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 107 | 0.05 | 0.88 | 0 | 0.58 | 296.81 | 0.78 | 0.24 |
| Hex | 66 | D | 6B | 5 | 58 | 0 | 3A | 129 | 4E | 18 |
| Octal | 146 | 15 | 153 | 5 | 130 | 0 | 72 | 451 | 116 | 30 |
| Binary | 1100110 | 1101 | 1101011 | 101 | 1011000 | 0 | 111010 | 100101001 | 1001110 | 11000 |
Color Harmonies of #660D6B
Complementary color
Monochromatic Colors of #660D6B
Black with #660D6B
Text Example
Text Example
White with #660D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D6B; }
p { color: rgb(102,13,107); }
H1.HeaderClassName
{
color: #660D6B;
}
.AnyTagClassName
{
color: #660D6B;
}
</style>
background-color css
<style>
a { background-color: #660D6B; }
a { background-color: rgb(102,13,107); }
div.DivClassName
{
background-color: #660D6B;
}
.BgClassName
{
background-color: #660D6B;
}
</style>
border-color css
<style>
span { border-color: #660D6B; }
span { border-color: rgb(102,13,107); }
td.TdClassName
{
border-color: #660D6B;
}
.TagClassName
{
border-color: #660D6B;
}
</style>