Shades of Tyrian Purple #700238
Tints of Tyrian Purple #700238
RGB
CMYK
RGB Variations
Color information
#700238 (or 0x700238) is known color: Tyrian Purple. HEX triplet: 70, 02 and 38. RGB value is (112,2,56). Sum of RGB (Red+Green+Blue) = 112+2+56=170 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.88% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 112 - color contains mainly: red. Hex color #700238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700238 is #8FFDC7. Grayscale: #282828. Windows color (decimal): -9436616 or 3670640. OLE color: 3670640.
HSL color Cylindrical-coordinate representation of color #700238: hue angle of 330.55º 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 #700238 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 56 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.56 |
| HSL | 330.55º | 0.96% | 0.22% | - |
| HSV(B) | 330.55º | 0.98% | 0.44% | - |
| XYZ | 7.42 | 3.77 | 4.08 | - |
| YUV | 41.05 | 136.44 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 56 | 0 | 0.98 | 0.50 | 0.56 | 330.55 | 0.96 | 0.22 |
| Hex | 70 | 2 | 38 | 0 | 62 | 32 | 38 | 14B | 60 | 16 |
| Octal | 160 | 2 | 70 | 0 | 142 | 62 | 70 | 513 | 140 | 26 |
| Binary | 1110000 | 10 | 111000 | 0 | 1100010 | 110010 | 111000 | 101001011 | 1100000 | 10110 |
Color Harmonies of #700238
Complementary color
Monochromatic Colors of #700238
Black with #700238
Text Example
Text Example
White with #700238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700238; }
p { color: rgb(112,2,56); }
H1.HeaderClassName
{
color: #700238;
}
.AnyTagClassName
{
color: #700238;
}
</style>
background-color css
<style>
a { background-color: #700238; }
a { background-color: rgb(112,2,56); }
div.DivClassName
{
background-color: #700238;
}
.BgClassName
{
background-color: #700238;
}
</style>
border-color css
<style>
span { border-color: #700238; }
span { border-color: rgb(112,2,56); }
td.TdClassName
{
border-color: #700238;
}
.TagClassName
{
border-color: #700238;
}
</style>