Shades of Tyrian Purple #610B33
Tints of Tyrian Purple #610B33
RGB
CMYK
RGB Variations
Color information
#610B33 (or 0x610B33) is known color: Tyrian Purple. HEX triplet: 61, 0B and 33. RGB value is (97,11,51). Sum of RGB (Red+Green+Blue) = 97+11+51=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #610B33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610B33 is #9EF4CC. Grayscale: #292929. Windows color (decimal): -10417357 or 3345249. OLE color: 3345249.
HSL color Cylindrical-coordinate representation of color #610B33: hue angle of 332.09º 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 #610B33 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 11 | 51 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.62 |
| HSL | 332.09º | 0.8% | 0.21% | - |
| HSV(B) | 332.09º | 0.89% | 0.38% | - |
| XYZ | 5.65 | 3.02 | 3.42 | - |
| YUV | 41.27 | 133.49 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 11 | 51 | 0 | 0.89 | 0.47 | 0.62 | 332.09 | 0.8 | 0.21 |
| Hex | 61 | B | 33 | 0 | 59 | 2F | 3E | 14C | 50 | 15 |
| Octal | 141 | 13 | 63 | 0 | 131 | 57 | 76 | 514 | 120 | 25 |
| Binary | 1100001 | 1011 | 110011 | 0 | 1011001 | 101111 | 111110 | 101001100 | 1010000 | 10101 |
Color Harmonies of #610B33
Complementary color
Monochromatic Colors of #610B33
Black with #610B33
Text Example
Text Example
White with #610B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610B33; }
p { color: rgb(97,11,51); }
H1.HeaderClassName
{
color: #610B33;
}
.AnyTagClassName
{
color: #610B33;
}
</style>
background-color css
<style>
a { background-color: #610B33; }
a { background-color: rgb(97,11,51); }
div.DivClassName
{
background-color: #610B33;
}
.BgClassName
{
background-color: #610B33;
}
</style>
border-color css
<style>
span { border-color: #610B33; }
span { border-color: rgb(97,11,51); }
td.TdClassName
{
border-color: #610B33;
}
.TagClassName
{
border-color: #610B33;
}
</style>