Shades of Tyrian Purple #7B0841
Tints of Tyrian Purple #7B0841
RGB
CMYK
RGB Variations
Color information
#7B0841 (or 0x7B0841) is known color: Tyrian Purple. HEX triplet: 7B, 08 and 41. RGB value is (123,8,65). Sum of RGB (Red+Green+Blue) = 123+8+65=196 (25% of max value = 765). Red value is 123 (48.44% from 255 or 62.76% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0841 is #84F7BE. Grayscale: #303030. Windows color (decimal): -8714175 or 4262011. OLE color: 4262011.
HSL color Cylindrical-coordinate representation of color #7B0841: hue angle of 330.26º 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 #7B0841 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 8 | 65 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.52 |
| HSL | 330.26º | 0.88% | 0.26% | - |
| HSV(B) | 330.26º | 0.93% | 0.48% | - |
| XYZ | 9.21 | 4.77 | 5.44 | - |
| YUV | 48.88 | 137.1 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 8 | 65 | 0 | 0.93 | 0.47 | 0.52 | 330.26 | 0.88 | 0.26 |
| Hex | 7B | 8 | 41 | 0 | 5D | 2F | 34 | 14A | 58 | 1A |
| Octal | 173 | 10 | 101 | 0 | 135 | 57 | 64 | 512 | 130 | 32 |
| Binary | 1111011 | 1000 | 1000001 | 0 | 1011101 | 101111 | 110100 | 101001010 | 1011000 | 11010 |
Color Harmonies of #7B0841
Complementary color
Monochromatic Colors of #7B0841
Black with #7B0841
Text Example
Text Example
White with #7B0841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0841; }
p { color: rgb(123,8,65); }
H1.HeaderClassName
{
color: #7B0841;
}
.AnyTagClassName
{
color: #7B0841;
}
</style>
background-color css
<style>
a { background-color: #7B0841; }
a { background-color: rgb(123,8,65); }
div.DivClassName
{
background-color: #7B0841;
}
.BgClassName
{
background-color: #7B0841;
}
</style>
border-color css
<style>
span { border-color: #7B0841; }
span { border-color: rgb(123,8,65); }
td.TdClassName
{
border-color: #7B0841;
}
.TagClassName
{
border-color: #7B0841;
}
</style>