Shades of Tyrian Purple #610B2D
Tints of Tyrian Purple #610B2D
RGB
CMYK
RGB Variations
Color information
#610B2D (or 0x610B2D) is known color: Tyrian Purple. HEX triplet: 61, 0B and 2D. RGB value is (97,11,45). Sum of RGB (Red+Green+Blue) = 97+11+45=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #610B2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610B2D is #9EF4D2. Grayscale: #282828. Windows color (decimal): -10417363 or 2952033. OLE color: 2952033.
HSL color Cylindrical-coordinate representation of color #610B2D: hue angle of 336.28º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #610B2D is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 11 | 45 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.62 |
| HSL | 336.28º | 0.8% | 0.21% | - |
| HSV(B) | 336.28º | 0.89% | 0.38% | - |
| XYZ | 5.52 | 2.97 | 2.76 | - |
| YUV | 40.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 11 | 45 | 0 | 0.89 | 0.54 | 0.62 | 336.28 | 0.8 | 0.21 |
| Hex | 61 | B | 2D | 0 | 59 | 36 | 3E | 150 | 50 | 15 |
| Octal | 141 | 13 | 55 | 0 | 131 | 66 | 76 | 520 | 120 | 25 |
| Binary | 1100001 | 1011 | 101101 | 0 | 1011001 | 110110 | 111110 | 101010000 | 1010000 | 10101 |
Color Harmonies of #610B2D
Complementary color
Monochromatic Colors of #610B2D
Black with #610B2D
Text Example
Text Example
White with #610B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610B2D; }
p { color: rgb(97,11,45); }
H1.HeaderClassName
{
color: #610B2D;
}
.AnyTagClassName
{
color: #610B2D;
}
</style>
background-color css
<style>
a { background-color: #610B2D; }
a { background-color: rgb(97,11,45); }
div.DivClassName
{
background-color: #610B2D;
}
.BgClassName
{
background-color: #610B2D;
}
</style>
border-color css
<style>
span { border-color: #610B2D; }
span { border-color: rgb(97,11,45); }
td.TdClassName
{
border-color: #610B2D;
}
.TagClassName
{
border-color: #610B2D;
}
</style>