Shades of Tyrian Purple #7D0351
Tints of Tyrian Purple #7D0351
RGB
CMYK
RGB Variations
Color information
#7D0351 (or 0x7D0351) is known color: Tyrian Purple. HEX triplet: 7D, 03 and 51. RGB value is (125,3,81). Sum of RGB (Red+Green+Blue) = 125+3+81=209 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.81% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0351 is #82FCAE. Grayscale: #303030. Windows color (decimal): -8584367 or 5309309. OLE color: 5309309.
HSL color Cylindrical-coordinate representation of color #7D0351: hue angle of 321.64º degrees, saturation: 0.95, 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 #7D0351 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 3 | 81 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.51 |
| HSL | 321.64º | 0.95% | 0.25% | - |
| HSV(B) | 321.64º | 0.98% | 0.49% | - |
| XYZ | 9.98 | 5.02 | 8.23 | - |
| YUV | 48.37 | 146.42 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 3 | 81 | 0 | 0.98 | 0.35 | 0.51 | 321.64 | 0.95 | 0.25 |
| Hex | 7D | 3 | 51 | 0 | 62 | 23 | 33 | 142 | 5F | 19 |
| Octal | 175 | 3 | 121 | 0 | 142 | 43 | 63 | 502 | 137 | 31 |
| Binary | 1111101 | 11 | 1010001 | 0 | 1100010 | 100011 | 110011 | 101000010 | 1011111 | 11001 |
Color Harmonies of #7D0351
Complementary color
Monochromatic Colors of #7D0351
Black with #7D0351
Text Example
Text Example
White with #7D0351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0351; }
p { color: rgb(125,3,81); }
H1.HeaderClassName
{
color: #7D0351;
}
.AnyTagClassName
{
color: #7D0351;
}
</style>
background-color css
<style>
a { background-color: #7D0351; }
a { background-color: rgb(125,3,81); }
div.DivClassName
{
background-color: #7D0351;
}
.BgClassName
{
background-color: #7D0351;
}
</style>
border-color css
<style>
span { border-color: #7D0351; }
span { border-color: rgb(125,3,81); }
td.TdClassName
{
border-color: #7D0351;
}
.TagClassName
{
border-color: #7D0351;
}
</style>