Shades of Tyrian Purple #610F33
Tints of Tyrian Purple #610F33
RGB
CMYK
RGB Variations
Color information
#610F33 (or 0x610F33) is known color: Tyrian Purple. HEX triplet: 61, 0F and 33. RGB value is (97,15,51). Sum of RGB (Red+Green+Blue) = 97+15+51=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #610F33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F33 is #9EF0CC. Grayscale: #2B2B2B. Windows color (decimal): -10416333 or 3346273. OLE color: 3346273.
HSL color Cylindrical-coordinate representation of color #610F33: hue angle of 333.66º 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 #610F33 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 15 | 51 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.62 |
| HSL | 333.66º | 0.73% | 0.22% | - |
| HSV(B) | 333.66º | 0.85% | 0.38% | - |
| XYZ | 5.7 | 3.12 | 3.43 | - |
| YUV | 43.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 15 | 51 | 0 | 0.85 | 0.47 | 0.62 | 333.66 | 0.73 | 0.22 |
| Hex | 61 | F | 33 | 0 | 55 | 2F | 3E | 14E | 49 | 16 |
| Octal | 141 | 17 | 63 | 0 | 125 | 57 | 76 | 516 | 111 | 26 |
| Binary | 1100001 | 1111 | 110011 | 0 | 1010101 | 101111 | 111110 | 101001110 | 1001001 | 10110 |
Color Harmonies of #610F33
Complementary color
Monochromatic Colors of #610F33
Black with #610F33
Text Example
Text Example
White with #610F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610F33; }
p { color: rgb(97,15,51); }
H1.HeaderClassName
{
color: #610F33;
}
.AnyTagClassName
{
color: #610F33;
}
</style>
background-color css
<style>
a { background-color: #610F33; }
a { background-color: rgb(97,15,51); }
div.DivClassName
{
background-color: #610F33;
}
.BgClassName
{
background-color: #610F33;
}
</style>
border-color css
<style>
span { border-color: #610F33; }
span { border-color: rgb(97,15,51); }
td.TdClassName
{
border-color: #610F33;
}
.TagClassName
{
border-color: #610F33;
}
</style>