Shades of Tyrian Purple #610F4C
Tints of Tyrian Purple #610F4C
RGB
CMYK
RGB Variations
Color information
#610F4C (or 0x610F4C) is known color: Tyrian Purple. HEX triplet: 61, 0F and 4C. RGB value is (97,15,76). Sum of RGB (Red+Green+Blue) = 97+15+76=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #610F4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F4C is #9EF0B3. Grayscale: #2E2E2E. Windows color (decimal): -10416308 or 4984673. OLE color: 4984673.
HSL color Cylindrical-coordinate representation of color #610F4C: hue angle of 315.37º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #610F4C is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 15 | 76 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.62 |
| HSL | 315.37º | 0.73% | 0.22% | - |
| HSV(B) | 315.37º | 0.85% | 0.38% | - |
| XYZ | 6.41 | 3.4 | 7.16 | - |
| YUV | 46.47 | 144.67 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 15 | 76 | 0 | 0.85 | 0.22 | 0.62 | 315.37 | 0.73 | 0.22 |
| Hex | 61 | F | 4C | 0 | 55 | 16 | 3E | 13B | 49 | 16 |
| Octal | 141 | 17 | 114 | 0 | 125 | 26 | 76 | 473 | 111 | 26 |
| Binary | 1100001 | 1111 | 1001100 | 0 | 1010101 | 10110 | 111110 | 100111011 | 1001001 | 10110 |
Color Harmonies of #610F4C
Complementary color
Monochromatic Colors of #610F4C
Black with #610F4C
Text Example
Text Example
White with #610F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610F4C; }
p { color: rgb(97,15,76); }
H1.HeaderClassName
{
color: #610F4C;
}
.AnyTagClassName
{
color: #610F4C;
}
</style>
background-color css
<style>
a { background-color: #610F4C; }
a { background-color: rgb(97,15,76); }
div.DivClassName
{
background-color: #610F4C;
}
.BgClassName
{
background-color: #610F4C;
}
</style>
border-color css
<style>
span { border-color: #610F4C; }
span { border-color: rgb(97,15,76); }
td.TdClassName
{
border-color: #610F4C;
}
.TagClassName
{
border-color: #610F4C;
}
</style>