Shades of Tyrian Purple #84013F
Tints of Tyrian Purple #84013F
RGB
CMYK
RGB Variations
Color information
#84013F (or 0x84013F) is known color: Tyrian Purple. HEX triplet: 84, 01 and 3F. RGB value is (132,1,63). Sum of RGB (Red+Green+Blue) = 132+1+63=196 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.35% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 132 - color contains mainly: red. Hex color #84013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84013F is #7BFEC0. Grayscale: #2F2F2F. Windows color (decimal): -8126145 or 4129156. OLE color: 4129156.
HSL color Cylindrical-coordinate representation of color #84013F: hue angle of 331.6º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84013F is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.48 |
| HSL | 331.6º | 0.98% | 0.26% | - |
| HSV(B) | 331.6º | 0.99% | 0.52% | - |
| XYZ | 10.42 | 5.29 | 5.17 | - |
| YUV | 47.24 | 136.9 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 63 | 0 | 0.99 | 0.52 | 0.48 | 331.6 | 0.98 | 0.26 |
| Hex | 84 | 1 | 3F | 0 | 63 | 34 | 30 | 14C | 62 | 1A |
| Octal | 204 | 1 | 77 | 0 | 143 | 64 | 60 | 514 | 142 | 32 |
| Binary | 10000100 | 1 | 111111 | 0 | 1100011 | 110100 | 110000 | 101001100 | 1100010 | 11010 |
Color Harmonies of #84013F
Complementary color
Monochromatic Colors of #84013F
Black with #84013F
Text Example
Text Example
White with #84013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84013F; }
p { color: rgb(132,1,63); }
H1.HeaderClassName
{
color: #84013F;
}
.AnyTagClassName
{
color: #84013F;
}
</style>
background-color css
<style>
a { background-color: #84013F; }
a { background-color: rgb(132,1,63); }
div.DivClassName
{
background-color: #84013F;
}
.BgClassName
{
background-color: #84013F;
}
</style>
border-color css
<style>
span { border-color: #84013F; }
span { border-color: rgb(132,1,63); }
td.TdClassName
{
border-color: #84013F;
}
.TagClassName
{
border-color: #84013F;
}
</style>