Shades of Tyrian Purple #7B0342
Tints of Tyrian Purple #7B0342
RGB
CMYK
RGB Variations
Color information
#7B0342 (or 0x7B0342) is known color: Tyrian Purple. HEX triplet: 7B, 03 and 42. RGB value is (123,3,66). Sum of RGB (Red+Green+Blue) = 123+3+66=192 (25% of max value = 765). Red value is 123 (48.44% from 255 or 64.06% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0342 is #84FCBD. Grayscale: #2D2D2D. Windows color (decimal): -8715454 or 4326267. OLE color: 4326267.
HSL color Cylindrical-coordinate representation of color #7B0342: hue angle of 328.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 #7B0342 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 3 | 66 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.52 |
| HSL | 328.5º | 0.95% | 0.25% | - |
| HSV(B) | 328.5º | 0.98% | 0.48% | - |
| XYZ | 9.18 | 4.67 | 5.57 | - |
| YUV | 46.06 | 139.26 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 3 | 66 | 0 | 0.98 | 0.46 | 0.52 | 328.5 | 0.95 | 0.25 |
| Hex | 7B | 3 | 42 | 0 | 62 | 2E | 34 | 148 | 5F | 19 |
| Octal | 173 | 3 | 102 | 0 | 142 | 56 | 64 | 510 | 137 | 31 |
| Binary | 1111011 | 11 | 1000010 | 0 | 1100010 | 101110 | 110100 | 101001000 | 1011111 | 11001 |
Color Harmonies of #7B0342
Complementary color
Monochromatic Colors of #7B0342
Black with #7B0342
Text Example
Text Example
White with #7B0342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0342; }
p { color: rgb(123,3,66); }
H1.HeaderClassName
{
color: #7B0342;
}
.AnyTagClassName
{
color: #7B0342;
}
</style>
background-color css
<style>
a { background-color: #7B0342; }
a { background-color: rgb(123,3,66); }
div.DivClassName
{
background-color: #7B0342;
}
.BgClassName
{
background-color: #7B0342;
}
</style>
border-color css
<style>
span { border-color: #7B0342; }
span { border-color: rgb(123,3,66); }
td.TdClassName
{
border-color: #7B0342;
}
.TagClassName
{
border-color: #7B0342;
}
</style>