Shades of Palatinate Purple #610E5A
Tints of Palatinate Purple #610E5A
RGB
CMYK
RGB Variations
Color information
#610E5A (or 0x610E5A) is known color: Palatinate Purple. HEX triplet: 61, 0E and 5A. RGB value is (97,14,90). Sum of RGB (Red+Green+Blue) = 97+14+90=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #610E5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610E5A is #9EF1A5. Grayscale: #2F2F2F. Windows color (decimal): -10416550 or 5901921. OLE color: 5901921.
HSL color Cylindrical-coordinate representation of color #610E5A: hue angle of 305.06º 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 #610E5A is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 14 | 90 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.62 |
| HSL | 305.06º | 0.75% | 0.22% | - |
| HSV(B) | 305.06º | 0.86% | 0.38% | - |
| XYZ | 6.93 | 3.59 | 10 | - |
| YUV | 47.48 | 152 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 14 | 90 | 0 | 0.86 | 0.07 | 0.62 | 305.06 | 0.75 | 0.22 |
| Hex | 61 | E | 5A | 0 | 56 | 7 | 3E | 131 | 4B | 16 |
| Octal | 141 | 16 | 132 | 0 | 126 | 7 | 76 | 461 | 113 | 26 |
| Binary | 1100001 | 1110 | 1011010 | 0 | 1010110 | 111 | 111110 | 100110001 | 1001011 | 10110 |
Color Harmonies of #610E5A
Complementary color
Monochromatic Colors of #610E5A
Black with #610E5A
Text Example
Text Example
White with #610E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610E5A; }
p { color: rgb(97,14,90); }
H1.HeaderClassName
{
color: #610E5A;
}
.AnyTagClassName
{
color: #610E5A;
}
</style>
background-color css
<style>
a { background-color: #610E5A; }
a { background-color: rgb(97,14,90); }
div.DivClassName
{
background-color: #610E5A;
}
.BgClassName
{
background-color: #610E5A;
}
</style>
border-color css
<style>
span { border-color: #610E5A; }
span { border-color: rgb(97,14,90); }
td.TdClassName
{
border-color: #610E5A;
}
.TagClassName
{
border-color: #610E5A;
}
</style>