Shades of Palatinate Purple #66035E
Tints of Palatinate Purple #66035E
RGB
CMYK
RGB Variations
Color information
#66035E (or 0x66035E) is known color: Palatinate Purple. HEX triplet: 66, 03 and 5E. RGB value is (102,3,94). Sum of RGB (Red+Green+Blue) = 102+3+94=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #66035E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66035E is #99FCA1. Grayscale: #2A2A2A. Windows color (decimal): -10091682 or 6161254. OLE color: 6161254.
HSL color Cylindrical-coordinate representation of color #66035E: hue angle of 304.85º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66035E is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 3 | 94 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.6 |
| HSL | 304.85º | 0.94% | 0.21% | - |
| HSV(B) | 304.85º | 0.97% | 0.4% | - |
| XYZ | 7.53 | 3.7 | 10.91 | - |
| YUV | 42.98 | 156.8 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 94 | 0 | 0.97 | 0.08 | 0.6 | 304.85 | 0.94 | 0.21 |
| Hex | 66 | 3 | 5E | 0 | 61 | 8 | 3C | 131 | 5E | 15 |
| Octal | 146 | 3 | 136 | 0 | 141 | 10 | 74 | 461 | 136 | 25 |
| Binary | 1100110 | 11 | 1011110 | 0 | 1100001 | 1000 | 111100 | 100110001 | 1011110 | 10101 |
Color Harmonies of #66035E
Complementary color
Monochromatic Colors of #66035E
Black with #66035E
Text Example
Text Example
White with #66035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66035E; }
p { color: rgb(102,3,94); }
H1.HeaderClassName
{
color: #66035E;
}
.AnyTagClassName
{
color: #66035E;
}
</style>
background-color css
<style>
a { background-color: #66035E; }
a { background-color: rgb(102,3,94); }
div.DivClassName
{
background-color: #66035E;
}
.BgClassName
{
background-color: #66035E;
}
</style>
border-color css
<style>
span { border-color: #66035E; }
span { border-color: rgb(102,3,94); }
td.TdClassName
{
border-color: #66035E;
}
.TagClassName
{
border-color: #66035E;
}
</style>