Shades of Tyrian Purple #700D41
Tints of Tyrian Purple #700D41
RGB
CMYK
RGB Variations
Color information
#700D41 (or 0x700D41) is known color: Tyrian Purple. HEX triplet: 70, 0D and 41. RGB value is (112,13,65). Sum of RGB (Red+Green+Blue) = 112+13+65=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #700D41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700D41 is #8FF2BE. Grayscale: #303030. Windows color (decimal): -9433791 or 4263280. OLE color: 4263280.
HSL color Cylindrical-coordinate representation of color #700D41: hue angle of 328.48º 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 #700D41 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 65 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.56 |
| HSL | 328.48º | 0.79% | 0.25% | - |
| HSV(B) | 328.48º | 0.88% | 0.44% | - |
| XYZ | 7.78 | 4.11 | 5.39 | - |
| YUV | 48.53 | 137.3 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 65 | 0 | 0.88 | 0.42 | 0.56 | 328.48 | 0.79 | 0.25 |
| Hex | 70 | D | 41 | 0 | 58 | 2A | 38 | 148 | 4F | 19 |
| Octal | 160 | 15 | 101 | 0 | 130 | 52 | 70 | 510 | 117 | 31 |
| Binary | 1110000 | 1101 | 1000001 | 0 | 1011000 | 101010 | 111000 | 101001000 | 1001111 | 11001 |
Color Harmonies of #700D41
Complementary color
Monochromatic Colors of #700D41
Black with #700D41
Text Example
Text Example
White with #700D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D41; }
p { color: rgb(112,13,65); }
H1.HeaderClassName
{
color: #700D41;
}
.AnyTagClassName
{
color: #700D41;
}
</style>
background-color css
<style>
a { background-color: #700D41; }
a { background-color: rgb(112,13,65); }
div.DivClassName
{
background-color: #700D41;
}
.BgClassName
{
background-color: #700D41;
}
</style>
border-color css
<style>
span { border-color: #700D41; }
span { border-color: rgb(112,13,65); }
td.TdClassName
{
border-color: #700D41;
}
.TagClassName
{
border-color: #700D41;
}
</style>