Shades of Tyrian Purple #84003F
Tints of Tyrian Purple #84003F
RGB
CMYK
RGB Variations
Color information
#84003F (or 0x84003F) is known color: Tyrian Purple. HEX triplet: 84, 00 and 3F. RGB value is (132,0,63). Sum of RGB (Red+Green+Blue) = 132+0+63=195 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.69% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 132 - color contains mainly: red. Hex color #84003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84003F is #7BFFC0. Grayscale: #2E2E2E. Windows color (decimal): -8126401 or 4128900. OLE color: 4128900.
HSL color Cylindrical-coordinate representation of color #84003F: hue angle of 331.36º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #84003F is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.52 | 0.48 |
| HSL | 331.36º | 1% | 0.26% | - |
| HSV(B) | 331.36º | 1% | 0.52% | - |
| XYZ | 10.41 | 5.26 | 5.17 | - |
| YUV | 46.65 | 137.23 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 63 | 0 | 1 | 0.52 | 0.48 | 331.36 | 1 | 0.26 |
| Hex | 84 | 0 | 3F | 0 | 64 | 34 | 30 | 14B | 64 | 1A |
| Octal | 204 | 0 | 77 | 0 | 144 | 64 | 60 | 513 | 144 | 32 |
| Binary | 10000100 | 0 | 111111 | 0 | 1100100 | 110100 | 110000 | 101001011 | 1100100 | 11010 |
Color Harmonies of #84003F
Complementary color
Monochromatic Colors of #84003F
Black with #84003F
Text Example
Text Example
White with #84003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84003F; }
p { color: rgb(132,0,63); }
H1.HeaderClassName
{
color: #84003F;
}
.AnyTagClassName
{
color: #84003F;
}
</style>
background-color css
<style>
a { background-color: #84003F; }
a { background-color: rgb(132,0,63); }
div.DivClassName
{
background-color: #84003F;
}
.BgClassName
{
background-color: #84003F;
}
</style>
border-color css
<style>
span { border-color: #84003F; }
span { border-color: rgb(132,0,63); }
td.TdClassName
{
border-color: #84003F;
}
.TagClassName
{
border-color: #84003F;
}
</style>