Shades of Tyrian Purple #61012B
Tints of Tyrian Purple #61012B
RGB
CMYK
RGB Variations
Color information
#61012B (or 0x61012B) is known color: Tyrian Purple. HEX triplet: 61, 01 and 2B. RGB value is (97,1,43). Sum of RGB (Red+Green+Blue) = 97+1+43=141 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.79% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 97 - color contains mainly: red. Hex color #61012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61012B is #9EFED4. Grayscale: #222222. Windows color (decimal): -10419925 or 2818401. OLE color: 2818401.
HSL color Cylindrical-coordinate representation of color #61012B: hue angle of 333.75º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61012B is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.62 |
| HSL | 333.75º | 0.98% | 0.19% | - |
| HSV(B) | 333.75º | 0.99% | 0.38% | - |
| XYZ | 5.38 | 2.74 | 2.53 | - |
| YUV | 34.49 | 132.8 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 43 | 0 | 0.99 | 0.56 | 0.62 | 333.75 | 0.98 | 0.19 |
| Hex | 61 | 1 | 2B | 0 | 63 | 38 | 3E | 14E | 62 | 13 |
| Octal | 141 | 1 | 53 | 0 | 143 | 70 | 76 | 516 | 142 | 23 |
| Binary | 1100001 | 1 | 101011 | 0 | 1100011 | 111000 | 111110 | 101001110 | 1100010 | 10011 |
Color Harmonies of #61012B
Complementary color
Monochromatic Colors of #61012B
Black with #61012B
Text Example
Text Example
White with #61012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61012B; }
p { color: rgb(97,1,43); }
H1.HeaderClassName
{
color: #61012B;
}
.AnyTagClassName
{
color: #61012B;
}
</style>
background-color css
<style>
a { background-color: #61012B; }
a { background-color: rgb(97,1,43); }
div.DivClassName
{
background-color: #61012B;
}
.BgClassName
{
background-color: #61012B;
}
</style>
border-color css
<style>
span { border-color: #61012B; }
span { border-color: rgb(97,1,43); }
td.TdClassName
{
border-color: #61012B;
}
.TagClassName
{
border-color: #61012B;
}
</style>