Shades of Palatinate Purple #662354
Tints of Palatinate Purple #662354
RGB
CMYK
RGB Variations
Color information
#662354 (or 0x662354) is known color: Palatinate Purple. HEX triplet: 66, 23 and 54. RGB value is (102,35,84). Sum of RGB (Red+Green+Blue) = 102+35+84=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #662354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662354 is #99DCAB. Grayscale: #3C3C3C. Windows color (decimal): -10083500 or 5514086. OLE color: 5514086.
HSL color Cylindrical-coordinate representation of color #662354: hue angle of 316.12º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #662354 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 35 | 84 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.6 |
| HSL | 316.12º | 0.49% | 0.27% | - |
| HSV(B) | 316.12º | 0.66% | 0.4% | - |
| XYZ | 7.68 | 4.67 | 8.88 | - |
| YUV | 60.62 | 141.2 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 35 | 84 | 0 | 0.66 | 0.18 | 0.6 | 316.12 | 0.49 | 0.27 |
| Hex | 66 | 23 | 54 | 0 | 42 | 12 | 3C | 13C | 31 | 1B |
| Octal | 146 | 43 | 124 | 0 | 102 | 22 | 74 | 474 | 61 | 33 |
| Binary | 1100110 | 100011 | 1010100 | 0 | 1000010 | 10010 | 111100 | 100111100 | 110001 | 11011 |
Color Harmonies of #662354
Complementary color
Monochromatic Colors of #662354
Black with #662354
Text Example
Text Example
White with #662354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662354; }
p { color: rgb(102,35,84); }
H1.HeaderClassName
{
color: #662354;
}
.AnyTagClassName
{
color: #662354;
}
</style>
background-color css
<style>
a { background-color: #662354; }
a { background-color: rgb(102,35,84); }
div.DivClassName
{
background-color: #662354;
}
.BgClassName
{
background-color: #662354;
}
</style>
border-color css
<style>
span { border-color: #662354; }
span { border-color: rgb(102,35,84); }
td.TdClassName
{
border-color: #662354;
}
.TagClassName
{
border-color: #662354;
}
</style>