Shades of Tyrian Purple #700C44
Tints of Tyrian Purple #700C44
RGB
CMYK
RGB Variations
Color information
#700C44 (or 0x700C44) is known color: Tyrian Purple. HEX triplet: 70, 0C and 44. RGB value is (112,12,68). Sum of RGB (Red+Green+Blue) = 112+12+68=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #700C44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700C44 is #8FF3BB. Grayscale: #303030. Windows color (decimal): -9434044 or 4459632. OLE color: 4459632.
HSL color Cylindrical-coordinate representation of color #700C44: hue angle of 326.4º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700C44 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 12 | 68 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.56 |
| HSL | 326.4º | 0.81% | 0.24% | - |
| HSV(B) | 326.4º | 0.89% | 0.44% | - |
| XYZ | 7.86 | 4.13 | 5.85 | - |
| YUV | 48.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 68 | 0 | 0.89 | 0.39 | 0.56 | 326.4 | 0.81 | 0.24 |
| Hex | 70 | C | 44 | 0 | 59 | 27 | 38 | 146 | 51 | 18 |
| Octal | 160 | 14 | 104 | 0 | 131 | 47 | 70 | 506 | 121 | 30 |
| Binary | 1110000 | 1100 | 1000100 | 0 | 1011001 | 100111 | 111000 | 101000110 | 1010001 | 11000 |
Color Harmonies of #700C44
Complementary color
Monochromatic Colors of #700C44
Black with #700C44
Text Example
Text Example
White with #700C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700C44; }
p { color: rgb(112,12,68); }
H1.HeaderClassName
{
color: #700C44;
}
.AnyTagClassName
{
color: #700C44;
}
</style>
background-color css
<style>
a { background-color: #700C44; }
a { background-color: rgb(112,12,68); }
div.DivClassName
{
background-color: #700C44;
}
.BgClassName
{
background-color: #700C44;
}
</style>
border-color css
<style>
span { border-color: #700C44; }
span { border-color: rgb(112,12,68); }
td.TdClassName
{
border-color: #700C44;
}
.TagClassName
{
border-color: #700C44;
}
</style>