Shades of Tyrian Purple #700633
Tints of Tyrian Purple #700633
RGB
CMYK
RGB Variations
Color information
#700633 (or 0x700633) is known color: Tyrian Purple. HEX triplet: 70, 06 and 33. RGB value is (112,6,51). Sum of RGB (Red+Green+Blue) = 112+6+51=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #700633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700633 is #8FF9CC. Grayscale: #2A2A2A. Windows color (decimal): -9435597 or 3343984. OLE color: 3343984.
HSL color Cylindrical-coordinate representation of color #700633: hue angle of 334.53º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700633 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 6 | 51 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.56 |
| HSL | 334.53º | 0.9% | 0.23% | - |
| HSV(B) | 334.53º | 0.95% | 0.44% | - |
| XYZ | 7.34 | 3.81 | 3.48 | - |
| YUV | 42.82 | 132.62 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 51 | 0 | 0.95 | 0.54 | 0.56 | 334.53 | 0.9 | 0.23 |
| Hex | 70 | 6 | 33 | 0 | 5F | 36 | 38 | 14F | 5A | 17 |
| Octal | 160 | 6 | 63 | 0 | 137 | 66 | 70 | 517 | 132 | 27 |
| Binary | 1110000 | 110 | 110011 | 0 | 1011111 | 110110 | 111000 | 101001111 | 1011010 | 10111 |
Color Harmonies of #700633
Complementary color
Monochromatic Colors of #700633
Black with #700633
Text Example
Text Example
White with #700633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700633; }
p { color: rgb(112,6,51); }
H1.HeaderClassName
{
color: #700633;
}
.AnyTagClassName
{
color: #700633;
}
</style>
background-color css
<style>
a { background-color: #700633; }
a { background-color: rgb(112,6,51); }
div.DivClassName
{
background-color: #700633;
}
.BgClassName
{
background-color: #700633;
}
</style>
border-color css
<style>
span { border-color: #700633; }
span { border-color: rgb(112,6,51); }
td.TdClassName
{
border-color: #700633;
}
.TagClassName
{
border-color: #700633;
}
</style>