Shades of Tyrian Purple #7B0255
Tints of Tyrian Purple #7B0255
RGB
CMYK
RGB Variations
Color information
#7B0255 (or 0x7B0255) is known color: Tyrian Purple. HEX triplet: 7B, 02 and 55. RGB value is (123,2,85). Sum of RGB (Red+Green+Blue) = 123+2+85=210 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.57% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0255 is #84FDAA. Grayscale: #2F2F2F. Windows color (decimal): -8715691 or 5571195. OLE color: 5571195.
HSL color Cylindrical-coordinate representation of color #7B0255: hue angle of 318.84º degrees, saturation: 0.97, 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 #7B0255 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 2 | 85 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.52 |
| HSL | 318.84º | 0.97% | 0.25% | - |
| HSV(B) | 318.84º | 0.98% | 0.48% | - |
| XYZ | 9.83 | 4.91 | 9.02 | - |
| YUV | 47.64 | 149.09 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 2 | 85 | 0 | 0.98 | 0.31 | 0.52 | 318.84 | 0.97 | 0.25 |
| Hex | 7B | 2 | 55 | 0 | 62 | 1F | 34 | 13F | 61 | 19 |
| Octal | 173 | 2 | 125 | 0 | 142 | 37 | 64 | 477 | 141 | 31 |
| Binary | 1111011 | 10 | 1010101 | 0 | 1100010 | 11111 | 110100 | 100111111 | 1100001 | 11001 |
Color Harmonies of #7B0255
Complementary color
Monochromatic Colors of #7B0255
Black with #7B0255
Text Example
Text Example
White with #7B0255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0255; }
p { color: rgb(123,2,85); }
H1.HeaderClassName
{
color: #7B0255;
}
.AnyTagClassName
{
color: #7B0255;
}
</style>
background-color css
<style>
a { background-color: #7B0255; }
a { background-color: rgb(123,2,85); }
div.DivClassName
{
background-color: #7B0255;
}
.BgClassName
{
background-color: #7B0255;
}
</style>
border-color css
<style>
span { border-color: #7B0255; }
span { border-color: rgb(123,2,85); }
td.TdClassName
{
border-color: #7B0255;
}
.TagClassName
{
border-color: #7B0255;
}
</style>