Shades of Tyrian Purple #700D4B
Tints of Tyrian Purple #700D4B
RGB
CMYK
RGB Variations
Color information
#700D4B (or 0x700D4B) is known color: Tyrian Purple. HEX triplet: 70, 0D and 4B. RGB value is (112,13,75). Sum of RGB (Red+Green+Blue) = 112+13+75=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #700D4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700D4B is #8FF2B4. Grayscale: #313131. Windows color (decimal): -9433781 or 4918640. OLE color: 4918640.
HSL color Cylindrical-coordinate representation of color #700D4B: hue angle of 322.42º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700D4B is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 75 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.56 |
| HSL | 322.42º | 0.79% | 0.25% | - |
| HSV(B) | 322.42º | 0.88% | 0.44% | - |
| XYZ | 8.1 | 4.24 | 7.05 | - |
| YUV | 49.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 75 | 0 | 0.88 | 0.33 | 0.56 | 322.42 | 0.79 | 0.25 |
| Hex | 70 | D | 4B | 0 | 58 | 21 | 38 | 142 | 4F | 19 |
| Octal | 160 | 15 | 113 | 0 | 130 | 41 | 70 | 502 | 117 | 31 |
| Binary | 1110000 | 1101 | 1001011 | 0 | 1011000 | 100001 | 111000 | 101000010 | 1001111 | 11001 |
Color Harmonies of #700D4B
Complementary color
Monochromatic Colors of #700D4B
Black with #700D4B
Text Example
Text Example
White with #700D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D4B; }
p { color: rgb(112,13,75); }
H1.HeaderClassName
{
color: #700D4B;
}
.AnyTagClassName
{
color: #700D4B;
}
</style>
background-color css
<style>
a { background-color: #700D4B; }
a { background-color: rgb(112,13,75); }
div.DivClassName
{
background-color: #700D4B;
}
.BgClassName
{
background-color: #700D4B;
}
</style>
border-color css
<style>
span { border-color: #700D4B; }
span { border-color: rgb(112,13,75); }
td.TdClassName
{
border-color: #700D4B;
}
.TagClassName
{
border-color: #700D4B;
}
</style>