Shades of Tyrian Purple #7B033F
Tints of Tyrian Purple #7B033F
RGB
CMYK
RGB Variations
Color information
#7B033F (or 0x7B033F) is known color: Tyrian Purple. HEX triplet: 7B, 03 and 3F. RGB value is (123,3,63). Sum of RGB (Red+Green+Blue) = 123+3+63=189 (25% of max value = 765). Red value is 123 (48.44% from 255 or 65.08% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 123 - color contains mainly: red. Hex color #7B033F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B033F is #84FCC0. Grayscale: #2D2D2D. Windows color (decimal): -8715457 or 4129659. OLE color: 4129659.
HSL color Cylindrical-coordinate representation of color #7B033F: hue angle of 330º 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 #7B033F is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 3 | 63 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.52 |
| HSL | 330º | 0.95% | 0.25% | - |
| HSV(B) | 330º | 0.98% | 0.48% | - |
| XYZ | 9.1 | 4.63 | 5.12 | - |
| YUV | 45.72 | 137.76 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 3 | 63 | 0 | 0.98 | 0.49 | 0.52 | 330 | 0.95 | 0.25 |
| Hex | 7B | 3 | 3F | 0 | 62 | 31 | 34 | 14A | 5F | 19 |
| Octal | 173 | 3 | 77 | 0 | 142 | 61 | 64 | 512 | 137 | 31 |
| Binary | 1111011 | 11 | 111111 | 0 | 1100010 | 110001 | 110100 | 101001010 | 1011111 | 11001 |
Color Harmonies of #7B033F
Complementary color
Monochromatic Colors of #7B033F
Black with #7B033F
Text Example
Text Example
White with #7B033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B033F; }
p { color: rgb(123,3,63); }
H1.HeaderClassName
{
color: #7B033F;
}
.AnyTagClassName
{
color: #7B033F;
}
</style>
background-color css
<style>
a { background-color: #7B033F; }
a { background-color: rgb(123,3,63); }
div.DivClassName
{
background-color: #7B033F;
}
.BgClassName
{
background-color: #7B033F;
}
</style>
border-color css
<style>
span { border-color: #7B033F; }
span { border-color: rgb(123,3,63); }
td.TdClassName
{
border-color: #7B033F;
}
.TagClassName
{
border-color: #7B033F;
}
</style>