Shades of Tyrian Purple #7C063F
Tints of Tyrian Purple #7C063F
RGB
CMYK
RGB Variations
Color information
#7C063F (or 0x7C063F) is known color: Tyrian Purple. HEX triplet: 7C, 06 and 3F. RGB value is (124,6,63). Sum of RGB (Red+Green+Blue) = 124+6+63=193 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.25% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 124 - color contains mainly: red. Hex color #7C063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C063F is #83F9C0. Grayscale: #2F2F2F. Windows color (decimal): -8649153 or 4130428. OLE color: 4130428.
HSL color Cylindrical-coordinate representation of color #7C063F: hue angle of 331.02º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C063F is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 6 | 63 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.51 |
| HSL | 331.02º | 0.91% | 0.25% | - |
| HSV(B) | 331.02º | 0.95% | 0.49% | - |
| XYZ | 9.27 | 4.77 | 5.14 | - |
| YUV | 47.78 | 136.59 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 6 | 63 | 0 | 0.95 | 0.49 | 0.51 | 331.02 | 0.91 | 0.25 |
| Hex | 7C | 6 | 3F | 0 | 5F | 31 | 33 | 14B | 5B | 19 |
| Octal | 174 | 6 | 77 | 0 | 137 | 61 | 63 | 513 | 133 | 31 |
| Binary | 1111100 | 110 | 111111 | 0 | 1011111 | 110001 | 110011 | 101001011 | 1011011 | 11001 |
Color Harmonies of #7C063F
Complementary color
Monochromatic Colors of #7C063F
Black with #7C063F
Text Example
Text Example
White with #7C063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C063F; }
p { color: rgb(124,6,63); }
H1.HeaderClassName
{
color: #7C063F;
}
.AnyTagClassName
{
color: #7C063F;
}
</style>
background-color css
<style>
a { background-color: #7C063F; }
a { background-color: rgb(124,6,63); }
div.DivClassName
{
background-color: #7C063F;
}
.BgClassName
{
background-color: #7C063F;
}
</style>
border-color css
<style>
span { border-color: #7C063F; }
span { border-color: rgb(124,6,63); }
td.TdClassName
{
border-color: #7C063F;
}
.TagClassName
{
border-color: #7C063F;
}
</style>