Shades of Palatinate Purple #662252
Tints of Palatinate Purple #662252
RGB
CMYK
RGB Variations
Color information
#662252 (or 0x662252) is known color: Palatinate Purple. HEX triplet: 66, 22 and 52. RGB value is (102,34,82). Sum of RGB (Red+Green+Blue) = 102+34+82=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #662252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662252 is #99DDAD. Grayscale: #3B3B3B. Windows color (decimal): -10083758 or 5382758. OLE color: 5382758.
HSL color Cylindrical-coordinate representation of color #662252: hue angle of 317.65º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #662252 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 34 | 82 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.6 |
| HSL | 317.65º | 0.5% | 0.27% | - |
| HSV(B) | 317.65º | 0.67% | 0.4% | - |
| XYZ | 7.57 | 4.58 | 8.47 | - |
| YUV | 59.8 | 140.53 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 82 | 0 | 0.67 | 0.20 | 0.6 | 317.65 | 0.5 | 0.27 |
| Hex | 66 | 22 | 52 | 0 | 43 | 14 | 3C | 13E | 32 | 1B |
| Octal | 146 | 42 | 122 | 0 | 103 | 24 | 74 | 476 | 62 | 33 |
| Binary | 1100110 | 100010 | 1010010 | 0 | 1000011 | 10100 | 111100 | 100111110 | 110010 | 11011 |
Color Harmonies of #662252
Complementary color
Monochromatic Colors of #662252
Black with #662252
Text Example
Text Example
White with #662252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662252; }
p { color: rgb(102,34,82); }
H1.HeaderClassName
{
color: #662252;
}
.AnyTagClassName
{
color: #662252;
}
</style>
background-color css
<style>
a { background-color: #662252; }
a { background-color: rgb(102,34,82); }
div.DivClassName
{
background-color: #662252;
}
.BgClassName
{
background-color: #662252;
}
</style>
border-color css
<style>
span { border-color: #662252; }
span { border-color: rgb(102,34,82); }
td.TdClassName
{
border-color: #662252;
}
.TagClassName
{
border-color: #662252;
}
</style>