Shades of Tyrian Purple #700356
Tints of Tyrian Purple #700356
RGB
CMYK
RGB Variations
Color information
#700356 (or 0x700356) is known color: Tyrian Purple. HEX triplet: 70, 03 and 56. RGB value is (112,3,86). Sum of RGB (Red+Green+Blue) = 112+3+86=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #700356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700356 is #8FFCA9. Grayscale: #2C2C2C. Windows color (decimal): -9436330 or 5636976. OLE color: 5636976.
HSL color Cylindrical-coordinate representation of color #700356: hue angle of 314.31º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700356 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 86 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.56 |
| HSL | 314.31º | 0.95% | 0.23% | - |
| HSV(B) | 314.31º | 0.97% | 0.44% | - |
| XYZ | 8.39 | 4.18 | 9.17 | - |
| YUV | 45.05 | 151.11 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 86 | 0 | 0.97 | 0.23 | 0.56 | 314.31 | 0.95 | 0.23 |
| Hex | 70 | 3 | 56 | 0 | 61 | 17 | 38 | 13A | 5F | 17 |
| Octal | 160 | 3 | 126 | 0 | 141 | 27 | 70 | 472 | 137 | 27 |
| Binary | 1110000 | 11 | 1010110 | 0 | 1100001 | 10111 | 111000 | 100111010 | 1011111 | 10111 |
Color Harmonies of #700356
Complementary color
Monochromatic Colors of #700356
Black with #700356
Text Example
Text Example
White with #700356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700356; }
p { color: rgb(112,3,86); }
H1.HeaderClassName
{
color: #700356;
}
.AnyTagClassName
{
color: #700356;
}
</style>
background-color css
<style>
a { background-color: #700356; }
a { background-color: rgb(112,3,86); }
div.DivClassName
{
background-color: #700356;
}
.BgClassName
{
background-color: #700356;
}
</style>
border-color css
<style>
span { border-color: #700356; }
span { border-color: rgb(112,3,86); }
td.TdClassName
{
border-color: #700356;
}
.TagClassName
{
border-color: #700356;
}
</style>