Shades of Palatinate Purple #66045C
Tints of Palatinate Purple #66045C
RGB
CMYK
RGB Variations
Color information
#66045C (or 0x66045C) is known color: Palatinate Purple. HEX triplet: 66, 04 and 5C. RGB value is (102,4,92). Sum of RGB (Red+Green+Blue) = 102+4+92=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #66045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66045C is #99FBA3. Grayscale: #2B2B2B. Windows color (decimal): -10091428 or 6030438. OLE color: 6030438.
HSL color Cylindrical-coordinate representation of color #66045C: hue angle of 306.12º 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 #66045C is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 4 | 92 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.6 |
| HSL | 306.12º | 0.92% | 0.21% | - |
| HSV(B) | 306.12º | 0.96% | 0.4% | - |
| XYZ | 7.45 | 3.68 | 10.44 | - |
| YUV | 43.33 | 155.47 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 92 | 0 | 0.96 | 0.10 | 0.6 | 306.12 | 0.92 | 0.21 |
| Hex | 66 | 4 | 5C | 0 | 60 | A | 3C | 132 | 5C | 15 |
| Octal | 146 | 4 | 134 | 0 | 140 | 12 | 74 | 462 | 134 | 25 |
| Binary | 1100110 | 100 | 1011100 | 0 | 1100000 | 1010 | 111100 | 100110010 | 1011100 | 10101 |
Color Harmonies of #66045C
Complementary color
Monochromatic Colors of #66045C
Black with #66045C
Text Example
Text Example
White with #66045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66045C; }
p { color: rgb(102,4,92); }
H1.HeaderClassName
{
color: #66045C;
}
.AnyTagClassName
{
color: #66045C;
}
</style>
background-color css
<style>
a { background-color: #66045C; }
a { background-color: rgb(102,4,92); }
div.DivClassName
{
background-color: #66045C;
}
.BgClassName
{
background-color: #66045C;
}
</style>
border-color css
<style>
span { border-color: #66045C; }
span { border-color: rgb(102,4,92); }
td.TdClassName
{
border-color: #66045C;
}
.TagClassName
{
border-color: #66045C;
}
</style>