Shades of Palatinate Purple #661A54
Tints of Palatinate Purple #661A54
RGB
CMYK
RGB Variations
Color information
#661A54 (or 0x661A54) is known color: Palatinate Purple. HEX triplet: 66, 1A and 54. RGB value is (102,26,84). Sum of RGB (Red+Green+Blue) = 102+26+84=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #661A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661A54 is #99E5AB. Grayscale: #373737. Windows color (decimal): -10085804 or 5511782. OLE color: 5511782.
HSL color Cylindrical-coordinate representation of color #661A54: hue angle of 314.21º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661A54 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 26 | 84 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.6 |
| HSL | 314.21º | 0.59% | 0.25% | - |
| HSV(B) | 314.21º | 0.75% | 0.4% | - |
| XYZ | 7.45 | 4.2 | 8.81 | - |
| YUV | 55.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 26 | 84 | 0 | 0.75 | 0.18 | 0.6 | 314.21 | 0.59 | 0.25 |
| Hex | 66 | 1A | 54 | 0 | 4B | 12 | 3C | 13A | 3B | 19 |
| Octal | 146 | 32 | 124 | 0 | 113 | 22 | 74 | 472 | 73 | 31 |
| Binary | 1100110 | 11010 | 1010100 | 0 | 1001011 | 10010 | 111100 | 100111010 | 111011 | 11001 |
Color Harmonies of #661A54
Complementary color
Monochromatic Colors of #661A54
Black with #661A54
Text Example
Text Example
White with #661A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661A54; }
p { color: rgb(102,26,84); }
H1.HeaderClassName
{
color: #661A54;
}
.AnyTagClassName
{
color: #661A54;
}
</style>
background-color css
<style>
a { background-color: #661A54; }
a { background-color: rgb(102,26,84); }
div.DivClassName
{
background-color: #661A54;
}
.BgClassName
{
background-color: #661A54;
}
</style>
border-color css
<style>
span { border-color: #661A54; }
span { border-color: rgb(102,26,84); }
td.TdClassName
{
border-color: #661A54;
}
.TagClassName
{
border-color: #661A54;
}
</style>