Shades of Palatinate Purple #66085C
Tints of Palatinate Purple #66085C
RGB
CMYK
RGB Variations
Color information
#66085C (or 0x66085C) is known color: Palatinate Purple. HEX triplet: 66, 08 and 5C. RGB value is (102,8,92). Sum of RGB (Red+Green+Blue) = 102+8+92=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #66085C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66085C is #99F7A3. Grayscale: #2D2D2D. Windows color (decimal): -10090404 or 6031462. OLE color: 6031462.
HSL color Cylindrical-coordinate representation of color #66085C: hue angle of 306.38º 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 #66085C is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 8 | 92 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.6 |
| HSL | 306.38º | 0.85% | 0.22% | - |
| HSV(B) | 306.38º | 0.92% | 0.4% | - |
| XYZ | 7.5 | 3.77 | 10.46 | - |
| YUV | 45.68 | 154.14 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 92 | 0 | 0.92 | 0.10 | 0.6 | 306.38 | 0.85 | 0.22 |
| Hex | 66 | 8 | 5C | 0 | 5C | A | 3C | 132 | 55 | 16 |
| Octal | 146 | 10 | 134 | 0 | 134 | 12 | 74 | 462 | 125 | 26 |
| Binary | 1100110 | 1000 | 1011100 | 0 | 1011100 | 1010 | 111100 | 100110010 | 1010101 | 10110 |
Color Harmonies of #66085C
Complementary color
Monochromatic Colors of #66085C
Black with #66085C
Text Example
Text Example
White with #66085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66085C; }
p { color: rgb(102,8,92); }
H1.HeaderClassName
{
color: #66085C;
}
.AnyTagClassName
{
color: #66085C;
}
</style>
background-color css
<style>
a { background-color: #66085C; }
a { background-color: rgb(102,8,92); }
div.DivClassName
{
background-color: #66085C;
}
.BgClassName
{
background-color: #66085C;
}
</style>
border-color css
<style>
span { border-color: #66085C; }
span { border-color: rgb(102,8,92); }
td.TdClassName
{
border-color: #66085C;
}
.TagClassName
{
border-color: #66085C;
}
</style>