Shades of Tyrian Purple #700C36
Tints of Tyrian Purple #700C36
RGB
CMYK
RGB Variations
Color information
#700C36 (or 0x700C36) is known color: Tyrian Purple. HEX triplet: 70, 0C and 36. RGB value is (112,12,54). Sum of RGB (Red+Green+Blue) = 112+12+54=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #700C36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700C36 is #8FF3C9. Grayscale: #2E2E2E. Windows color (decimal): -9434058 or 3542128. OLE color: 3542128.
HSL color Cylindrical-coordinate representation of color #700C36: hue angle of 334.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 #700C36 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 12 | 54 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.56 |
| HSL | 334.8º | 0.81% | 0.24% | - |
| HSV(B) | 334.8º | 0.89% | 0.44% | - |
| XYZ | 7.48 | 3.97 | 3.86 | - |
| YUV | 46.69 | 132.13 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 54 | 0 | 0.89 | 0.52 | 0.56 | 334.8 | 0.81 | 0.24 |
| Hex | 70 | C | 36 | 0 | 59 | 34 | 38 | 14F | 51 | 18 |
| Octal | 160 | 14 | 66 | 0 | 131 | 64 | 70 | 517 | 121 | 30 |
| Binary | 1110000 | 1100 | 110110 | 0 | 1011001 | 110100 | 111000 | 101001111 | 1010001 | 11000 |
Color Harmonies of #700C36
Complementary color
Monochromatic Colors of #700C36
Black with #700C36
Text Example
Text Example
White with #700C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700C36; }
p { color: rgb(112,12,54); }
H1.HeaderClassName
{
color: #700C36;
}
.AnyTagClassName
{
color: #700C36;
}
</style>
background-color css
<style>
a { background-color: #700C36; }
a { background-color: rgb(112,12,54); }
div.DivClassName
{
background-color: #700C36;
}
.BgClassName
{
background-color: #700C36;
}
</style>
border-color css
<style>
span { border-color: #700C36; }
span { border-color: rgb(112,12,54); }
td.TdClassName
{
border-color: #700C36;
}
.TagClassName
{
border-color: #700C36;
}
</style>