Shades of Tyrian Purple #7B024D
Tints of Tyrian Purple #7B024D
RGB
CMYK
RGB Variations
Color information
#7B024D (or 0x7B024D) is known color: Tyrian Purple. HEX triplet: 7B, 02 and 4D. RGB value is (123,2,77). Sum of RGB (Red+Green+Blue) = 123+2+77=202 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.89% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 123 - color contains mainly: red. Hex color #7B024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B024D is #84FDB2. Grayscale: #2E2E2E. Windows color (decimal): -8715699 or 5046907. OLE color: 5046907.
HSL color Cylindrical-coordinate representation of color #7B024D: hue angle of 322.81º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B024D is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 2 | 77 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.52 |
| HSL | 322.81º | 0.97% | 0.25% | - |
| HSV(B) | 322.81º | 0.98% | 0.48% | - |
| XYZ | 9.53 | 4.79 | 7.44 | - |
| YUV | 46.73 | 145.09 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 2 | 77 | 0 | 0.98 | 0.37 | 0.52 | 322.81 | 0.97 | 0.25 |
| Hex | 7B | 2 | 4D | 0 | 62 | 25 | 34 | 143 | 61 | 19 |
| Octal | 173 | 2 | 115 | 0 | 142 | 45 | 64 | 503 | 141 | 31 |
| Binary | 1111011 | 10 | 1001101 | 0 | 1100010 | 100101 | 110100 | 101000011 | 1100001 | 11001 |
Color Harmonies of #7B024D
Complementary color
Monochromatic Colors of #7B024D
Black with #7B024D
Text Example
Text Example
White with #7B024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B024D; }
p { color: rgb(123,2,77); }
H1.HeaderClassName
{
color: #7B024D;
}
.AnyTagClassName
{
color: #7B024D;
}
</style>
background-color css
<style>
a { background-color: #7B024D; }
a { background-color: rgb(123,2,77); }
div.DivClassName
{
background-color: #7B024D;
}
.BgClassName
{
background-color: #7B024D;
}
</style>
border-color css
<style>
span { border-color: #7B024D; }
span { border-color: rgb(123,2,77); }
td.TdClassName
{
border-color: #7B024D;
}
.TagClassName
{
border-color: #7B024D;
}
</style>