Shades of Tyrian Purple #700250
Tints of Tyrian Purple #700250
RGB
CMYK
RGB Variations
Color information
#700250 (or 0x700250) is known color: Tyrian Purple. HEX triplet: 70, 02 and 50. RGB value is (112,2,80). Sum of RGB (Red+Green+Blue) = 112+2+80=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #700250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700250 is #8FFDAF. Grayscale: #2B2B2B. Windows color (decimal): -9436592 or 5243504. OLE color: 5243504.
HSL color Cylindrical-coordinate representation of color #700250: hue angle of 317.45º 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 #700250 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 80 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.56 |
| HSL | 317.45º | 0.96% | 0.22% | - |
| HSV(B) | 317.45º | 0.98% | 0.44% | - |
| XYZ | 8.15 | 4.07 | 7.94 | - |
| YUV | 43.78 | 148.44 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 80 | 0 | 0.98 | 0.29 | 0.56 | 317.45 | 0.96 | 0.22 |
| Hex | 70 | 2 | 50 | 0 | 62 | 1D | 38 | 13D | 60 | 16 |
| Octal | 160 | 2 | 120 | 0 | 142 | 35 | 70 | 475 | 140 | 26 |
| Binary | 1110000 | 10 | 1010000 | 0 | 1100010 | 11101 | 111000 | 100111101 | 1100000 | 10110 |
Color Harmonies of #700250
Complementary color
Monochromatic Colors of #700250
Black with #700250
Text Example
Text Example
White with #700250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700250; }
p { color: rgb(112,2,80); }
H1.HeaderClassName
{
color: #700250;
}
.AnyTagClassName
{
color: #700250;
}
</style>
background-color css
<style>
a { background-color: #700250; }
a { background-color: rgb(112,2,80); }
div.DivClassName
{
background-color: #700250;
}
.BgClassName
{
background-color: #700250;
}
</style>
border-color css
<style>
span { border-color: #700250; }
span { border-color: rgb(112,2,80); }
td.TdClassName
{
border-color: #700250;
}
.TagClassName
{
border-color: #700250;
}
</style>