Shades of Palatinate Purple #660362
Tints of Palatinate Purple #660362
RGB
CMYK
RGB Variations
Color information
#660362 (or 0x660362) is known color: Palatinate Purple. HEX triplet: 66, 03 and 62. RGB value is (102,3,98). Sum of RGB (Red+Green+Blue) = 102+3+98=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #660362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660362 is #99FC9D. Grayscale: #2B2B2B. Windows color (decimal): -10091678 or 6423398. OLE color: 6423398.
HSL color Cylindrical-coordinate representation of color #660362: hue angle of 302.42º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660362 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 3 | 98 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.6 |
| HSL | 302.42º | 0.94% | 0.21% | - |
| HSV(B) | 302.42º | 0.97% | 0.4% | - |
| XYZ | 7.72 | 3.77 | 11.88 | - |
| YUV | 43.43 | 158.8 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 98 | 0 | 0.97 | 0.04 | 0.6 | 302.42 | 0.94 | 0.21 |
| Hex | 66 | 3 | 62 | 0 | 61 | 4 | 3C | 12E | 5E | 15 |
| Octal | 146 | 3 | 142 | 0 | 141 | 4 | 74 | 456 | 136 | 25 |
| Binary | 1100110 | 11 | 1100010 | 0 | 1100001 | 100 | 111100 | 100101110 | 1011110 | 10101 |
Color Harmonies of #660362
Complementary color
Monochromatic Colors of #660362
Black with #660362
Text Example
Text Example
White with #660362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660362; }
p { color: rgb(102,3,98); }
H1.HeaderClassName
{
color: #660362;
}
.AnyTagClassName
{
color: #660362;
}
</style>
background-color css
<style>
a { background-color: #660362; }
a { background-color: rgb(102,3,98); }
div.DivClassName
{
background-color: #660362;
}
.BgClassName
{
background-color: #660362;
}
</style>
border-color css
<style>
span { border-color: #660362; }
span { border-color: rgb(102,3,98); }
td.TdClassName
{
border-color: #660362;
}
.TagClassName
{
border-color: #660362;
}
</style>