Shades of Palatinate Purple #662069
Tints of Palatinate Purple #662069
RGB
CMYK
RGB Variations
Color information
#662069 (or 0x662069) is known color: Palatinate Purple. HEX triplet: 66, 20 and 69. RGB value is (102,32,105). Sum of RGB (Red+Green+Blue) = 102+32+105=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #662069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662069 is #99DF96. Grayscale: #3D3D3D. Windows color (decimal): -10084247 or 6889574. OLE color: 6889574.
HSL color Cylindrical-coordinate representation of color #662069: hue angle of 297.53º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #662069 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 32 | 105 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.59 |
| HSL | 297.53º | 0.53% | 0.27% | - |
| HSV(B) | 297.53º | 0.7% | 0.41% | - |
| XYZ | 8.55 | 4.88 | 13.86 | - |
| YUV | 61.25 | 152.69 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 105 | 0.03 | 0.70 | 0 | 0.59 | 297.53 | 0.53 | 0.27 |
| Hex | 66 | 20 | 69 | 3 | 46 | 0 | 3B | 12A | 35 | 1B |
| Octal | 146 | 40 | 151 | 3 | 106 | 0 | 73 | 452 | 65 | 33 |
| Binary | 1100110 | 100000 | 1101001 | 11 | 1000110 | 0 | 111011 | 100101010 | 110101 | 11011 |
Color Harmonies of #662069
Complementary color
Monochromatic Colors of #662069
Black with #662069
Text Example
Text Example
White with #662069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662069; }
p { color: rgb(102,32,105); }
H1.HeaderClassName
{
color: #662069;
}
.AnyTagClassName
{
color: #662069;
}
</style>
background-color css
<style>
a { background-color: #662069; }
a { background-color: rgb(102,32,105); }
div.DivClassName
{
background-color: #662069;
}
.BgClassName
{
background-color: #662069;
}
</style>
border-color css
<style>
span { border-color: #662069; }
span { border-color: rgb(102,32,105); }
td.TdClassName
{
border-color: #662069;
}
.TagClassName
{
border-color: #662069;
}
</style>