Shades of Palatinate Purple #66085D
Tints of Palatinate Purple #66085D
RGB
CMYK
RGB Variations
Color information
#66085D (or 0x66085D) is known color: Palatinate Purple. HEX triplet: 66, 08 and 5D. RGB value is (102,8,93). Sum of RGB (Red+Green+Blue) = 102+8+93=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #66085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66085D is #99F7A2. Grayscale: #2D2D2D. Windows color (decimal): -10090403 or 6096998. OLE color: 6096998.
HSL color Cylindrical-coordinate representation of color #66085D: hue angle of 305.74º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66085D is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 8 | 93 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.6 |
| HSL | 305.74º | 0.85% | 0.22% | - |
| HSV(B) | 305.74º | 0.92% | 0.4% | - |
| XYZ | 7.54 | 3.79 | 10.69 | - |
| YUV | 45.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 93 | 0 | 0.92 | 0.09 | 0.6 | 305.74 | 0.85 | 0.22 |
| Hex | 66 | 8 | 5D | 0 | 5C | 9 | 3C | 132 | 55 | 16 |
| Octal | 146 | 10 | 135 | 0 | 134 | 11 | 74 | 462 | 125 | 26 |
| Binary | 1100110 | 1000 | 1011101 | 0 | 1011100 | 1001 | 111100 | 100110010 | 1010101 | 10110 |
Color Harmonies of #66085D
Complementary color
Monochromatic Colors of #66085D
Black with #66085D
Text Example
Text Example
White with #66085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66085D; }
p { color: rgb(102,8,93); }
H1.HeaderClassName
{
color: #66085D;
}
.AnyTagClassName
{
color: #66085D;
}
</style>
background-color css
<style>
a { background-color: #66085D; }
a { background-color: rgb(102,8,93); }
div.DivClassName
{
background-color: #66085D;
}
.BgClassName
{
background-color: #66085D;
}
</style>
border-color css
<style>
span { border-color: #66085D; }
span { border-color: rgb(102,8,93); }
td.TdClassName
{
border-color: #66085D;
}
.TagClassName
{
border-color: #66085D;
}
</style>