Shades of Tyrian Purple #730A4C
Tints of Tyrian Purple #730A4C
RGB
CMYK
RGB Variations
Color information
#730A4C (or 0x730A4C) is known color: Tyrian Purple. HEX triplet: 73, 0A and 4C. RGB value is (115,10,76). Sum of RGB (Red+Green+Blue) = 115+10+76=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #730A4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A4C is #8CF5B3. Grayscale: #303030. Windows color (decimal): -9237940 or 4983411. OLE color: 4983411.
HSL color Cylindrical-coordinate representation of color #730A4C: hue angle of 322.29º 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 #730A4C is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 76 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.55 |
| HSL | 322.29º | 0.84% | 0.25% | - |
| HSV(B) | 322.29º | 0.91% | 0.45% | - |
| XYZ | 8.48 | 4.38 | 7.24 | - |
| YUV | 48.92 | 143.29 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 76 | 0 | 0.91 | 0.34 | 0.55 | 322.29 | 0.84 | 0.25 |
| Hex | 73 | A | 4C | 0 | 5B | 22 | 37 | 142 | 54 | 19 |
| Octal | 163 | 12 | 114 | 0 | 133 | 42 | 67 | 502 | 124 | 31 |
| Binary | 1110011 | 1010 | 1001100 | 0 | 1011011 | 100010 | 110111 | 101000010 | 1010100 | 11001 |
Color Harmonies of #730A4C
Complementary color
Monochromatic Colors of #730A4C
Black with #730A4C
Text Example
Text Example
White with #730A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A4C; }
p { color: rgb(115,10,76); }
H1.HeaderClassName
{
color: #730A4C;
}
.AnyTagClassName
{
color: #730A4C;
}
</style>
background-color css
<style>
a { background-color: #730A4C; }
a { background-color: rgb(115,10,76); }
div.DivClassName
{
background-color: #730A4C;
}
.BgClassName
{
background-color: #730A4C;
}
</style>
border-color css
<style>
span { border-color: #730A4C; }
span { border-color: rgb(115,10,76); }
td.TdClassName
{
border-color: #730A4C;
}
.TagClassName
{
border-color: #730A4C;
}
</style>