Shades of Tyrian Purple #700348
Tints of Tyrian Purple #700348
RGB
CMYK
RGB Variations
Color information
#700348 (or 0x700348) is known color: Tyrian Purple. HEX triplet: 70, 03 and 48. RGB value is (112,3,72). Sum of RGB (Red+Green+Blue) = 112+3+72=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #700348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700348 is #8FFCB7. Grayscale: #2B2B2B. Windows color (decimal): -9436344 or 4719472. OLE color: 4719472.
HSL color Cylindrical-coordinate representation of color #700348: hue angle of 322.02º 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 #700348 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 72 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.56 |
| HSL | 322.02º | 0.95% | 0.23% | - |
| HSV(B) | 322.02º | 0.97% | 0.44% | - |
| XYZ | 7.88 | 3.98 | 6.48 | - |
| YUV | 43.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 72 | 0 | 0.97 | 0.36 | 0.56 | 322.02 | 0.95 | 0.23 |
| Hex | 70 | 3 | 48 | 0 | 61 | 24 | 38 | 142 | 5F | 17 |
| Octal | 160 | 3 | 110 | 0 | 141 | 44 | 70 | 502 | 137 | 27 |
| Binary | 1110000 | 11 | 1001000 | 0 | 1100001 | 100100 | 111000 | 101000010 | 1011111 | 10111 |
Color Harmonies of #700348
Complementary color
Monochromatic Colors of #700348
Black with #700348
Text Example
Text Example
White with #700348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700348; }
p { color: rgb(112,3,72); }
H1.HeaderClassName
{
color: #700348;
}
.AnyTagClassName
{
color: #700348;
}
</style>
background-color css
<style>
a { background-color: #700348; }
a { background-color: rgb(112,3,72); }
div.DivClassName
{
background-color: #700348;
}
.BgClassName
{
background-color: #700348;
}
</style>
border-color css
<style>
span { border-color: #700348; }
span { border-color: rgb(112,3,72); }
td.TdClassName
{
border-color: #700348;
}
.TagClassName
{
border-color: #700348;
}
</style>