Shades of Tyrian Purple #700330
Tints of Tyrian Purple #700330
RGB
CMYK
RGB Variations
Color information
#700330 (or 0x700330) is known color: Tyrian Purple. HEX triplet: 70, 03 and 30. RGB value is (112,3,48). Sum of RGB (Red+Green+Blue) = 112+3+48=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #700330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700330 is #8FFCCF. Grayscale: #282828. Windows color (decimal): -9436368 or 3146608. OLE color: 3146608.
HSL color Cylindrical-coordinate representation of color #700330: hue angle of 335.23º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700330 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 48 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.56 |
| HSL | 335.23º | 0.95% | 0.23% | - |
| HSV(B) | 335.23º | 0.97% | 0.44% | - |
| XYZ | 7.25 | 3.72 | 3.13 | - |
| YUV | 40.72 | 132.11 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 48 | 0 | 0.97 | 0.57 | 0.56 | 335.23 | 0.95 | 0.23 |
| Hex | 70 | 3 | 30 | 0 | 61 | 39 | 38 | 14F | 5F | 17 |
| Octal | 160 | 3 | 60 | 0 | 141 | 71 | 70 | 517 | 137 | 27 |
| Binary | 1110000 | 11 | 110000 | 0 | 1100001 | 111001 | 111000 | 101001111 | 1011111 | 10111 |
Color Harmonies of #700330
Complementary color
Monochromatic Colors of #700330
Black with #700330
Text Example
Text Example
White with #700330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700330; }
p { color: rgb(112,3,48); }
H1.HeaderClassName
{
color: #700330;
}
.AnyTagClassName
{
color: #700330;
}
</style>
background-color css
<style>
a { background-color: #700330; }
a { background-color: rgb(112,3,48); }
div.DivClassName
{
background-color: #700330;
}
.BgClassName
{
background-color: #700330;
}
</style>
border-color css
<style>
span { border-color: #700330; }
span { border-color: rgb(112,3,48); }
td.TdClassName
{
border-color: #700330;
}
.TagClassName
{
border-color: #700330;
}
</style>