Shades of Tyrian Purple #7B0243
Tints of Tyrian Purple #7B0243
RGB
CMYK
RGB Variations
Color information
#7B0243 (or 0x7B0243) is known color: Tyrian Purple. HEX triplet: 7B, 02 and 43. RGB value is (123,2,67). Sum of RGB (Red+Green+Blue) = 123+2+67=192 (25% of max value = 765). Red value is 123 (48.44% from 255 or 64.06% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0243 is #84FDBC. Grayscale: #2D2D2D. Windows color (decimal): -8715709 or 4391547. OLE color: 4391547.
HSL color Cylindrical-coordinate representation of color #7B0243: hue angle of 327.77º 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 #7B0243 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 2 | 67 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.52 |
| HSL | 327.77º | 0.97% | 0.25% | - |
| HSV(B) | 327.77º | 0.98% | 0.48% | - |
| XYZ | 9.2 | 4.66 | 5.72 | - |
| YUV | 45.59 | 140.09 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 2 | 67 | 0 | 0.98 | 0.46 | 0.52 | 327.77 | 0.97 | 0.25 |
| Hex | 7B | 2 | 43 | 0 | 62 | 2E | 34 | 148 | 61 | 19 |
| Octal | 173 | 2 | 103 | 0 | 142 | 56 | 64 | 510 | 141 | 31 |
| Binary | 1111011 | 10 | 1000011 | 0 | 1100010 | 101110 | 110100 | 101001000 | 1100001 | 11001 |
Color Harmonies of #7B0243
Complementary color
Monochromatic Colors of #7B0243
Black with #7B0243
Text Example
Text Example
White with #7B0243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0243; }
p { color: rgb(123,2,67); }
H1.HeaderClassName
{
color: #7B0243;
}
.AnyTagClassName
{
color: #7B0243;
}
</style>
background-color css
<style>
a { background-color: #7B0243; }
a { background-color: rgb(123,2,67); }
div.DivClassName
{
background-color: #7B0243;
}
.BgClassName
{
background-color: #7B0243;
}
</style>
border-color css
<style>
span { border-color: #7B0243; }
span { border-color: rgb(123,2,67); }
td.TdClassName
{
border-color: #7B0243;
}
.TagClassName
{
border-color: #7B0243;
}
</style>