Shades of Palatinate Purple #661462
Tints of Palatinate Purple #661462
RGB
CMYK
RGB Variations
Color information
#661462 (or 0x661462) is known color: Palatinate Purple. HEX triplet: 66, 14 and 62. RGB value is (102,20,98). Sum of RGB (Red+Green+Blue) = 102+20+98=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #661462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661462 is #99EB9D. Grayscale: #353535. Windows color (decimal): -10087326 or 6427750. OLE color: 6427750.
HSL color Cylindrical-coordinate representation of color #661462: hue angle of 302.93º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #661462 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 20 | 98 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.6 |
| HSL | 302.93º | 0.67% | 0.24% | - |
| HSV(B) | 302.93º | 0.8% | 0.4% | - |
| XYZ | 7.93 | 4.21 | 11.95 | - |
| YUV | 53.41 | 153.17 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 98 | 0 | 0.80 | 0.04 | 0.6 | 302.93 | 0.67 | 0.24 |
| Hex | 66 | 14 | 62 | 0 | 50 | 4 | 3C | 12F | 43 | 18 |
| Octal | 146 | 24 | 142 | 0 | 120 | 4 | 74 | 457 | 103 | 30 |
| Binary | 1100110 | 10100 | 1100010 | 0 | 1010000 | 100 | 111100 | 100101111 | 1000011 | 11000 |
Color Harmonies of #661462
Complementary color
Monochromatic Colors of #661462
Black with #661462
Text Example
Text Example
White with #661462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661462; }
p { color: rgb(102,20,98); }
H1.HeaderClassName
{
color: #661462;
}
.AnyTagClassName
{
color: #661462;
}
</style>
background-color css
<style>
a { background-color: #661462; }
a { background-color: rgb(102,20,98); }
div.DivClassName
{
background-color: #661462;
}
.BgClassName
{
background-color: #661462;
}
</style>
border-color css
<style>
span { border-color: #661462; }
span { border-color: rgb(102,20,98); }
td.TdClassName
{
border-color: #661462;
}
.TagClassName
{
border-color: #661462;
}
</style>