Shades of Tyrian Purple #700352
Tints of Tyrian Purple #700352
RGB
CMYK
RGB Variations
Color information
#700352 (or 0x700352) is known color: Tyrian Purple. HEX triplet: 70, 03 and 52. RGB value is (112,3,82). Sum of RGB (Red+Green+Blue) = 112+3+82=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #700352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700352 is #8FFCAD. Grayscale: #2C2C2C. Windows color (decimal): -9436334 or 5374832. OLE color: 5374832.
HSL color Cylindrical-coordinate representation of color #700352: hue angle of 316.51º 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 #700352 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 82 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.56 |
| HSL | 316.51º | 0.95% | 0.23% | - |
| HSV(B) | 316.51º | 0.97% | 0.44% | - |
| XYZ | 8.24 | 4.12 | 8.34 | - |
| YUV | 44.6 | 149.11 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 82 | 0 | 0.97 | 0.27 | 0.56 | 316.51 | 0.95 | 0.23 |
| Hex | 70 | 3 | 52 | 0 | 61 | 1B | 38 | 13D | 5F | 17 |
| Octal | 160 | 3 | 122 | 0 | 141 | 33 | 70 | 475 | 137 | 27 |
| Binary | 1110000 | 11 | 1010010 | 0 | 1100001 | 11011 | 111000 | 100111101 | 1011111 | 10111 |
Color Harmonies of #700352
Complementary color
Monochromatic Colors of #700352
Black with #700352
Text Example
Text Example
White with #700352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700352; }
p { color: rgb(112,3,82); }
H1.HeaderClassName
{
color: #700352;
}
.AnyTagClassName
{
color: #700352;
}
</style>
background-color css
<style>
a { background-color: #700352; }
a { background-color: rgb(112,3,82); }
div.DivClassName
{
background-color: #700352;
}
.BgClassName
{
background-color: #700352;
}
</style>
border-color css
<style>
span { border-color: #700352; }
span { border-color: rgb(112,3,82); }
td.TdClassName
{
border-color: #700352;
}
.TagClassName
{
border-color: #700352;
}
</style>