Shades of Palatinate Purple #610E5C
Tints of Palatinate Purple #610E5C
RGB
CMYK
RGB Variations
Color information
#610E5C (or 0x610E5C) is known color: Palatinate Purple. HEX triplet: 61, 0E and 5C. RGB value is (97,14,92). Sum of RGB (Red+Green+Blue) = 97+14+92=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #610E5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610E5C is #9EF1A3. Grayscale: #2F2F2F. Windows color (decimal): -10416548 or 6032993. OLE color: 6032993.
HSL color Cylindrical-coordinate representation of color #610E5C: hue angle of 303.61º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #610E5C is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 14 | 92 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.62 |
| HSL | 303.61º | 0.75% | 0.22% | - |
| HSV(B) | 303.61º | 0.86% | 0.38% | - |
| XYZ | 7.02 | 3.63 | 10.46 | - |
| YUV | 47.71 | 153 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 14 | 92 | 0 | 0.86 | 0.05 | 0.62 | 303.61 | 0.75 | 0.22 |
| Hex | 61 | E | 5C | 0 | 56 | 5 | 3E | 130 | 4B | 16 |
| Octal | 141 | 16 | 134 | 0 | 126 | 5 | 76 | 460 | 113 | 26 |
| Binary | 1100001 | 1110 | 1011100 | 0 | 1010110 | 101 | 111110 | 100110000 | 1001011 | 10110 |
Color Harmonies of #610E5C
Complementary color
Monochromatic Colors of #610E5C
Black with #610E5C
Text Example
Text Example
White with #610E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610E5C; }
p { color: rgb(97,14,92); }
H1.HeaderClassName
{
color: #610E5C;
}
.AnyTagClassName
{
color: #610E5C;
}
</style>
background-color css
<style>
a { background-color: #610E5C; }
a { background-color: rgb(97,14,92); }
div.DivClassName
{
background-color: #610E5C;
}
.BgClassName
{
background-color: #610E5C;
}
</style>
border-color css
<style>
span { border-color: #610E5C; }
span { border-color: rgb(97,14,92); }
td.TdClassName
{
border-color: #610E5C;
}
.TagClassName
{
border-color: #610E5C;
}
</style>