Shades of Tyrian Purple #730B4C
Tints of Tyrian Purple #730B4C
RGB
CMYK
RGB Variations
Color information
#730B4C (or 0x730B4C) is known color: Tyrian Purple. HEX triplet: 73, 0B and 4C. RGB value is (115,11,76). Sum of RGB (Red+Green+Blue) = 115+11+76=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #730B4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730B4C is #8CF4B3. Grayscale: #313131. Windows color (decimal): -9237684 or 4983667. OLE color: 4983667.
HSL color Cylindrical-coordinate representation of color #730B4C: hue angle of 322.5º degrees, saturation: 0.83, 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 #730B4C is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 76 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.55 |
| HSL | 322.5º | 0.83% | 0.25% | - |
| HSV(B) | 322.5º | 0.9% | 0.45% | - |
| XYZ | 8.49 | 4.41 | 7.24 | - |
| YUV | 49.51 | 142.96 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 76 | 0 | 0.90 | 0.34 | 0.55 | 322.5 | 0.83 | 0.25 |
| Hex | 73 | B | 4C | 0 | 5A | 22 | 37 | 142 | 53 | 19 |
| Octal | 163 | 13 | 114 | 0 | 132 | 42 | 67 | 502 | 123 | 31 |
| Binary | 1110011 | 1011 | 1001100 | 0 | 1011010 | 100010 | 110111 | 101000010 | 1010011 | 11001 |
Color Harmonies of #730B4C
Complementary color
Monochromatic Colors of #730B4C
Black with #730B4C
Text Example
Text Example
White with #730B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B4C; }
p { color: rgb(115,11,76); }
H1.HeaderClassName
{
color: #730B4C;
}
.AnyTagClassName
{
color: #730B4C;
}
</style>
background-color css
<style>
a { background-color: #730B4C; }
a { background-color: rgb(115,11,76); }
div.DivClassName
{
background-color: #730B4C;
}
.BgClassName
{
background-color: #730B4C;
}
</style>
border-color css
<style>
span { border-color: #730B4C; }
span { border-color: rgb(115,11,76); }
td.TdClassName
{
border-color: #730B4C;
}
.TagClassName
{
border-color: #730B4C;
}
</style>