Shades of Tyrian Purple #7B0352
Tints of Tyrian Purple #7B0352
RGB
CMYK
RGB Variations
Color information
#7B0352 (or 0x7B0352) is known color: Tyrian Purple. HEX triplet: 7B, 03 and 52. RGB value is (123,3,82). Sum of RGB (Red+Green+Blue) = 123+3+82=208 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.13% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0352 is #84FCAD. Grayscale: #2F2F2F. Windows color (decimal): -8715438 or 5374843. OLE color: 5374843.
HSL color Cylindrical-coordinate representation of color #7B0352: hue angle of 320.5º degrees, saturation: 0.95, 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 #7B0352 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 3 | 82 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.52 |
| HSL | 320.5º | 0.95% | 0.25% | - |
| HSV(B) | 320.5º | 0.98% | 0.48% | - |
| XYZ | 9.72 | 4.89 | 8.41 | - |
| YUV | 47.89 | 147.26 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 3 | 82 | 0 | 0.98 | 0.33 | 0.52 | 320.5 | 0.95 | 0.25 |
| Hex | 7B | 3 | 52 | 0 | 62 | 21 | 34 | 140 | 5F | 19 |
| Octal | 173 | 3 | 122 | 0 | 142 | 41 | 64 | 500 | 137 | 31 |
| Binary | 1111011 | 11 | 1010010 | 0 | 1100010 | 100001 | 110100 | 101000000 | 1011111 | 11001 |
Color Harmonies of #7B0352
Complementary color
Monochromatic Colors of #7B0352
Black with #7B0352
Text Example
Text Example
White with #7B0352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0352; }
p { color: rgb(123,3,82); }
H1.HeaderClassName
{
color: #7B0352;
}
.AnyTagClassName
{
color: #7B0352;
}
</style>
background-color css
<style>
a { background-color: #7B0352; }
a { background-color: rgb(123,3,82); }
div.DivClassName
{
background-color: #7B0352;
}
.BgClassName
{
background-color: #7B0352;
}
</style>
border-color css
<style>
span { border-color: #7B0352; }
span { border-color: rgb(123,3,82); }
td.TdClassName
{
border-color: #7B0352;
}
.TagClassName
{
border-color: #7B0352;
}
</style>