Shades of Tyrian Purple #7B084B
Tints of Tyrian Purple #7B084B
RGB
CMYK
RGB Variations
Color information
#7B084B (or 0x7B084B) is known color: Tyrian Purple. HEX triplet: 7B, 08 and 4B. RGB value is (123,8,75). Sum of RGB (Red+Green+Blue) = 123+8+75=206 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.71% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 123 - color contains mainly: red. Hex color #7B084B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B084B is #84F7B4. Grayscale: #313131. Windows color (decimal): -8714165 or 4917371. OLE color: 4917371.
HSL color Cylindrical-coordinate representation of color #7B084B: hue angle of 325.04º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B084B is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 8 | 75 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.52 |
| HSL | 325.04º | 0.88% | 0.26% | - |
| HSV(B) | 325.04º | 0.93% | 0.48% | - |
| XYZ | 9.53 | 4.89 | 7.1 | - |
| YUV | 50.02 | 142.1 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 8 | 75 | 0 | 0.93 | 0.39 | 0.52 | 325.04 | 0.88 | 0.26 |
| Hex | 7B | 8 | 4B | 0 | 5D | 27 | 34 | 145 | 58 | 1A |
| Octal | 173 | 10 | 113 | 0 | 135 | 47 | 64 | 505 | 130 | 32 |
| Binary | 1111011 | 1000 | 1001011 | 0 | 1011101 | 100111 | 110100 | 101000101 | 1011000 | 11010 |
Color Harmonies of #7B084B
Complementary color
Monochromatic Colors of #7B084B
Black with #7B084B
Text Example
Text Example
White with #7B084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B084B; }
p { color: rgb(123,8,75); }
H1.HeaderClassName
{
color: #7B084B;
}
.AnyTagClassName
{
color: #7B084B;
}
</style>
background-color css
<style>
a { background-color: #7B084B; }
a { background-color: rgb(123,8,75); }
div.DivClassName
{
background-color: #7B084B;
}
.BgClassName
{
background-color: #7B084B;
}
</style>
border-color css
<style>
span { border-color: #7B084B; }
span { border-color: rgb(123,8,75); }
td.TdClassName
{
border-color: #7B084B;
}
.TagClassName
{
border-color: #7B084B;
}
</style>