Shades of Palatinate Purple #66045E
Tints of Palatinate Purple #66045E
RGB
CMYK
RGB Variations
Color information
#66045E (or 0x66045E) is known color: Palatinate Purple. HEX triplet: 66, 04 and 5E. RGB value is (102,4,94). Sum of RGB (Red+Green+Blue) = 102+4+94=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #66045E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66045E is #99FBA1. Grayscale: #2B2B2B. Windows color (decimal): -10091426 or 6161510. OLE color: 6161510.
HSL color Cylindrical-coordinate representation of color #66045E: hue angle of 304.9º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66045E is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 4 | 94 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.6 |
| HSL | 304.9º | 0.92% | 0.21% | - |
| HSV(B) | 304.9º | 0.96% | 0.4% | - |
| XYZ | 7.54 | 3.72 | 10.91 | - |
| YUV | 43.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 94 | 0 | 0.96 | 0.08 | 0.6 | 304.9 | 0.92 | 0.21 |
| Hex | 66 | 4 | 5E | 0 | 60 | 8 | 3C | 131 | 5C | 15 |
| Octal | 146 | 4 | 136 | 0 | 140 | 10 | 74 | 461 | 134 | 25 |
| Binary | 1100110 | 100 | 1011110 | 0 | 1100000 | 1000 | 111100 | 100110001 | 1011100 | 10101 |
Color Harmonies of #66045E
Complementary color
Monochromatic Colors of #66045E
Black with #66045E
Text Example
Text Example
White with #66045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66045E; }
p { color: rgb(102,4,94); }
H1.HeaderClassName
{
color: #66045E;
}
.AnyTagClassName
{
color: #66045E;
}
</style>
background-color css
<style>
a { background-color: #66045E; }
a { background-color: rgb(102,4,94); }
div.DivClassName
{
background-color: #66045E;
}
.BgClassName
{
background-color: #66045E;
}
</style>
border-color css
<style>
span { border-color: #66045E; }
span { border-color: rgb(102,4,94); }
td.TdClassName
{
border-color: #66045E;
}
.TagClassName
{
border-color: #66045E;
}
</style>