Shades of Tyrian Purple #73063C
Tints of Tyrian Purple #73063C
RGB
CMYK
RGB Variations
Color information
#73063C (or 0x73063C) is known color: Tyrian Purple. HEX triplet: 73, 06 and 3C. RGB value is (115,6,60). Sum of RGB (Red+Green+Blue) = 115+6+60=181 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.54% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 115 - color contains mainly: red. Hex color #73063C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73063C is #8CF9C3. Grayscale: #2C2C2C. Windows color (decimal): -9238980 or 3933811. OLE color: 3933811.
HSL color Cylindrical-coordinate representation of color #73063C: hue angle of 330.28º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73063C is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 6 | 60 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.55 |
| HSL | 330.28º | 0.9% | 0.24% | - |
| HSV(B) | 330.28º | 0.95% | 0.45% | - |
| XYZ | 7.95 | 4.1 | 4.65 | - |
| YUV | 44.75 | 136.61 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 6 | 60 | 0 | 0.95 | 0.48 | 0.55 | 330.28 | 0.9 | 0.24 |
| Hex | 73 | 6 | 3C | 0 | 5F | 30 | 37 | 14A | 5A | 18 |
| Octal | 163 | 6 | 74 | 0 | 137 | 60 | 67 | 512 | 132 | 30 |
| Binary | 1110011 | 110 | 111100 | 0 | 1011111 | 110000 | 110111 | 101001010 | 1011010 | 11000 |
Color Harmonies of #73063C
Complementary color
Monochromatic Colors of #73063C
Black with #73063C
Text Example
Text Example
White with #73063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73063C; }
p { color: rgb(115,6,60); }
H1.HeaderClassName
{
color: #73063C;
}
.AnyTagClassName
{
color: #73063C;
}
</style>
background-color css
<style>
a { background-color: #73063C; }
a { background-color: rgb(115,6,60); }
div.DivClassName
{
background-color: #73063C;
}
.BgClassName
{
background-color: #73063C;
}
</style>
border-color css
<style>
span { border-color: #73063C; }
span { border-color: rgb(115,6,60); }
td.TdClassName
{
border-color: #73063C;
}
.TagClassName
{
border-color: #73063C;
}
</style>