Shades of Palatinate Purple #66095E
Tints of Palatinate Purple #66095E
RGB
CMYK
RGB Variations
Color information
#66095E (or 0x66095E) is known color: Palatinate Purple. HEX triplet: 66, 09 and 5E. RGB value is (102,9,94). Sum of RGB (Red+Green+Blue) = 102+9+94=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #66095E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66095E is #99F6A1. Grayscale: #2E2E2E. Windows color (decimal): -10090146 or 6162790. OLE color: 6162790.
HSL color Cylindrical-coordinate representation of color #66095E: hue angle of 305.16º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66095E is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 9 | 94 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.6 |
| HSL | 305.16º | 0.84% | 0.22% | - |
| HSV(B) | 305.16º | 0.91% | 0.4% | - |
| XYZ | 7.6 | 3.83 | 10.93 | - |
| YUV | 46.5 | 154.81 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 94 | 0 | 0.91 | 0.08 | 0.6 | 305.16 | 0.84 | 0.22 |
| Hex | 66 | 9 | 5E | 0 | 5B | 8 | 3C | 131 | 54 | 16 |
| Octal | 146 | 11 | 136 | 0 | 133 | 10 | 74 | 461 | 124 | 26 |
| Binary | 1100110 | 1001 | 1011110 | 0 | 1011011 | 1000 | 111100 | 100110001 | 1010100 | 10110 |
Color Harmonies of #66095E
Complementary color
Monochromatic Colors of #66095E
Black with #66095E
Text Example
Text Example
White with #66095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66095E; }
p { color: rgb(102,9,94); }
H1.HeaderClassName
{
color: #66095E;
}
.AnyTagClassName
{
color: #66095E;
}
</style>
background-color css
<style>
a { background-color: #66095E; }
a { background-color: rgb(102,9,94); }
div.DivClassName
{
background-color: #66095E;
}
.BgClassName
{
background-color: #66095E;
}
</style>
border-color css
<style>
span { border-color: #66095E; }
span { border-color: rgb(102,9,94); }
td.TdClassName
{
border-color: #66095E;
}
.TagClassName
{
border-color: #66095E;
}
</style>