Shades of Tyrian Purple #730B3D
Tints of Tyrian Purple #730B3D
RGB
CMYK
RGB Variations
Color information
#730B3D (or 0x730B3D) is known color: Tyrian Purple. HEX triplet: 73, 0B and 3D. RGB value is (115,11,61). Sum of RGB (Red+Green+Blue) = 115+11+61=187 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.50% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 115 - color contains mainly: red. Hex color #730B3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730B3D is #8CF4C2. Grayscale: #2F2F2F. Windows color (decimal): -9237699 or 4000627. OLE color: 4000627.
HSL color Cylindrical-coordinate representation of color #730B3D: hue angle of 331.15º 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 #730B3D is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 61 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.55 |
| HSL | 331.15º | 0.83% | 0.25% | - |
| HSV(B) | 331.15º | 0.9% | 0.45% | - |
| XYZ | 8.03 | 4.22 | 4.81 | - |
| YUV | 47.8 | 135.46 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 61 | 0 | 0.90 | 0.47 | 0.55 | 331.15 | 0.83 | 0.25 |
| Hex | 73 | B | 3D | 0 | 5A | 2F | 37 | 14B | 53 | 19 |
| Octal | 163 | 13 | 75 | 0 | 132 | 57 | 67 | 513 | 123 | 31 |
| Binary | 1110011 | 1011 | 111101 | 0 | 1011010 | 101111 | 110111 | 101001011 | 1010011 | 11001 |
Color Harmonies of #730B3D
Complementary color
Monochromatic Colors of #730B3D
Black with #730B3D
Text Example
Text Example
White with #730B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B3D; }
p { color: rgb(115,11,61); }
H1.HeaderClassName
{
color: #730B3D;
}
.AnyTagClassName
{
color: #730B3D;
}
</style>
background-color css
<style>
a { background-color: #730B3D; }
a { background-color: rgb(115,11,61); }
div.DivClassName
{
background-color: #730B3D;
}
.BgClassName
{
background-color: #730B3D;
}
</style>
border-color css
<style>
span { border-color: #730B3D; }
span { border-color: rgb(115,11,61); }
td.TdClassName
{
border-color: #730B3D;
}
.TagClassName
{
border-color: #730B3D;
}
</style>