Shades of Palatinate Purple #610A5A
Tints of Palatinate Purple #610A5A
RGB
CMYK
RGB Variations
Color information
#610A5A (or 0x610A5A) is known color: Palatinate Purple. HEX triplet: 61, 0A and 5A. RGB value is (97,10,90). Sum of RGB (Red+Green+Blue) = 97+10+90=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #610A5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610A5A is #9EF5A5. Grayscale: #2C2C2C. Windows color (decimal): -10417574 or 5900897. OLE color: 5900897.
HSL color Cylindrical-coordinate representation of color #610A5A: hue angle of 304.83º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #610A5A is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 10 | 90 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.62 |
| HSL | 304.83º | 0.81% | 0.21% | - |
| HSV(B) | 304.83º | 0.9% | 0.38% | - |
| XYZ | 6.88 | 3.5 | 9.98 | - |
| YUV | 45.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 10 | 90 | 0 | 0.90 | 0.07 | 0.62 | 304.83 | 0.81 | 0.21 |
| Hex | 61 | A | 5A | 0 | 5A | 7 | 3E | 131 | 51 | 15 |
| Octal | 141 | 12 | 132 | 0 | 132 | 7 | 76 | 461 | 121 | 25 |
| Binary | 1100001 | 1010 | 1011010 | 0 | 1011010 | 111 | 111110 | 100110001 | 1010001 | 10101 |
Color Harmonies of #610A5A
Complementary color
Monochromatic Colors of #610A5A
Black with #610A5A
Text Example
Text Example
White with #610A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610A5A; }
p { color: rgb(97,10,90); }
H1.HeaderClassName
{
color: #610A5A;
}
.AnyTagClassName
{
color: #610A5A;
}
</style>
background-color css
<style>
a { background-color: #610A5A; }
a { background-color: rgb(97,10,90); }
div.DivClassName
{
background-color: #610A5A;
}
.BgClassName
{
background-color: #610A5A;
}
</style>
border-color css
<style>
span { border-color: #610A5A; }
span { border-color: rgb(97,10,90); }
td.TdClassName
{
border-color: #610A5A;
}
.TagClassName
{
border-color: #610A5A;
}
</style>