Shades of Tyrian Purple #700132
Tints of Tyrian Purple #700132
RGB
CMYK
RGB Variations
Color information
#700132 (or 0x700132) is known color: Tyrian Purple. HEX triplet: 70, 01 and 32. RGB value is (112,1,50). Sum of RGB (Red+Green+Blue) = 112+1+50=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #700132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700132 is #8FFECD. Grayscale: #272727. Windows color (decimal): -9436878 or 3277168. OLE color: 3277168.
HSL color Cylindrical-coordinate representation of color #700132: hue angle of 333.51º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700132 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 50 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.56 |
| HSL | 333.51º | 0.98% | 0.22% | - |
| HSV(B) | 333.51º | 0.99% | 0.44% | - |
| XYZ | 7.27 | 3.7 | 3.35 | - |
| YUV | 39.78 | 133.77 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 50 | 0 | 0.99 | 0.55 | 0.56 | 333.51 | 0.98 | 0.22 |
| Hex | 70 | 1 | 32 | 0 | 63 | 37 | 38 | 14E | 62 | 16 |
| Octal | 160 | 1 | 62 | 0 | 143 | 67 | 70 | 516 | 142 | 26 |
| Binary | 1110000 | 1 | 110010 | 0 | 1100011 | 110111 | 111000 | 101001110 | 1100010 | 10110 |
Color Harmonies of #700132
Complementary color
Monochromatic Colors of #700132
Black with #700132
Text Example
Text Example
White with #700132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700132; }
p { color: rgb(112,1,50); }
H1.HeaderClassName
{
color: #700132;
}
.AnyTagClassName
{
color: #700132;
}
</style>
background-color css
<style>
a { background-color: #700132; }
a { background-color: rgb(112,1,50); }
div.DivClassName
{
background-color: #700132;
}
.BgClassName
{
background-color: #700132;
}
</style>
border-color css
<style>
span { border-color: #700132; }
span { border-color: rgb(112,1,50); }
td.TdClassName
{
border-color: #700132;
}
.TagClassName
{
border-color: #700132;
}
</style>