Shades of Palatinate Purple #66065A
Tints of Palatinate Purple #66065A
RGB
CMYK
RGB Variations
Color information
#66065A (or 0x66065A) is known color: Palatinate Purple. HEX triplet: 66, 06 and 5A. RGB value is (102,6,90). Sum of RGB (Red+Green+Blue) = 102+6+90=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #66065A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66065A is #99F9A5. Grayscale: #2C2C2C. Windows color (decimal): -10090918 or 5899878. OLE color: 5899878.
HSL color Cylindrical-coordinate representation of color #66065A: hue angle of 307.5º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66065A is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 6 | 90 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.6 |
| HSL | 307.5º | 0.89% | 0.21% | - |
| HSV(B) | 307.5º | 0.94% | 0.4% | - |
| XYZ | 7.39 | 3.69 | 10 | - |
| YUV | 44.28 | 153.8 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 6 | 90 | 0 | 0.94 | 0.12 | 0.6 | 307.5 | 0.89 | 0.21 |
| Hex | 66 | 6 | 5A | 0 | 5E | C | 3C | 134 | 59 | 15 |
| Octal | 146 | 6 | 132 | 0 | 136 | 14 | 74 | 464 | 131 | 25 |
| Binary | 1100110 | 110 | 1011010 | 0 | 1011110 | 1100 | 111100 | 100110100 | 1011001 | 10101 |
Color Harmonies of #66065A
Complementary color
Monochromatic Colors of #66065A
Black with #66065A
Text Example
Text Example
White with #66065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66065A; }
p { color: rgb(102,6,90); }
H1.HeaderClassName
{
color: #66065A;
}
.AnyTagClassName
{
color: #66065A;
}
</style>
background-color css
<style>
a { background-color: #66065A; }
a { background-color: rgb(102,6,90); }
div.DivClassName
{
background-color: #66065A;
}
.BgClassName
{
background-color: #66065A;
}
</style>
border-color css
<style>
span { border-color: #66065A; }
span { border-color: rgb(102,6,90); }
td.TdClassName
{
border-color: #66065A;
}
.TagClassName
{
border-color: #66065A;
}
</style>