Shades of Tyrian Purple #700233
Tints of Tyrian Purple #700233
RGB
CMYK
RGB Variations
Color information
#700233 (or 0x700233) is known color: Tyrian Purple. HEX triplet: 70, 02 and 33. RGB value is (112,2,51). Sum of RGB (Red+Green+Blue) = 112+2+51=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #700233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700233 is #8FFDCC. Grayscale: #282828. Windows color (decimal): -9436621 or 3342960. OLE color: 3342960.
HSL color Cylindrical-coordinate representation of color #700233: hue angle of 333.27º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700233 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 51 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.56 |
| HSL | 333.27º | 0.96% | 0.22% | - |
| HSV(B) | 333.27º | 0.98% | 0.44% | - |
| XYZ | 7.3 | 3.73 | 3.47 | - |
| YUV | 40.48 | 133.94 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 51 | 0 | 0.98 | 0.54 | 0.56 | 333.27 | 0.96 | 0.22 |
| Hex | 70 | 2 | 33 | 0 | 62 | 36 | 38 | 14D | 60 | 16 |
| Octal | 160 | 2 | 63 | 0 | 142 | 66 | 70 | 515 | 140 | 26 |
| Binary | 1110000 | 10 | 110011 | 0 | 1100010 | 110110 | 111000 | 101001101 | 1100000 | 10110 |
Color Harmonies of #700233
Complementary color
Monochromatic Colors of #700233
Black with #700233
Text Example
Text Example
White with #700233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700233; }
p { color: rgb(112,2,51); }
H1.HeaderClassName
{
color: #700233;
}
.AnyTagClassName
{
color: #700233;
}
</style>
background-color css
<style>
a { background-color: #700233; }
a { background-color: rgb(112,2,51); }
div.DivClassName
{
background-color: #700233;
}
.BgClassName
{
background-color: #700233;
}
</style>
border-color css
<style>
span { border-color: #700233; }
span { border-color: rgb(112,2,51); }
td.TdClassName
{
border-color: #700233;
}
.TagClassName
{
border-color: #700233;
}
</style>