Shades of Tyrian Purple #7D0339
Tints of Tyrian Purple #7D0339
RGB
CMYK
RGB Variations
Color information
#7D0339 (or 0x7D0339) is known color: Tyrian Purple. HEX triplet: 7D, 03 and 39. RGB value is (125,3,57). Sum of RGB (Red+Green+Blue) = 125+3+57=185 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.57% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0339 is #82FCC6. Grayscale: #2D2D2D. Windows color (decimal): -8584391 or 3736445. OLE color: 3736445.
HSL color Cylindrical-coordinate representation of color #7D0339: hue angle of 333.44º 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 #7D0339 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 3 | 57 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.51 |
| HSL | 333.44º | 0.95% | 0.25% | - |
| HSV(B) | 333.44º | 0.98% | 0.49% | - |
| XYZ | 9.23 | 4.72 | 4.3 | - |
| YUV | 45.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 3 | 57 | 0 | 0.98 | 0.54 | 0.51 | 333.44 | 0.95 | 0.25 |
| Hex | 7D | 3 | 39 | 0 | 62 | 36 | 33 | 14D | 5F | 19 |
| Octal | 175 | 3 | 71 | 0 | 142 | 66 | 63 | 515 | 137 | 31 |
| Binary | 1111101 | 11 | 111001 | 0 | 1100010 | 110110 | 110011 | 101001101 | 1011111 | 11001 |
Color Harmonies of #7D0339
Complementary color
Monochromatic Colors of #7D0339
Black with #7D0339
Text Example
Text Example
White with #7D0339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0339; }
p { color: rgb(125,3,57); }
H1.HeaderClassName
{
color: #7D0339;
}
.AnyTagClassName
{
color: #7D0339;
}
</style>
background-color css
<style>
a { background-color: #7D0339; }
a { background-color: rgb(125,3,57); }
div.DivClassName
{
background-color: #7D0339;
}
.BgClassName
{
background-color: #7D0339;
}
</style>
border-color css
<style>
span { border-color: #7D0339; }
span { border-color: rgb(125,3,57); }
td.TdClassName
{
border-color: #7D0339;
}
.TagClassName
{
border-color: #7D0339;
}
</style>