Shades of Palatinate Purple #66045D
Tints of Palatinate Purple #66045D
RGB
CMYK
RGB Variations
Color information
#66045D (or 0x66045D) is known color: Palatinate Purple. HEX triplet: 66, 04 and 5D. RGB value is (102,4,93). Sum of RGB (Red+Green+Blue) = 102+4+93=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #66045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66045D is #99FBA2. Grayscale: #2B2B2B. Windows color (decimal): -10091427 or 6095974. OLE color: 6095974.
HSL color Cylindrical-coordinate representation of color #66045D: hue angle of 305.51º 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 #66045D is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 4 | 93 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.6 |
| HSL | 305.51º | 0.92% | 0.21% | - |
| HSV(B) | 305.51º | 0.96% | 0.4% | - |
| XYZ | 7.5 | 3.7 | 10.68 | - |
| YUV | 43.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 93 | 0 | 0.96 | 0.09 | 0.6 | 305.51 | 0.92 | 0.21 |
| Hex | 66 | 4 | 5D | 0 | 60 | 9 | 3C | 132 | 5C | 15 |
| Octal | 146 | 4 | 135 | 0 | 140 | 11 | 74 | 462 | 134 | 25 |
| Binary | 1100110 | 100 | 1011101 | 0 | 1100000 | 1001 | 111100 | 100110010 | 1011100 | 10101 |
Color Harmonies of #66045D
Complementary color
Monochromatic Colors of #66045D
Black with #66045D
Text Example
Text Example
White with #66045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66045D; }
p { color: rgb(102,4,93); }
H1.HeaderClassName
{
color: #66045D;
}
.AnyTagClassName
{
color: #66045D;
}
</style>
background-color css
<style>
a { background-color: #66045D; }
a { background-color: rgb(102,4,93); }
div.DivClassName
{
background-color: #66045D;
}
.BgClassName
{
background-color: #66045D;
}
</style>
border-color css
<style>
span { border-color: #66045D; }
span { border-color: rgb(102,4,93); }
td.TdClassName
{
border-color: #66045D;
}
.TagClassName
{
border-color: #66045D;
}
</style>