Shades of Tyrian Purple #7B0244
Tints of Tyrian Purple #7B0244
RGB
CMYK
RGB Variations
Color information
#7B0244 (or 0x7B0244) is known color: Tyrian Purple. HEX triplet: 7B, 02 and 44. RGB value is (123,2,68). Sum of RGB (Red+Green+Blue) = 123+2+68=193 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.73% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0244 is #84FDBB. Grayscale: #2D2D2D. Windows color (decimal): -8715708 or 4457083. OLE color: 4457083.
HSL color Cylindrical-coordinate representation of color #7B0244: hue angle of 327.27º 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 #7B0244 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 2 | 68 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.52 |
| HSL | 327.27º | 0.97% | 0.25% | - |
| HSV(B) | 327.27º | 0.98% | 0.48% | - |
| XYZ | 9.23 | 4.67 | 5.88 | - |
| YUV | 45.7 | 140.59 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 2 | 68 | 0 | 0.98 | 0.45 | 0.52 | 327.27 | 0.97 | 0.25 |
| Hex | 7B | 2 | 44 | 0 | 62 | 2D | 34 | 147 | 61 | 19 |
| Octal | 173 | 2 | 104 | 0 | 142 | 55 | 64 | 507 | 141 | 31 |
| Binary | 1111011 | 10 | 1000100 | 0 | 1100010 | 101101 | 110100 | 101000111 | 1100001 | 11001 |
Color Harmonies of #7B0244
Complementary color
Monochromatic Colors of #7B0244
Black with #7B0244
Text Example
Text Example
White with #7B0244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0244; }
p { color: rgb(123,2,68); }
H1.HeaderClassName
{
color: #7B0244;
}
.AnyTagClassName
{
color: #7B0244;
}
</style>
background-color css
<style>
a { background-color: #7B0244; }
a { background-color: rgb(123,2,68); }
div.DivClassName
{
background-color: #7B0244;
}
.BgClassName
{
background-color: #7B0244;
}
</style>
border-color css
<style>
span { border-color: #7B0244; }
span { border-color: rgb(123,2,68); }
td.TdClassName
{
border-color: #7B0244;
}
.TagClassName
{
border-color: #7B0244;
}
</style>