Shades of Tyrian Purple #730A3C
Tints of Tyrian Purple #730A3C
RGB
CMYK
RGB Variations
Color information
#730A3C (or 0x730A3C) is known color: Tyrian Purple. HEX triplet: 73, 0A and 3C. RGB value is (115,10,60). Sum of RGB (Red+Green+Blue) = 115+10+60=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #730A3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A3C is #8CF5C3. Grayscale: #2F2F2F. Windows color (decimal): -9237956 or 3934835. OLE color: 3934835.
HSL color Cylindrical-coordinate representation of color #730A3C: hue angle of 331.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A3C is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 60 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.55 |
| HSL | 331.43º | 0.84% | 0.25% | - |
| HSV(B) | 331.43º | 0.91% | 0.45% | - |
| XYZ | 7.99 | 4.19 | 4.66 | - |
| YUV | 47.1 | 135.29 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 60 | 0 | 0.91 | 0.48 | 0.55 | 331.43 | 0.84 | 0.25 |
| Hex | 73 | A | 3C | 0 | 5B | 30 | 37 | 14B | 54 | 19 |
| Octal | 163 | 12 | 74 | 0 | 133 | 60 | 67 | 513 | 124 | 31 |
| Binary | 1110011 | 1010 | 111100 | 0 | 1011011 | 110000 | 110111 | 101001011 | 1010100 | 11001 |
Color Harmonies of #730A3C
Complementary color
Monochromatic Colors of #730A3C
Black with #730A3C
Text Example
Text Example
White with #730A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A3C; }
p { color: rgb(115,10,60); }
H1.HeaderClassName
{
color: #730A3C;
}
.AnyTagClassName
{
color: #730A3C;
}
</style>
background-color css
<style>
a { background-color: #730A3C; }
a { background-color: rgb(115,10,60); }
div.DivClassName
{
background-color: #730A3C;
}
.BgClassName
{
background-color: #730A3C;
}
</style>
border-color css
<style>
span { border-color: #730A3C; }
span { border-color: rgb(115,10,60); }
td.TdClassName
{
border-color: #730A3C;
}
.TagClassName
{
border-color: #730A3C;
}
</style>