Shades of Tyrian Purple #7B063B
Tints of Tyrian Purple #7B063B
RGB
CMYK
RGB Variations
Color information
#7B063B (or 0x7B063B) is known color: Tyrian Purple. HEX triplet: 7B, 06 and 3B. RGB value is (123,6,59). Sum of RGB (Red+Green+Blue) = 123+6+59=188 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.43% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 123 - color contains mainly: red. Hex color #7B063B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B063B is #84F9C4. Grayscale: #2E2E2E. Windows color (decimal): -8714693 or 3868283. OLE color: 3868283.
HSL color Cylindrical-coordinate representation of color #7B063B: hue angle of 332.82º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B063B is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 6 | 59 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.52 |
| HSL | 332.82º | 0.91% | 0.25% | - |
| HSV(B) | 332.82º | 0.95% | 0.48% | - |
| XYZ | 9.02 | 4.66 | 4.56 | - |
| YUV | 47.03 | 134.76 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 6 | 59 | 0 | 0.95 | 0.52 | 0.52 | 332.82 | 0.91 | 0.25 |
| Hex | 7B | 6 | 3B | 0 | 5F | 34 | 34 | 14D | 5B | 19 |
| Octal | 173 | 6 | 73 | 0 | 137 | 64 | 64 | 515 | 133 | 31 |
| Binary | 1111011 | 110 | 111011 | 0 | 1011111 | 110100 | 110100 | 101001101 | 1011011 | 11001 |
Color Harmonies of #7B063B
Complementary color
Monochromatic Colors of #7B063B
Black with #7B063B
Text Example
Text Example
White with #7B063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B063B; }
p { color: rgb(123,6,59); }
H1.HeaderClassName
{
color: #7B063B;
}
.AnyTagClassName
{
color: #7B063B;
}
</style>
background-color css
<style>
a { background-color: #7B063B; }
a { background-color: rgb(123,6,59); }
div.DivClassName
{
background-color: #7B063B;
}
.BgClassName
{
background-color: #7B063B;
}
</style>
border-color css
<style>
span { border-color: #7B063B; }
span { border-color: rgb(123,6,59); }
td.TdClassName
{
border-color: #7B063B;
}
.TagClassName
{
border-color: #7B063B;
}
</style>