Shades of Tyrian Purple #61013C
Tints of Tyrian Purple #61013C
RGB
CMYK
RGB Variations
Color information
#61013C (or 0x61013C) is known color: Tyrian Purple. HEX triplet: 61, 01 and 3C. RGB value is (97,1,60). Sum of RGB (Red+Green+Blue) = 97+1+60=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #61013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61013C is #9EFEC3. Grayscale: #242424. Windows color (decimal): -10419908 or 3932513. OLE color: 3932513.
HSL color Cylindrical-coordinate representation of color #61013C: hue angle of 323.12º 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 #61013C is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.62 |
| HSL | 323.13º | 0.98% | 0.19% | - |
| HSV(B) | 323.13º | 0.99% | 0.38% | - |
| XYZ | 5.76 | 2.89 | 4.53 | - |
| YUV | 36.43 | 141.3 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 60 | 0 | 0.99 | 0.38 | 0.62 | 323.13 | 0.98 | 0.19 |
| Hex | 61 | 1 | 3C | 0 | 63 | 26 | 3E | 143 | 62 | 13 |
| Octal | 141 | 1 | 74 | 0 | 143 | 46 | 76 | 503 | 142 | 23 |
| Binary | 1100001 | 1 | 111100 | 0 | 1100011 | 100110 | 111110 | 101000011 | 1100010 | 10011 |
Color Harmonies of #61013C
Complementary color
Monochromatic Colors of #61013C
Black with #61013C
Text Example
Text Example
White with #61013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61013C; }
p { color: rgb(97,1,60); }
H1.HeaderClassName
{
color: #61013C;
}
.AnyTagClassName
{
color: #61013C;
}
</style>
background-color css
<style>
a { background-color: #61013C; }
a { background-color: rgb(97,1,60); }
div.DivClassName
{
background-color: #61013C;
}
.BgClassName
{
background-color: #61013C;
}
</style>
border-color css
<style>
span { border-color: #61013C; }
span { border-color: rgb(97,1,60); }
td.TdClassName
{
border-color: #61013C;
}
.TagClassName
{
border-color: #61013C;
}
</style>