Shades of Tyrian Purple #730B43
Tints of Tyrian Purple #730B43
RGB
CMYK
RGB Variations
Color information
#730B43 (or 0x730B43) is known color: Tyrian Purple. HEX triplet: 73, 0B and 43. RGB value is (115,11,67). Sum of RGB (Red+Green+Blue) = 115+11+67=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #730B43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730B43 is #8CF4BC. Grayscale: #303030. Windows color (decimal): -9237693 or 4393843. OLE color: 4393843.
HSL color Cylindrical-coordinate representation of color #730B43: hue angle of 327.69º 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 #730B43 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 67 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.55 |
| HSL | 327.69º | 0.83% | 0.25% | - |
| HSV(B) | 327.69º | 0.9% | 0.45% | - |
| XYZ | 8.2 | 4.29 | 5.71 | - |
| YUV | 48.48 | 138.46 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 67 | 0 | 0.90 | 0.42 | 0.55 | 327.69 | 0.83 | 0.25 |
| Hex | 73 | B | 43 | 0 | 5A | 2A | 37 | 148 | 53 | 19 |
| Octal | 163 | 13 | 103 | 0 | 132 | 52 | 67 | 510 | 123 | 31 |
| Binary | 1110011 | 1011 | 1000011 | 0 | 1011010 | 101010 | 110111 | 101001000 | 1010011 | 11001 |
Color Harmonies of #730B43
Complementary color
Monochromatic Colors of #730B43
Black with #730B43
Text Example
Text Example
White with #730B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B43; }
p { color: rgb(115,11,67); }
H1.HeaderClassName
{
color: #730B43;
}
.AnyTagClassName
{
color: #730B43;
}
</style>
background-color css
<style>
a { background-color: #730B43; }
a { background-color: rgb(115,11,67); }
div.DivClassName
{
background-color: #730B43;
}
.BgClassName
{
background-color: #730B43;
}
</style>
border-color css
<style>
span { border-color: #730B43; }
span { border-color: rgb(115,11,67); }
td.TdClassName
{
border-color: #730B43;
}
.TagClassName
{
border-color: #730B43;
}
</style>