Shades of Tyrian Purple #61014F
Tints of Tyrian Purple #61014F
RGB
CMYK
RGB Variations
Color information
#61014F (or 0x61014F) is known color: Tyrian Purple. HEX triplet: 61, 01 and 4F. RGB value is (97,1,79). Sum of RGB (Red+Green+Blue) = 97+1+79=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #61014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61014F is #9EFEB0. Grayscale: #262626. Windows color (decimal): -10419889 or 5177697. OLE color: 5177697.
HSL color Cylindrical-coordinate representation of color #61014F: hue angle of 311.25º 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 #61014F is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 1 | 79 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.62 |
| HSL | 311.25º | 0.98% | 0.19% | - |
| HSV(B) | 311.25º | 0.99% | 0.38% | - |
| XYZ | 6.35 | 3.13 | 7.67 | - |
| YUV | 38.6 | 150.8 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 79 | 0 | 0.99 | 0.19 | 0.62 | 311.25 | 0.98 | 0.19 |
| Hex | 61 | 1 | 4F | 0 | 63 | 13 | 3E | 137 | 62 | 13 |
| Octal | 141 | 1 | 117 | 0 | 143 | 23 | 76 | 467 | 142 | 23 |
| Binary | 1100001 | 1 | 1001111 | 0 | 1100011 | 10011 | 111110 | 100110111 | 1100010 | 10011 |
Color Harmonies of #61014F
Complementary color
Monochromatic Colors of #61014F
Black with #61014F
Text Example
Text Example
White with #61014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61014F; }
p { color: rgb(97,1,79); }
H1.HeaderClassName
{
color: #61014F;
}
.AnyTagClassName
{
color: #61014F;
}
</style>
background-color css
<style>
a { background-color: #61014F; }
a { background-color: rgb(97,1,79); }
div.DivClassName
{
background-color: #61014F;
}
.BgClassName
{
background-color: #61014F;
}
</style>
border-color css
<style>
span { border-color: #61014F; }
span { border-color: rgb(97,1,79); }
td.TdClassName
{
border-color: #61014F;
}
.TagClassName
{
border-color: #61014F;
}
</style>