Shades of Tyrian Purple #7D053C
Tints of Tyrian Purple #7D053C
RGB
CMYK
RGB Variations
Color information
#7D053C (or 0x7D053C) is known color: Tyrian Purple. HEX triplet: 7D, 05 and 3C. RGB value is (125,5,60). Sum of RGB (Red+Green+Blue) = 125+5+60=190 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.79% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 125 - color contains mainly: red. Hex color #7D053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D053C is #82FAC3. Grayscale: #2F2F2F. Windows color (decimal): -8583876 or 3933565. OLE color: 3933565.
HSL color Cylindrical-coordinate representation of color #7D053C: hue angle of 332.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D053C is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 5 | 60 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.51 |
| HSL | 332.5º | 0.92% | 0.25% | - |
| HSV(B) | 332.5º | 0.96% | 0.49% | - |
| XYZ | 9.33 | 4.79 | 4.71 | - |
| YUV | 47.15 | 135.26 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 5 | 60 | 0 | 0.96 | 0.52 | 0.51 | 332.5 | 0.92 | 0.25 |
| Hex | 7D | 5 | 3C | 0 | 60 | 34 | 33 | 14C | 5C | 19 |
| Octal | 175 | 5 | 74 | 0 | 140 | 64 | 63 | 514 | 134 | 31 |
| Binary | 1111101 | 101 | 111100 | 0 | 1100000 | 110100 | 110011 | 101001100 | 1011100 | 11001 |
Color Harmonies of #7D053C
Complementary color
Monochromatic Colors of #7D053C
Black with #7D053C
Text Example
Text Example
White with #7D053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D053C; }
p { color: rgb(125,5,60); }
H1.HeaderClassName
{
color: #7D053C;
}
.AnyTagClassName
{
color: #7D053C;
}
</style>
background-color css
<style>
a { background-color: #7D053C; }
a { background-color: rgb(125,5,60); }
div.DivClassName
{
background-color: #7D053C;
}
.BgClassName
{
background-color: #7D053C;
}
</style>
border-color css
<style>
span { border-color: #7D053C; }
span { border-color: rgb(125,5,60); }
td.TdClassName
{
border-color: #7D053C;
}
.TagClassName
{
border-color: #7D053C;
}
</style>