Shades of Tyrian Purple #700430
Tints of Tyrian Purple #700430
RGB
CMYK
RGB Variations
Color information
#700430 (or 0x700430) is known color: Tyrian Purple. HEX triplet: 70, 04 and 30. RGB value is (112,4,48). Sum of RGB (Red+Green+Blue) = 112+4+48=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #700430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700430 is #8FFBCF. Grayscale: #292929. Windows color (decimal): -9436112 or 3146864. OLE color: 3146864.
HSL color Cylindrical-coordinate representation of color #700430: hue angle of 335.56º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700430 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 48 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.56 |
| HSL | 335.56º | 0.93% | 0.23% | - |
| HSV(B) | 335.56º | 0.96% | 0.44% | - |
| XYZ | 7.26 | 3.74 | 3.14 | - |
| YUV | 41.31 | 131.78 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 48 | 0 | 0.96 | 0.57 | 0.56 | 335.56 | 0.93 | 0.23 |
| Hex | 70 | 4 | 30 | 0 | 60 | 39 | 38 | 150 | 5D | 17 |
| Octal | 160 | 4 | 60 | 0 | 140 | 71 | 70 | 520 | 135 | 27 |
| Binary | 1110000 | 100 | 110000 | 0 | 1100000 | 111001 | 111000 | 101010000 | 1011101 | 10111 |
Color Harmonies of #700430
Complementary color
Monochromatic Colors of #700430
Black with #700430
Text Example
Text Example
White with #700430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700430; }
p { color: rgb(112,4,48); }
H1.HeaderClassName
{
color: #700430;
}
.AnyTagClassName
{
color: #700430;
}
</style>
background-color css
<style>
a { background-color: #700430; }
a { background-color: rgb(112,4,48); }
div.DivClassName
{
background-color: #700430;
}
.BgClassName
{
background-color: #700430;
}
</style>
border-color css
<style>
span { border-color: #700430; }
span { border-color: rgb(112,4,48); }
td.TdClassName
{
border-color: #700430;
}
.TagClassName
{
border-color: #700430;
}
</style>