Shades of Tyrian Purple #7D083B
Tints of Tyrian Purple #7D083B
RGB
CMYK
RGB Variations
Color information
#7D083B (or 0x7D083B) is known color: Tyrian Purple. HEX triplet: 7D, 08 and 3B. RGB value is (125,8,59). Sum of RGB (Red+Green+Blue) = 125+8+59=192 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.10% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 125 - color contains mainly: red. Hex color #7D083B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D083B is #82F7C4. Grayscale: #303030. Windows color (decimal): -8583109 or 3868797. OLE color: 3868797.
HSL color Cylindrical-coordinate representation of color #7D083B: hue angle of 333.85º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D083B is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 8 | 59 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.51 |
| HSL | 333.85º | 0.88% | 0.26% | - |
| HSV(B) | 333.85º | 0.94% | 0.49% | - |
| XYZ | 9.33 | 4.85 | 4.58 | - |
| YUV | 48.8 | 133.76 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 8 | 59 | 0 | 0.94 | 0.53 | 0.51 | 333.85 | 0.88 | 0.26 |
| Hex | 7D | 8 | 3B | 0 | 5E | 35 | 33 | 14E | 58 | 1A |
| Octal | 175 | 10 | 73 | 0 | 136 | 65 | 63 | 516 | 130 | 32 |
| Binary | 1111101 | 1000 | 111011 | 0 | 1011110 | 110101 | 110011 | 101001110 | 1011000 | 11010 |
Color Harmonies of #7D083B
Complementary color
Monochromatic Colors of #7D083B
Black with #7D083B
Text Example
Text Example
White with #7D083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D083B; }
p { color: rgb(125,8,59); }
H1.HeaderClassName
{
color: #7D083B;
}
.AnyTagClassName
{
color: #7D083B;
}
</style>
background-color css
<style>
a { background-color: #7D083B; }
a { background-color: rgb(125,8,59); }
div.DivClassName
{
background-color: #7D083B;
}
.BgClassName
{
background-color: #7D083B;
}
</style>
border-color css
<style>
span { border-color: #7D083B; }
span { border-color: rgb(125,8,59); }
td.TdClassName
{
border-color: #7D083B;
}
.TagClassName
{
border-color: #7D083B;
}
</style>