Shades of Tyrian Purple #7B054B
Tints of Tyrian Purple #7B054B
RGB
CMYK
RGB Variations
Color information
#7B054B (or 0x7B054B) is known color: Tyrian Purple. HEX triplet: 7B, 05 and 4B. RGB value is (123,5,75). Sum of RGB (Red+Green+Blue) = 123+5+75=203 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.59% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 123 - color contains mainly: red. Hex color #7B054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B054B is #84FAB4. Grayscale: #303030. Windows color (decimal): -8714933 or 4916603. OLE color: 4916603.
HSL color Cylindrical-coordinate representation of color #7B054B: hue angle of 324.41º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B054B is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 5 | 75 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.52 |
| HSL | 324.41º | 0.92% | 0.25% | - |
| HSV(B) | 324.41º | 0.96% | 0.48% | - |
| XYZ | 9.49 | 4.83 | 7.09 | - |
| YUV | 48.26 | 143.09 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 75 | 0 | 0.96 | 0.39 | 0.52 | 324.41 | 0.92 | 0.25 |
| Hex | 7B | 5 | 4B | 0 | 60 | 27 | 34 | 144 | 5C | 19 |
| Octal | 173 | 5 | 113 | 0 | 140 | 47 | 64 | 504 | 134 | 31 |
| Binary | 1111011 | 101 | 1001011 | 0 | 1100000 | 100111 | 110100 | 101000100 | 1011100 | 11001 |
Color Harmonies of #7B054B
Complementary color
Monochromatic Colors of #7B054B
Black with #7B054B
Text Example
Text Example
White with #7B054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B054B; }
p { color: rgb(123,5,75); }
H1.HeaderClassName
{
color: #7B054B;
}
.AnyTagClassName
{
color: #7B054B;
}
</style>
background-color css
<style>
a { background-color: #7B054B; }
a { background-color: rgb(123,5,75); }
div.DivClassName
{
background-color: #7B054B;
}
.BgClassName
{
background-color: #7B054B;
}
</style>
border-color css
<style>
span { border-color: #7B054B; }
span { border-color: rgb(123,5,75); }
td.TdClassName
{
border-color: #7B054B;
}
.TagClassName
{
border-color: #7B054B;
}
</style>