Shades of Palatinate Purple #660958
Tints of Palatinate Purple #660958
RGB
CMYK
RGB Variations
Color information
#660958 (or 0x660958) is known color: Palatinate Purple. HEX triplet: 66, 09 and 58. RGB value is (102,9,88). Sum of RGB (Red+Green+Blue) = 102+9+88=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #660958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660958 is #99F6A7. Grayscale: #2D2D2D. Windows color (decimal): -10090152 or 5769574. OLE color: 5769574.
HSL color Cylindrical-coordinate representation of color #660958: hue angle of 309.03º 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 #660958 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 9 | 88 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.6 |
| HSL | 309.03º | 0.84% | 0.22% | - |
| HSV(B) | 309.03º | 0.91% | 0.4% | - |
| XYZ | 7.34 | 3.72 | 9.56 | - |
| YUV | 45.81 | 151.81 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 88 | 0 | 0.91 | 0.14 | 0.6 | 309.03 | 0.84 | 0.22 |
| Hex | 66 | 9 | 58 | 0 | 5B | E | 3C | 135 | 54 | 16 |
| Octal | 146 | 11 | 130 | 0 | 133 | 16 | 74 | 465 | 124 | 26 |
| Binary | 1100110 | 1001 | 1011000 | 0 | 1011011 | 1110 | 111100 | 100110101 | 1010100 | 10110 |
Color Harmonies of #660958
Complementary color
Monochromatic Colors of #660958
Black with #660958
Text Example
Text Example
White with #660958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660958; }
p { color: rgb(102,9,88); }
H1.HeaderClassName
{
color: #660958;
}
.AnyTagClassName
{
color: #660958;
}
</style>
background-color css
<style>
a { background-color: #660958; }
a { background-color: rgb(102,9,88); }
div.DivClassName
{
background-color: #660958;
}
.BgClassName
{
background-color: #660958;
}
</style>
border-color css
<style>
span { border-color: #660958; }
span { border-color: rgb(102,9,88); }
td.TdClassName
{
border-color: #660958;
}
.TagClassName
{
border-color: #660958;
}
</style>