Shades of Tyrian Purple #700336
Tints of Tyrian Purple #700336
RGB
CMYK
RGB Variations
Color information
#700336 (or 0x700336) is known color: Tyrian Purple. HEX triplet: 70, 03 and 36. RGB value is (112,3,54). Sum of RGB (Red+Green+Blue) = 112+3+54=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #700336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700336 is #8FFCC9. Grayscale: #292929. Windows color (decimal): -9436362 or 3539824. OLE color: 3539824.
HSL color Cylindrical-coordinate representation of color #700336: hue angle of 331.93º 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 #700336 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 54 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.56 |
| HSL | 331.93º | 0.95% | 0.23% | - |
| HSV(B) | 331.93º | 0.97% | 0.44% | - |
| XYZ | 7.38 | 3.78 | 3.83 | - |
| YUV | 41.41 | 135.11 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 54 | 0 | 0.97 | 0.52 | 0.56 | 331.93 | 0.95 | 0.23 |
| Hex | 70 | 3 | 36 | 0 | 61 | 34 | 38 | 14C | 5F | 17 |
| Octal | 160 | 3 | 66 | 0 | 141 | 64 | 70 | 514 | 137 | 27 |
| Binary | 1110000 | 11 | 110110 | 0 | 1100001 | 110100 | 111000 | 101001100 | 1011111 | 10111 |
Color Harmonies of #700336
Complementary color
Monochromatic Colors of #700336
Black with #700336
Text Example
Text Example
White with #700336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700336; }
p { color: rgb(112,3,54); }
H1.HeaderClassName
{
color: #700336;
}
.AnyTagClassName
{
color: #700336;
}
</style>
background-color css
<style>
a { background-color: #700336; }
a { background-color: rgb(112,3,54); }
div.DivClassName
{
background-color: #700336;
}
.BgClassName
{
background-color: #700336;
}
</style>
border-color css
<style>
span { border-color: #700336; }
span { border-color: rgb(112,3,54); }
td.TdClassName
{
border-color: #700336;
}
.TagClassName
{
border-color: #700336;
}
</style>