Shades of Palatinate Purple #66305A
Tints of Palatinate Purple #66305A
RGB
CMYK
RGB Variations
Color information
#66305A (or 0x66305A) is known color: Palatinate Purple. HEX triplet: 66, 30 and 5A. RGB value is (102,48,90). Sum of RGB (Red+Green+Blue) = 102+48+90=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #66305A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66305A is #99CFA5. Grayscale: #444444. Windows color (decimal): -10080166 or 5910630. OLE color: 5910630.
HSL color Cylindrical-coordinate representation of color #66305A: hue angle of 313.33º 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 #66305A is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 48 | 90 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.6 |
| HSL | 313.33º | 0.36% | 0.29% | - |
| HSV(B) | 313.33º | 0.53% | 0.4% | - |
| XYZ | 8.38 | 5.68 | 10.33 | - |
| YUV | 68.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 90 | 0 | 0.53 | 0.12 | 0.6 | 313.33 | 0.36 | 0.29 |
| Hex | 66 | 30 | 5A | 0 | 35 | C | 3C | 139 | 24 | 1D |
| Octal | 146 | 60 | 132 | 0 | 65 | 14 | 74 | 471 | 44 | 35 |
| Binary | 1100110 | 110000 | 1011010 | 0 | 110101 | 1100 | 111100 | 100111001 | 100100 | 11101 |
Color Harmonies of #66305A
Complementary color
Monochromatic Colors of #66305A
Black with #66305A
Text Example
Text Example
White with #66305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66305A; }
p { color: rgb(102,48,90); }
H1.HeaderClassName
{
color: #66305A;
}
.AnyTagClassName
{
color: #66305A;
}
</style>
background-color css
<style>
a { background-color: #66305A; }
a { background-color: rgb(102,48,90); }
div.DivClassName
{
background-color: #66305A;
}
.BgClassName
{
background-color: #66305A;
}
</style>
border-color css
<style>
span { border-color: #66305A; }
span { border-color: rgb(102,48,90); }
td.TdClassName
{
border-color: #66305A;
}
.TagClassName
{
border-color: #66305A;
}
</style>