Shades of Tyrian Purple #700340
Tints of Tyrian Purple #700340
RGB
CMYK
RGB Variations
Color information
#700340 (or 0x700340) is known color: Tyrian Purple. HEX triplet: 70, 03 and 40. RGB value is (112,3,64). Sum of RGB (Red+Green+Blue) = 112+3+64=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #700340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700340 is #8FFCBF. Grayscale: #2A2A2A. Windows color (decimal): -9436352 or 4195184. OLE color: 4195184.
HSL color Cylindrical-coordinate representation of color #700340: hue angle of 326.42º 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 #700340 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 64 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.56 |
| HSL | 326.42º | 0.95% | 0.23% | - |
| HSV(B) | 326.42º | 0.97% | 0.44% | - |
| XYZ | 7.64 | 3.88 | 5.2 | - |
| YUV | 42.55 | 140.11 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 64 | 0 | 0.97 | 0.43 | 0.56 | 326.42 | 0.95 | 0.23 |
| Hex | 70 | 3 | 40 | 0 | 61 | 2B | 38 | 146 | 5F | 17 |
| Octal | 160 | 3 | 100 | 0 | 141 | 53 | 70 | 506 | 137 | 27 |
| Binary | 1110000 | 11 | 1000000 | 0 | 1100001 | 101011 | 111000 | 101000110 | 1011111 | 10111 |
Color Harmonies of #700340
Complementary color
Monochromatic Colors of #700340
Black with #700340
Text Example
Text Example
White with #700340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700340; }
p { color: rgb(112,3,64); }
H1.HeaderClassName
{
color: #700340;
}
.AnyTagClassName
{
color: #700340;
}
</style>
background-color css
<style>
a { background-color: #700340; }
a { background-color: rgb(112,3,64); }
div.DivClassName
{
background-color: #700340;
}
.BgClassName
{
background-color: #700340;
}
</style>
border-color css
<style>
span { border-color: #700340; }
span { border-color: rgb(112,3,64); }
td.TdClassName
{
border-color: #700340;
}
.TagClassName
{
border-color: #700340;
}
</style>