Shades of Tyrian Purple #84064C
Tints of Tyrian Purple #84064C
RGB
CMYK
RGB Variations
Color information
#84064C (or 0x84064C) is known color: Tyrian Purple. HEX triplet: 84, 06 and 4C. RGB value is (132,6,76). Sum of RGB (Red+Green+Blue) = 132+6+76=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #84064C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84064C is #7BF9B3. Grayscale: #333333. Windows color (decimal): -8124852 or 4982404. OLE color: 4982404.
HSL color Cylindrical-coordinate representation of color #84064C: hue angle of 326.67º degrees, saturation: 0.91, 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 #84064C is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 6 | 76 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.48 |
| HSL | 326.67º | 0.91% | 0.27% | - |
| HSV(B) | 326.67º | 0.95% | 0.52% | - |
| XYZ | 10.89 | 5.56 | 7.34 | - |
| YUV | 51.65 | 141.74 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 6 | 76 | 0 | 0.95 | 0.42 | 0.48 | 326.67 | 0.91 | 0.27 |
| Hex | 84 | 6 | 4C | 0 | 5F | 2A | 30 | 147 | 5B | 1B |
| Octal | 204 | 6 | 114 | 0 | 137 | 52 | 60 | 507 | 133 | 33 |
| Binary | 10000100 | 110 | 1001100 | 0 | 1011111 | 101010 | 110000 | 101000111 | 1011011 | 11011 |
Color Harmonies of #84064C
Complementary color
Monochromatic Colors of #84064C
Black with #84064C
Text Example
Text Example
White with #84064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84064C; }
p { color: rgb(132,6,76); }
H1.HeaderClassName
{
color: #84064C;
}
.AnyTagClassName
{
color: #84064C;
}
</style>
background-color css
<style>
a { background-color: #84064C; }
a { background-color: rgb(132,6,76); }
div.DivClassName
{
background-color: #84064C;
}
.BgClassName
{
background-color: #84064C;
}
</style>
border-color css
<style>
span { border-color: #84064C; }
span { border-color: rgb(132,6,76); }
td.TdClassName
{
border-color: #84064C;
}
.TagClassName
{
border-color: #84064C;
}
</style>