Shades of Tyrian Purple #84073D
Tints of Tyrian Purple #84073D
RGB
CMYK
RGB Variations
Color information
#84073D (or 0x84073D) is known color: Tyrian Purple. HEX triplet: 84, 07 and 3D. RGB value is (132,7,61). Sum of RGB (Red+Green+Blue) = 132+7+61=200 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 132 - color contains mainly: red. Hex color #84073D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84073D is #7BF8C2. Grayscale: #323232. Windows color (decimal): -8124611 or 3999620. OLE color: 3999620.
HSL color Cylindrical-coordinate representation of color #84073D: hue angle of 334.08º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84073D is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 7 | 61 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.48 |
| HSL | 334.08º | 0.9% | 0.27% | - |
| HSV(B) | 334.08º | 0.95% | 0.52% | - |
| XYZ | 10.43 | 5.39 | 4.91 | - |
| YUV | 50.53 | 133.91 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 7 | 61 | 0 | 0.95 | 0.54 | 0.48 | 334.08 | 0.9 | 0.27 |
| Hex | 84 | 7 | 3D | 0 | 5F | 36 | 30 | 14E | 5A | 1B |
| Octal | 204 | 7 | 75 | 0 | 137 | 66 | 60 | 516 | 132 | 33 |
| Binary | 10000100 | 111 | 111101 | 0 | 1011111 | 110110 | 110000 | 101001110 | 1011010 | 11011 |
Color Harmonies of #84073D
Complementary color
Monochromatic Colors of #84073D
Black with #84073D
Text Example
Text Example
White with #84073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84073D; }
p { color: rgb(132,7,61); }
H1.HeaderClassName
{
color: #84073D;
}
.AnyTagClassName
{
color: #84073D;
}
</style>
background-color css
<style>
a { background-color: #84073D; }
a { background-color: rgb(132,7,61); }
div.DivClassName
{
background-color: #84073D;
}
.BgClassName
{
background-color: #84073D;
}
</style>
border-color css
<style>
span { border-color: #84073D; }
span { border-color: rgb(132,7,61); }
td.TdClassName
{
border-color: #84073D;
}
.TagClassName
{
border-color: #84073D;
}
</style>