Shades of Tyrian Purple #8B0441
Tints of Tyrian Purple #8B0441
RGB
CMYK
RGB Variations
Color information
#8B0441 (or 0x8B0441) is known color: Tyrian Purple. HEX triplet: 8B, 04 and 41. RGB value is (139,4,65). Sum of RGB (Red+Green+Blue) = 139+4+65=208 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.83% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0441 is #74FBBE. Grayscale: #333333. Windows color (decimal): -7666623 or 4261003. OLE color: 4261003.
HSL color Cylindrical-coordinate representation of color #8B0441: hue angle of 332.89º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B0441 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 4 | 65 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.45 |
| HSL | 332.89º | 0.94% | 0.28% | - |
| HSV(B) | 332.89º | 0.97% | 0.55% | - |
| XYZ | 11.65 | 5.96 | 5.54 | - |
| YUV | 51.32 | 135.73 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 4 | 65 | 0 | 0.97 | 0.53 | 0.45 | 332.89 | 0.94 | 0.28 |
| Hex | 8B | 4 | 41 | 0 | 61 | 35 | 2D | 14D | 5E | 1C |
| Octal | 213 | 4 | 101 | 0 | 141 | 65 | 55 | 515 | 136 | 34 |
| Binary | 10001011 | 100 | 1000001 | 0 | 1100001 | 110101 | 101101 | 101001101 | 1011110 | 11100 |
Color Harmonies of #8B0441
Complementary color
Monochromatic Colors of #8B0441
Black with #8B0441
Text Example
Text Example
White with #8B0441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0441; }
p { color: rgb(139,4,65); }
H1.HeaderClassName
{
color: #8B0441;
}
.AnyTagClassName
{
color: #8B0441;
}
</style>
background-color css
<style>
a { background-color: #8B0441; }
a { background-color: rgb(139,4,65); }
div.DivClassName
{
background-color: #8B0441;
}
.BgClassName
{
background-color: #8B0441;
}
</style>
border-color css
<style>
span { border-color: #8B0441; }
span { border-color: rgb(139,4,65); }
td.TdClassName
{
border-color: #8B0441;
}
.TagClassName
{
border-color: #8B0441;
}
</style>