Shades of Palatinate Purple #660967
Tints of Palatinate Purple #660967
RGB
CMYK
RGB Variations
Color information
#660967 (or 0x660967) is known color: Palatinate Purple. HEX triplet: 66, 09 and 67. RGB value is (102,9,103). Sum of RGB (Red+Green+Blue) = 102+9+103=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 103 (40.62% from 255 or 48.13% from 214); Max value from RGB is 103 - color contains mainly: blue. Hex color #660967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660967 is #99F698. Grayscale: #2F2F2F. Windows color (decimal): -10090137 or 6752614. OLE color: 6752614.
HSL color Cylindrical-coordinate representation of color #660967: hue angle of 299.36º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660967 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 9 | 103 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.60 |
| HSL | 299.36º | 0.84% | 0.22% | - |
| HSV(B) | 299.36º | 0.91% | 0.4% | - |
| XYZ | 8.03 | 4 | 13.18 | - |
| YUV | 47.52 | 159.31 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 103 | 0.01 | 0.91 | 0 | 0.60 | 299.36 | 0.84 | 0.22 |
| Hex | 66 | 9 | 67 | 1 | 5B | 0 | 3C | 12B | 54 | 16 |
| Octal | 146 | 11 | 147 | 1 | 133 | 0 | 74 | 453 | 124 | 26 |
| Binary | 1100110 | 1001 | 1100111 | 1 | 1011011 | 0 | 111100 | 100101011 | 1010100 | 10110 |
Color Harmonies of #660967
Complementary color
Monochromatic Colors of #660967
Black with #660967
Text Example
Text Example
White with #660967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660967; }
p { color: rgb(102,9,103); }
H1.HeaderClassName
{
color: #660967;
}
.AnyTagClassName
{
color: #660967;
}
</style>
background-color css
<style>
a { background-color: #660967; }
a { background-color: rgb(102,9,103); }
div.DivClassName
{
background-color: #660967;
}
.BgClassName
{
background-color: #660967;
}
</style>
border-color css
<style>
span { border-color: #660967; }
span { border-color: rgb(102,9,103); }
td.TdClassName
{
border-color: #660967;
}
.TagClassName
{
border-color: #660967;
}
</style>