Shades of Palatinate Purple #66085F
Tints of Palatinate Purple #66085F
RGB
CMYK
RGB Variations
Color information
#66085F (or 0x66085F) is known color: Palatinate Purple. HEX triplet: 66, 08 and 5F. RGB value is (102,8,95). Sum of RGB (Red+Green+Blue) = 102+8+95=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #66085F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66085F is #99F7A0. Grayscale: #2D2D2D. Windows color (decimal): -10090401 or 6228070. OLE color: 6228070.
HSL color Cylindrical-coordinate representation of color #66085F: hue angle of 304.47º 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 #66085F is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 8 | 95 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.6 |
| HSL | 304.47º | 0.85% | 0.22% | - |
| HSV(B) | 304.47º | 0.92% | 0.4% | - |
| XYZ | 7.63 | 3.82 | 11.16 | - |
| YUV | 46.02 | 155.64 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 95 | 0 | 0.92 | 0.07 | 0.6 | 304.47 | 0.85 | 0.22 |
| Hex | 66 | 8 | 5F | 0 | 5C | 7 | 3C | 130 | 55 | 16 |
| Octal | 146 | 10 | 137 | 0 | 134 | 7 | 74 | 460 | 125 | 26 |
| Binary | 1100110 | 1000 | 1011111 | 0 | 1011100 | 111 | 111100 | 100110000 | 1010101 | 10110 |
Color Harmonies of #66085F
Complementary color
Monochromatic Colors of #66085F
Black with #66085F
Text Example
Text Example
White with #66085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66085F; }
p { color: rgb(102,8,95); }
H1.HeaderClassName
{
color: #66085F;
}
.AnyTagClassName
{
color: #66085F;
}
</style>
background-color css
<style>
a { background-color: #66085F; }
a { background-color: rgb(102,8,95); }
div.DivClassName
{
background-color: #66085F;
}
.BgClassName
{
background-color: #66085F;
}
</style>
border-color css
<style>
span { border-color: #66085F; }
span { border-color: rgb(102,8,95); }
td.TdClassName
{
border-color: #66085F;
}
.TagClassName
{
border-color: #66085F;
}
</style>