Shades of Tyrian Purple #700838
Tints of Tyrian Purple #700838
RGB
CMYK
RGB Variations
Color information
#700838 (or 0x700838) is known color: Tyrian Purple. HEX triplet: 70, 08 and 38. RGB value is (112,8,56). Sum of RGB (Red+Green+Blue) = 112+8+56=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #700838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700838 is #8FF7C7. Grayscale: #2C2C2C. Windows color (decimal): -9435080 or 3672176. OLE color: 3672176.
HSL color Cylindrical-coordinate representation of color #700838: hue angle of 332.31º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700838 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 8 | 56 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.56 |
| HSL | 332.31º | 0.87% | 0.24% | - |
| HSV(B) | 332.31º | 0.93% | 0.44% | - |
| XYZ | 7.48 | 3.9 | 4.1 | - |
| YUV | 44.57 | 134.46 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 56 | 0 | 0.93 | 0.50 | 0.56 | 332.31 | 0.87 | 0.24 |
| Hex | 70 | 8 | 38 | 0 | 5D | 32 | 38 | 14C | 57 | 18 |
| Octal | 160 | 10 | 70 | 0 | 135 | 62 | 70 | 514 | 127 | 30 |
| Binary | 1110000 | 1000 | 111000 | 0 | 1011101 | 110010 | 111000 | 101001100 | 1010111 | 11000 |
Color Harmonies of #700838
Complementary color
Monochromatic Colors of #700838
Black with #700838
Text Example
Text Example
White with #700838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700838; }
p { color: rgb(112,8,56); }
H1.HeaderClassName
{
color: #700838;
}
.AnyTagClassName
{
color: #700838;
}
</style>
background-color css
<style>
a { background-color: #700838; }
a { background-color: rgb(112,8,56); }
div.DivClassName
{
background-color: #700838;
}
.BgClassName
{
background-color: #700838;
}
</style>
border-color css
<style>
span { border-color: #700838; }
span { border-color: rgb(112,8,56); }
td.TdClassName
{
border-color: #700838;
}
.TagClassName
{
border-color: #700838;
}
</style>