Shades of Tyrian Purple #8A0743
Tints of Tyrian Purple #8A0743
RGB
CMYK
RGB Variations
Color information
#8A0743 (or 0x8A0743) is known color: Tyrian Purple. HEX triplet: 8A, 07 and 43. RGB value is (138,7,67). Sum of RGB (Red+Green+Blue) = 138+7+67=212 (28% of max value = 765). Red value is 138 (54.30% from 255 or 65.09% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0743 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0743 is #75F8BC. Grayscale: #343434. Windows color (decimal): -7731389 or 4392842. OLE color: 4392842.
HSL color Cylindrical-coordinate representation of color #8A0743: hue angle of 332.52º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0743 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 7 | 67 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.46 |
| HSL | 332.52º | 0.9% | 0.28% | - |
| HSV(B) | 332.52º | 0.95% | 0.54% | - |
| XYZ | 11.57 | 5.96 | 5.85 | - |
| YUV | 53.01 | 135.9 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 7 | 67 | 0 | 0.95 | 0.51 | 0.46 | 332.52 | 0.9 | 0.28 |
| Hex | 8A | 7 | 43 | 0 | 5F | 33 | 2E | 14D | 5A | 1C |
| Octal | 212 | 7 | 103 | 0 | 137 | 63 | 56 | 515 | 132 | 34 |
| Binary | 10001010 | 111 | 1000011 | 0 | 1011111 | 110011 | 101110 | 101001101 | 1011010 | 11100 |
Color Harmonies of #8A0743
Complementary color
Monochromatic Colors of #8A0743
Black with #8A0743
Text Example
Text Example
White with #8A0743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0743; }
p { color: rgb(138,7,67); }
H1.HeaderClassName
{
color: #8A0743;
}
.AnyTagClassName
{
color: #8A0743;
}
</style>
background-color css
<style>
a { background-color: #8A0743; }
a { background-color: rgb(138,7,67); }
div.DivClassName
{
background-color: #8A0743;
}
.BgClassName
{
background-color: #8A0743;
}
</style>
border-color css
<style>
span { border-color: #8A0743; }
span { border-color: rgb(138,7,67); }
td.TdClassName
{
border-color: #8A0743;
}
.TagClassName
{
border-color: #8A0743;
}
</style>