Shades of Tyrian Purple #7D054B
Tints of Tyrian Purple #7D054B
RGB
CMYK
RGB Variations
Color information
#7D054B (or 0x7D054B) is known color: Tyrian Purple. HEX triplet: 7D, 05 and 4B. RGB value is (125,5,75). Sum of RGB (Red+Green+Blue) = 125+5+75=205 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.98% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 125 - color contains mainly: red. Hex color #7D054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D054B is #82FAB4. Grayscale: #303030. Windows color (decimal): -8583861 or 4916605. OLE color: 4916605.
HSL color Cylindrical-coordinate representation of color #7D054B: hue angle of 325º 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 #7D054B is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 5 | 75 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.51 |
| HSL | 325º | 0.92% | 0.25% | - |
| HSV(B) | 325º | 0.96% | 0.49% | - |
| XYZ | 9.78 | 4.98 | 7.1 | - |
| YUV | 48.86 | 142.76 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 5 | 75 | 0 | 0.96 | 0.40 | 0.51 | 325 | 0.92 | 0.25 |
| Hex | 7D | 5 | 4B | 0 | 60 | 28 | 33 | 145 | 5C | 19 |
| Octal | 175 | 5 | 113 | 0 | 140 | 50 | 63 | 505 | 134 | 31 |
| Binary | 1111101 | 101 | 1001011 | 0 | 1100000 | 101000 | 110011 | 101000101 | 1011100 | 11001 |
Color Harmonies of #7D054B
Complementary color
Monochromatic Colors of #7D054B
Black with #7D054B
Text Example
Text Example
White with #7D054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D054B; }
p { color: rgb(125,5,75); }
H1.HeaderClassName
{
color: #7D054B;
}
.AnyTagClassName
{
color: #7D054B;
}
</style>
background-color css
<style>
a { background-color: #7D054B; }
a { background-color: rgb(125,5,75); }
div.DivClassName
{
background-color: #7D054B;
}
.BgClassName
{
background-color: #7D054B;
}
</style>
border-color css
<style>
span { border-color: #7D054B; }
span { border-color: rgb(125,5,75); }
td.TdClassName
{
border-color: #7D054B;
}
.TagClassName
{
border-color: #7D054B;
}
</style>