Shades of Tyrian Purple #7D083C
Tints of Tyrian Purple #7D083C
RGB
CMYK
RGB Variations
Color information
#7D083C (or 0x7D083C) is known color: Tyrian Purple. HEX triplet: 7D, 08 and 3C. RGB value is (125,8,60). Sum of RGB (Red+Green+Blue) = 125+8+60=193 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.77% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 125 - color contains mainly: red. Hex color #7D083C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D083C is #82F7C3. Grayscale: #303030. Windows color (decimal): -8583108 or 3934333. OLE color: 3934333.
HSL color Cylindrical-coordinate representation of color #7D083C: hue angle of 333.33º 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 #7D083C is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 8 | 60 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.51 |
| HSL | 333.33º | 0.88% | 0.26% | - |
| HSV(B) | 333.33º | 0.94% | 0.49% | - |
| XYZ | 9.36 | 4.86 | 4.72 | - |
| YUV | 48.91 | 134.26 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 8 | 60 | 0 | 0.94 | 0.52 | 0.51 | 333.33 | 0.88 | 0.26 |
| Hex | 7D | 8 | 3C | 0 | 5E | 34 | 33 | 14D | 58 | 1A |
| Octal | 175 | 10 | 74 | 0 | 136 | 64 | 63 | 515 | 130 | 32 |
| Binary | 1111101 | 1000 | 111100 | 0 | 1011110 | 110100 | 110011 | 101001101 | 1011000 | 11010 |
Color Harmonies of #7D083C
Complementary color
Monochromatic Colors of #7D083C
Black with #7D083C
Text Example
Text Example
White with #7D083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D083C; }
p { color: rgb(125,8,60); }
H1.HeaderClassName
{
color: #7D083C;
}
.AnyTagClassName
{
color: #7D083C;
}
</style>
background-color css
<style>
a { background-color: #7D083C; }
a { background-color: rgb(125,8,60); }
div.DivClassName
{
background-color: #7D083C;
}
.BgClassName
{
background-color: #7D083C;
}
</style>
border-color css
<style>
span { border-color: #7D083C; }
span { border-color: rgb(125,8,60); }
td.TdClassName
{
border-color: #7D083C;
}
.TagClassName
{
border-color: #7D083C;
}
</style>