Shades of Palatinate Purple #66065D
Tints of Palatinate Purple #66065D
RGB
CMYK
RGB Variations
Color information
#66065D (or 0x66065D) is known color: Palatinate Purple. HEX triplet: 66, 06 and 5D. RGB value is (102,6,93). Sum of RGB (Red+Green+Blue) = 102+6+93=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #66065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66065D is #99F9A2. Grayscale: #2C2C2C. Windows color (decimal): -10090915 or 6096486. OLE color: 6096486.
HSL color Cylindrical-coordinate representation of color #66065D: hue angle of 305.62º 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 #66065D is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 6 | 93 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.6 |
| HSL | 305.63º | 0.89% | 0.21% | - |
| HSV(B) | 305.63º | 0.94% | 0.4% | - |
| XYZ | 7.52 | 3.75 | 10.68 | - |
| YUV | 44.62 | 155.3 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 6 | 93 | 0 | 0.94 | 0.09 | 0.6 | 305.63 | 0.89 | 0.21 |
| Hex | 66 | 6 | 5D | 0 | 5E | 9 | 3C | 132 | 59 | 15 |
| Octal | 146 | 6 | 135 | 0 | 136 | 11 | 74 | 462 | 131 | 25 |
| Binary | 1100110 | 110 | 1011101 | 0 | 1011110 | 1001 | 111100 | 100110010 | 1011001 | 10101 |
Color Harmonies of #66065D
Complementary color
Monochromatic Colors of #66065D
Black with #66065D
Text Example
Text Example
White with #66065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66065D; }
p { color: rgb(102,6,93); }
H1.HeaderClassName
{
color: #66065D;
}
.AnyTagClassName
{
color: #66065D;
}
</style>
background-color css
<style>
a { background-color: #66065D; }
a { background-color: rgb(102,6,93); }
div.DivClassName
{
background-color: #66065D;
}
.BgClassName
{
background-color: #66065D;
}
</style>
border-color css
<style>
span { border-color: #66065D; }
span { border-color: rgb(102,6,93); }
td.TdClassName
{
border-color: #66065D;
}
.TagClassName
{
border-color: #66065D;
}
</style>