Shades of Tyrian Purple #7B024F
Tints of Tyrian Purple #7B024F
RGB
CMYK
RGB Variations
Color information
#7B024F (or 0x7B024F) is known color: Tyrian Purple. HEX triplet: 7B, 02 and 4F. RGB value is (123,2,79). Sum of RGB (Red+Green+Blue) = 123+2+79=204 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60.29% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 123 - color contains mainly: red. Hex color #7B024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B024F is #84FDB0. Grayscale: #2E2E2E. Windows color (decimal): -8715697 or 5177979. OLE color: 5177979.
HSL color Cylindrical-coordinate representation of color #7B024F: hue angle of 321.82º 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 #7B024F is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 2 | 79 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.52 |
| HSL | 321.82º | 0.97% | 0.25% | - |
| HSV(B) | 321.82º | 0.98% | 0.48% | - |
| XYZ | 9.6 | 4.82 | 7.82 | - |
| YUV | 46.96 | 146.09 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 2 | 79 | 0 | 0.98 | 0.36 | 0.52 | 321.82 | 0.97 | 0.25 |
| Hex | 7B | 2 | 4F | 0 | 62 | 24 | 34 | 142 | 61 | 19 |
| Octal | 173 | 2 | 117 | 0 | 142 | 44 | 64 | 502 | 141 | 31 |
| Binary | 1111011 | 10 | 1001111 | 0 | 1100010 | 100100 | 110100 | 101000010 | 1100001 | 11001 |
Color Harmonies of #7B024F
Complementary color
Monochromatic Colors of #7B024F
Black with #7B024F
Text Example
Text Example
White with #7B024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B024F; }
p { color: rgb(123,2,79); }
H1.HeaderClassName
{
color: #7B024F;
}
.AnyTagClassName
{
color: #7B024F;
}
</style>
background-color css
<style>
a { background-color: #7B024F; }
a { background-color: rgb(123,2,79); }
div.DivClassName
{
background-color: #7B024F;
}
.BgClassName
{
background-color: #7B024F;
}
</style>
border-color css
<style>
span { border-color: #7B024F; }
span { border-color: rgb(123,2,79); }
td.TdClassName
{
border-color: #7B024F;
}
.TagClassName
{
border-color: #7B024F;
}
</style>