Shades of Tyrian Purple #7D0245
Tints of Tyrian Purple #7D0245
RGB
CMYK
RGB Variations
Color information
#7D0245 (or 0x7D0245) is known color: Tyrian Purple. HEX triplet: 7D, 02 and 45. RGB value is (125,2,69). Sum of RGB (Red+Green+Blue) = 125+2+69=196 (25% of max value = 765). Red value is 125 (49.22% from 255 or 63.78% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0245 is #82FDBA. Grayscale: #2E2E2E. Windows color (decimal): -8584635 or 4522621. OLE color: 4522621.
HSL color Cylindrical-coordinate representation of color #7D0245: hue angle of 327.32º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D0245 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 2 | 69 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.51 |
| HSL | 327.32º | 0.97% | 0.25% | - |
| HSV(B) | 327.32º | 0.98% | 0.49% | - |
| XYZ | 9.55 | 4.83 | 6.06 | - |
| YUV | 46.42 | 140.75 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 2 | 69 | 0 | 0.98 | 0.45 | 0.51 | 327.32 | 0.97 | 0.25 |
| Hex | 7D | 2 | 45 | 0 | 62 | 2D | 33 | 147 | 61 | 19 |
| Octal | 175 | 2 | 105 | 0 | 142 | 55 | 63 | 507 | 141 | 31 |
| Binary | 1111101 | 10 | 1000101 | 0 | 1100010 | 101101 | 110011 | 101000111 | 1100001 | 11001 |
Color Harmonies of #7D0245
Complementary color
Monochromatic Colors of #7D0245
Black with #7D0245
Text Example
Text Example
White with #7D0245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0245; }
p { color: rgb(125,2,69); }
H1.HeaderClassName
{
color: #7D0245;
}
.AnyTagClassName
{
color: #7D0245;
}
</style>
background-color css
<style>
a { background-color: #7D0245; }
a { background-color: rgb(125,2,69); }
div.DivClassName
{
background-color: #7D0245;
}
.BgClassName
{
background-color: #7D0245;
}
</style>
border-color css
<style>
span { border-color: #7D0245; }
span { border-color: rgb(125,2,69); }
td.TdClassName
{
border-color: #7D0245;
}
.TagClassName
{
border-color: #7D0245;
}
</style>