Shades of Palatinate Purple #66075E
Tints of Palatinate Purple #66075E
RGB
CMYK
RGB Variations
Color information
#66075E (or 0x66075E) is known color: Palatinate Purple. HEX triplet: 66, 07 and 5E. RGB value is (102,7,94). Sum of RGB (Red+Green+Blue) = 102+7+94=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #66075E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66075E is #99F8A1. Grayscale: #2D2D2D. Windows color (decimal): -10090658 or 6162278. OLE color: 6162278.
HSL color Cylindrical-coordinate representation of color #66075E: hue angle of 305.05º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66075E is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 7 | 94 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.6 |
| HSL | 305.05º | 0.87% | 0.21% | - |
| HSV(B) | 305.05º | 0.93% | 0.4% | - |
| XYZ | 7.58 | 3.78 | 10.92 | - |
| YUV | 45.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 94 | 0 | 0.93 | 0.08 | 0.6 | 305.05 | 0.87 | 0.21 |
| Hex | 66 | 7 | 5E | 0 | 5D | 8 | 3C | 131 | 57 | 15 |
| Octal | 146 | 7 | 136 | 0 | 135 | 10 | 74 | 461 | 127 | 25 |
| Binary | 1100110 | 111 | 1011110 | 0 | 1011101 | 1000 | 111100 | 100110001 | 1010111 | 10101 |
Color Harmonies of #66075E
Complementary color
Monochromatic Colors of #66075E
Black with #66075E
Text Example
Text Example
White with #66075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66075E; }
p { color: rgb(102,7,94); }
H1.HeaderClassName
{
color: #66075E;
}
.AnyTagClassName
{
color: #66075E;
}
</style>
background-color css
<style>
a { background-color: #66075E; }
a { background-color: rgb(102,7,94); }
div.DivClassName
{
background-color: #66075E;
}
.BgClassName
{
background-color: #66075E;
}
</style>
border-color css
<style>
span { border-color: #66075E; }
span { border-color: rgb(102,7,94); }
td.TdClassName
{
border-color: #66075E;
}
.TagClassName
{
border-color: #66075E;
}
</style>