Shades of Tyrian Purple #730C3C
Tints of Tyrian Purple #730C3C
RGB
CMYK
RGB Variations
Color information
#730C3C (or 0x730C3C) is known color: Tyrian Purple. HEX triplet: 73, 0C and 3C. RGB value is (115,12,60). Sum of RGB (Red+Green+Blue) = 115+12+60=187 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.50% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 115 - color contains mainly: red. Hex color #730C3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730C3C is #8CF3C3. Grayscale: #303030. Windows color (decimal): -9237444 or 3935347. OLE color: 3935347.
HSL color Cylindrical-coordinate representation of color #730C3C: hue angle of 332.04º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730C3C is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 12 | 60 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.55 |
| HSL | 332.04º | 0.81% | 0.25% | - |
| HSV(B) | 332.04º | 0.9% | 0.45% | - |
| XYZ | 8.02 | 4.23 | 4.67 | - |
| YUV | 48.27 | 134.62 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 60 | 0 | 0.90 | 0.48 | 0.55 | 332.04 | 0.81 | 0.25 |
| Hex | 73 | C | 3C | 0 | 5A | 30 | 37 | 14C | 51 | 19 |
| Octal | 163 | 14 | 74 | 0 | 132 | 60 | 67 | 514 | 121 | 31 |
| Binary | 1110011 | 1100 | 111100 | 0 | 1011010 | 110000 | 110111 | 101001100 | 1010001 | 11001 |
Color Harmonies of #730C3C
Complementary color
Monochromatic Colors of #730C3C
Black with #730C3C
Text Example
Text Example
White with #730C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730C3C; }
p { color: rgb(115,12,60); }
H1.HeaderClassName
{
color: #730C3C;
}
.AnyTagClassName
{
color: #730C3C;
}
</style>
background-color css
<style>
a { background-color: #730C3C; }
a { background-color: rgb(115,12,60); }
div.DivClassName
{
background-color: #730C3C;
}
.BgClassName
{
background-color: #730C3C;
}
</style>
border-color css
<style>
span { border-color: #730C3C; }
span { border-color: rgb(115,12,60); }
td.TdClassName
{
border-color: #730C3C;
}
.TagClassName
{
border-color: #730C3C;
}
</style>