Shades of Tyrian Purple #7D0653
Tints of Tyrian Purple #7D0653
RGB
CMYK
RGB Variations
Color information
#7D0653 (or 0x7D0653) is known color: Tyrian Purple. HEX triplet: 7D, 06 and 53. RGB value is (125,6,83). Sum of RGB (Red+Green+Blue) = 125+6+83=214 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.41% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0653 is #82F9AC. Grayscale: #323232. Windows color (decimal): -8583597 or 5441149. OLE color: 5441149.
HSL color Cylindrical-coordinate representation of color #7D0653: hue angle of 321.18º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D0653 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 6 | 83 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.51 |
| HSL | 321.18º | 0.91% | 0.26% | - |
| HSV(B) | 321.18º | 0.95% | 0.49% | - |
| XYZ | 10.08 | 5.11 | 8.64 | - |
| YUV | 50.36 | 146.42 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 6 | 83 | 0 | 0.95 | 0.34 | 0.51 | 321.18 | 0.91 | 0.26 |
| Hex | 7D | 6 | 53 | 0 | 5F | 22 | 33 | 141 | 5B | 1A |
| Octal | 175 | 6 | 123 | 0 | 137 | 42 | 63 | 501 | 133 | 32 |
| Binary | 1111101 | 110 | 1010011 | 0 | 1011111 | 100010 | 110011 | 101000001 | 1011011 | 11010 |
Color Harmonies of #7D0653
Complementary color
Monochromatic Colors of #7D0653
Black with #7D0653
Text Example
Text Example
White with #7D0653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0653; }
p { color: rgb(125,6,83); }
H1.HeaderClassName
{
color: #7D0653;
}
.AnyTagClassName
{
color: #7D0653;
}
</style>
background-color css
<style>
a { background-color: #7D0653; }
a { background-color: rgb(125,6,83); }
div.DivClassName
{
background-color: #7D0653;
}
.BgClassName
{
background-color: #7D0653;
}
</style>
border-color css
<style>
span { border-color: #7D0653; }
span { border-color: rgb(125,6,83); }
td.TdClassName
{
border-color: #7D0653;
}
.TagClassName
{
border-color: #7D0653;
}
</style>