Shades of Palatinate Purple #660A5C
Tints of Palatinate Purple #660A5C
RGB
CMYK
RGB Variations
Color information
#660A5C (or 0x660A5C) is known color: Palatinate Purple. HEX triplet: 66, 0A and 5C. RGB value is (102,10,92). Sum of RGB (Red+Green+Blue) = 102+10+92=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #660A5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660A5C is #99F5A3. Grayscale: #2E2E2E. Windows color (decimal): -10089892 or 6031974. OLE color: 6031974.
HSL color Cylindrical-coordinate representation of color #660A5C: hue angle of 306.52º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660A5C is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 10 | 92 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.6 |
| HSL | 306.52º | 0.82% | 0.22% | - |
| HSV(B) | 306.52º | 0.9% | 0.4% | - |
| XYZ | 7.52 | 3.81 | 10.47 | - |
| YUV | 46.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 10 | 92 | 0 | 0.90 | 0.10 | 0.6 | 306.52 | 0.82 | 0.22 |
| Hex | 66 | A | 5C | 0 | 5A | A | 3C | 133 | 52 | 16 |
| Octal | 146 | 12 | 134 | 0 | 132 | 12 | 74 | 463 | 122 | 26 |
| Binary | 1100110 | 1010 | 1011100 | 0 | 1011010 | 1010 | 111100 | 100110011 | 1010010 | 10110 |
Color Harmonies of #660A5C
Complementary color
Monochromatic Colors of #660A5C
Black with #660A5C
Text Example
Text Example
White with #660A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660A5C; }
p { color: rgb(102,10,92); }
H1.HeaderClassName
{
color: #660A5C;
}
.AnyTagClassName
{
color: #660A5C;
}
</style>
background-color css
<style>
a { background-color: #660A5C; }
a { background-color: rgb(102,10,92); }
div.DivClassName
{
background-color: #660A5C;
}
.BgClassName
{
background-color: #660A5C;
}
</style>
border-color css
<style>
span { border-color: #660A5C; }
span { border-color: rgb(102,10,92); }
td.TdClassName
{
border-color: #660A5C;
}
.TagClassName
{
border-color: #660A5C;
}
</style>