Shades of Tyrian Purple #700C4F
Tints of Tyrian Purple #700C4F
RGB
CMYK
RGB Variations
Color information
#700C4F (or 0x700C4F) is known color: Tyrian Purple. HEX triplet: 70, 0C and 4F. RGB value is (112,12,79). Sum of RGB (Red+Green+Blue) = 112+12+79=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #700C4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700C4F is #8FF3B0. Grayscale: #313131. Windows color (decimal): -9434033 or 5180528. OLE color: 5180528.
HSL color Cylindrical-coordinate representation of color #700C4F: hue angle of 319.8º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700C4F is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 12 | 79 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.56 |
| HSL | 319.8º | 0.81% | 0.24% | - |
| HSV(B) | 319.8º | 0.89% | 0.44% | - |
| XYZ | 8.22 | 4.27 | 7.79 | - |
| YUV | 49.54 | 144.63 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 79 | 0 | 0.89 | 0.29 | 0.56 | 319.8 | 0.81 | 0.24 |
| Hex | 70 | C | 4F | 0 | 59 | 1D | 38 | 140 | 51 | 18 |
| Octal | 160 | 14 | 117 | 0 | 131 | 35 | 70 | 500 | 121 | 30 |
| Binary | 1110000 | 1100 | 1001111 | 0 | 1011001 | 11101 | 111000 | 101000000 | 1010001 | 11000 |
Color Harmonies of #700C4F
Complementary color
Monochromatic Colors of #700C4F
Black with #700C4F
Text Example
Text Example
White with #700C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700C4F; }
p { color: rgb(112,12,79); }
H1.HeaderClassName
{
color: #700C4F;
}
.AnyTagClassName
{
color: #700C4F;
}
</style>
background-color css
<style>
a { background-color: #700C4F; }
a { background-color: rgb(112,12,79); }
div.DivClassName
{
background-color: #700C4F;
}
.BgClassName
{
background-color: #700C4F;
}
</style>
border-color css
<style>
span { border-color: #700C4F; }
span { border-color: rgb(112,12,79); }
td.TdClassName
{
border-color: #700C4F;
}
.TagClassName
{
border-color: #700C4F;
}
</style>