Shades of Tyrian Purple #7B083F
Tints of Tyrian Purple #7B083F
RGB
CMYK
RGB Variations
Color information
#7B083F (or 0x7B083F) is known color: Tyrian Purple. HEX triplet: 7B, 08 and 3F. RGB value is (123,8,63). Sum of RGB (Red+Green+Blue) = 123+8+63=194 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.40% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 123 - color contains mainly: red. Hex color #7B083F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B083F is #84F7C0. Grayscale: #303030. Windows color (decimal): -8714177 or 4130939. OLE color: 4130939.
HSL color Cylindrical-coordinate representation of color #7B083F: hue angle of 331.3º 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 #7B083F is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 8 | 63 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.52 |
| HSL | 331.3º | 0.88% | 0.26% | - |
| HSV(B) | 331.3º | 0.93% | 0.48% | - |
| XYZ | 9.15 | 4.74 | 5.14 | - |
| YUV | 48.66 | 136.1 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 8 | 63 | 0 | 0.93 | 0.49 | 0.52 | 331.3 | 0.88 | 0.26 |
| Hex | 7B | 8 | 3F | 0 | 5D | 31 | 34 | 14B | 58 | 1A |
| Octal | 173 | 10 | 77 | 0 | 135 | 61 | 64 | 513 | 130 | 32 |
| Binary | 1111011 | 1000 | 111111 | 0 | 1011101 | 110001 | 110100 | 101001011 | 1011000 | 11010 |
Color Harmonies of #7B083F
Complementary color
Monochromatic Colors of #7B083F
Black with #7B083F
Text Example
Text Example
White with #7B083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B083F; }
p { color: rgb(123,8,63); }
H1.HeaderClassName
{
color: #7B083F;
}
.AnyTagClassName
{
color: #7B083F;
}
</style>
background-color css
<style>
a { background-color: #7B083F; }
a { background-color: rgb(123,8,63); }
div.DivClassName
{
background-color: #7B083F;
}
.BgClassName
{
background-color: #7B083F;
}
</style>
border-color css
<style>
span { border-color: #7B083F; }
span { border-color: rgb(123,8,63); }
td.TdClassName
{
border-color: #7B083F;
}
.TagClassName
{
border-color: #7B083F;
}
</style>