Shades of Palatinate Purple #66305E
Tints of Palatinate Purple #66305E
RGB
CMYK
RGB Variations
Color information
#66305E (or 0x66305E) is known color: Palatinate Purple. HEX triplet: 66, 30 and 5E. RGB value is (102,48,94). Sum of RGB (Red+Green+Blue) = 102+48+94=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 102 - color contains mainly: red. Hex color #66305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66305E is #99CFA1. Grayscale: #454545. Windows color (decimal): -10080162 or 6172774. OLE color: 6172774.
HSL color Cylindrical-coordinate representation of color #66305E: hue angle of 308.89º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66305E is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 48 | 94 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.6 |
| HSL | 308.89º | 0.36% | 0.29% | - |
| HSV(B) | 308.89º | 0.53% | 0.4% | - |
| XYZ | 8.56 | 5.75 | 11.25 | - |
| YUV | 69.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 94 | 0 | 0.53 | 0.08 | 0.6 | 308.89 | 0.36 | 0.29 |
| Hex | 66 | 30 | 5E | 0 | 35 | 8 | 3C | 135 | 24 | 1D |
| Octal | 146 | 60 | 136 | 0 | 65 | 10 | 74 | 465 | 44 | 35 |
| Binary | 1100110 | 110000 | 1011110 | 0 | 110101 | 1000 | 111100 | 100110101 | 100100 | 11101 |
Color Harmonies of #66305E
Complementary color
Monochromatic Colors of #66305E
Black with #66305E
Text Example
Text Example
White with #66305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66305E; }
p { color: rgb(102,48,94); }
H1.HeaderClassName
{
color: #66305E;
}
.AnyTagClassName
{
color: #66305E;
}
</style>
background-color css
<style>
a { background-color: #66305E; }
a { background-color: rgb(102,48,94); }
div.DivClassName
{
background-color: #66305E;
}
.BgClassName
{
background-color: #66305E;
}
</style>
border-color css
<style>
span { border-color: #66305E; }
span { border-color: rgb(102,48,94); }
td.TdClassName
{
border-color: #66305E;
}
.TagClassName
{
border-color: #66305E;
}
</style>