Shades of Tyrian Purple #7D013D
Tints of Tyrian Purple #7D013D
RGB
CMYK
RGB Variations
Color information
#7D013D (or 0x7D013D) is known color: Tyrian Purple. HEX triplet: 7D, 01 and 3D. RGB value is (125,1,61). Sum of RGB (Red+Green+Blue) = 125+1+61=187 (24% of max value = 765). Red value is 125 (49.22% from 255 or 66.84% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 125 - color contains mainly: red. Hex color #7D013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D013D is #82FEC2. Grayscale: #2C2C2C. Windows color (decimal): -8584899 or 3998077. OLE color: 3998077.
HSL color Cylindrical-coordinate representation of color #7D013D: hue angle of 330.97º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D013D is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.51 |
| HSL | 330.97º | 0.98% | 0.25% | - |
| HSV(B) | 330.97º | 0.99% | 0.49% | - |
| XYZ | 9.31 | 4.72 | 4.83 | - |
| YUV | 44.92 | 137.08 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 1 | 61 | 0 | 0.99 | 0.51 | 0.51 | 330.97 | 0.98 | 0.25 |
| Hex | 7D | 1 | 3D | 0 | 63 | 33 | 33 | 14B | 62 | 19 |
| Octal | 175 | 1 | 75 | 0 | 143 | 63 | 63 | 513 | 142 | 31 |
| Binary | 1111101 | 1 | 111101 | 0 | 1100011 | 110011 | 110011 | 101001011 | 1100010 | 11001 |
Color Harmonies of #7D013D
Complementary color
Monochromatic Colors of #7D013D
Black with #7D013D
Text Example
Text Example
White with #7D013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D013D; }
p { color: rgb(125,1,61); }
H1.HeaderClassName
{
color: #7D013D;
}
.AnyTagClassName
{
color: #7D013D;
}
</style>
background-color css
<style>
a { background-color: #7D013D; }
a { background-color: rgb(125,1,61); }
div.DivClassName
{
background-color: #7D013D;
}
.BgClassName
{
background-color: #7D013D;
}
</style>
border-color css
<style>
span { border-color: #7D013D; }
span { border-color: rgb(125,1,61); }
td.TdClassName
{
border-color: #7D013D;
}
.TagClassName
{
border-color: #7D013D;
}
</style>