Shades of Palatinate Purple #66045B
Tints of Palatinate Purple #66045B
RGB
CMYK
RGB Variations
Color information
#66045B (or 0x66045B) is known color: Palatinate Purple. HEX triplet: 66, 04 and 5B. RGB value is (102,4,91). Sum of RGB (Red+Green+Blue) = 102+4+91=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #66045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66045B is #99FBA4. Grayscale: #2A2A2A. Windows color (decimal): -10091429 or 5964902. OLE color: 5964902.
HSL color Cylindrical-coordinate representation of color #66045B: hue angle of 306.73º 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 #66045B is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 4 | 91 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.6 |
| HSL | 306.73º | 0.92% | 0.21% | - |
| HSV(B) | 306.73º | 0.96% | 0.4% | - |
| XYZ | 7.41 | 3.67 | 10.21 | - |
| YUV | 43.22 | 154.97 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 91 | 0 | 0.96 | 0.11 | 0.6 | 306.73 | 0.92 | 0.21 |
| Hex | 66 | 4 | 5B | 0 | 60 | B | 3C | 133 | 5C | 15 |
| Octal | 146 | 4 | 133 | 0 | 140 | 13 | 74 | 463 | 134 | 25 |
| Binary | 1100110 | 100 | 1011011 | 0 | 1100000 | 1011 | 111100 | 100110011 | 1011100 | 10101 |
Color Harmonies of #66045B
Complementary color
Monochromatic Colors of #66045B
Black with #66045B
Text Example
Text Example
White with #66045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66045B; }
p { color: rgb(102,4,91); }
H1.HeaderClassName
{
color: #66045B;
}
.AnyTagClassName
{
color: #66045B;
}
</style>
background-color css
<style>
a { background-color: #66045B; }
a { background-color: rgb(102,4,91); }
div.DivClassName
{
background-color: #66045B;
}
.BgClassName
{
background-color: #66045B;
}
</style>
border-color css
<style>
span { border-color: #66045B; }
span { border-color: rgb(102,4,91); }
td.TdClassName
{
border-color: #66045B;
}
.TagClassName
{
border-color: #66045B;
}
</style>