Shades of Tyrian Purple #730A33
Tints of Tyrian Purple #730A33
RGB
CMYK
RGB Variations
Color information
#730A33 (or 0x730A33) is known color: Tyrian Purple. HEX triplet: 73, 0A and 33. RGB value is (115,10,51). Sum of RGB (Red+Green+Blue) = 115+10+51=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 51 (20.31% from 255 or 28.98% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #730A33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A33 is #8CF5CC. Grayscale: #2E2E2E. Windows color (decimal): -9237965 or 3345011. OLE color: 3345011.
HSL color Cylindrical-coordinate representation of color #730A33: hue angle of 336.57º 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 #730A33 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 51 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.55 |
| HSL | 336.57º | 0.84% | 0.25% | - |
| HSV(B) | 336.57º | 0.91% | 0.45% | - |
| XYZ | 7.78 | 4.1 | 3.51 | - |
| YUV | 46.07 | 130.79 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 51 | 0 | 0.91 | 0.56 | 0.55 | 336.57 | 0.84 | 0.25 |
| Hex | 73 | A | 33 | 0 | 5B | 38 | 37 | 151 | 54 | 19 |
| Octal | 163 | 12 | 63 | 0 | 133 | 70 | 67 | 521 | 124 | 31 |
| Binary | 1110011 | 1010 | 110011 | 0 | 1011011 | 111000 | 110111 | 101010001 | 1010100 | 11001 |
Color Harmonies of #730A33
Complementary color
Monochromatic Colors of #730A33
Black with #730A33
Text Example
Text Example
White with #730A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A33; }
p { color: rgb(115,10,51); }
H1.HeaderClassName
{
color: #730A33;
}
.AnyTagClassName
{
color: #730A33;
}
</style>
background-color css
<style>
a { background-color: #730A33; }
a { background-color: rgb(115,10,51); }
div.DivClassName
{
background-color: #730A33;
}
.BgClassName
{
background-color: #730A33;
}
</style>
border-color css
<style>
span { border-color: #730A33; }
span { border-color: rgb(115,10,51); }
td.TdClassName
{
border-color: #730A33;
}
.TagClassName
{
border-color: #730A33;
}
</style>