Shades of Tyrian Purple #700237
Tints of Tyrian Purple #700237
RGB
CMYK
RGB Variations
Color information
#700237 (or 0x700237) is known color: Tyrian Purple. HEX triplet: 70, 02 and 37. RGB value is (112,2,55). Sum of RGB (Red+Green+Blue) = 112+2+55=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #700237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700237 is #8FFDC8. Grayscale: #282828. Windows color (decimal): -9436617 or 3605104. OLE color: 3605104.
HSL color Cylindrical-coordinate representation of color #700237: hue angle of 331.09º 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 #700237 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 55 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.56 |
| HSL | 331.09º | 0.96% | 0.22% | - |
| HSV(B) | 331.09º | 0.98% | 0.44% | - |
| XYZ | 7.39 | 3.76 | 3.95 | - |
| YUV | 40.93 | 135.94 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 55 | 0 | 0.98 | 0.51 | 0.56 | 331.09 | 0.96 | 0.22 |
| Hex | 70 | 2 | 37 | 0 | 62 | 33 | 38 | 14B | 60 | 16 |
| Octal | 160 | 2 | 67 | 0 | 142 | 63 | 70 | 513 | 140 | 26 |
| Binary | 1110000 | 10 | 110111 | 0 | 1100010 | 110011 | 111000 | 101001011 | 1100000 | 10110 |
Color Harmonies of #700237
Complementary color
Monochromatic Colors of #700237
Black with #700237
Text Example
Text Example
White with #700237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700237; }
p { color: rgb(112,2,55); }
H1.HeaderClassName
{
color: #700237;
}
.AnyTagClassName
{
color: #700237;
}
</style>
background-color css
<style>
a { background-color: #700237; }
a { background-color: rgb(112,2,55); }
div.DivClassName
{
background-color: #700237;
}
.BgClassName
{
background-color: #700237;
}
</style>
border-color css
<style>
span { border-color: #700237; }
span { border-color: rgb(112,2,55); }
td.TdClassName
{
border-color: #700237;
}
.TagClassName
{
border-color: #700237;
}
</style>