Shades of Tyrian Purple #70064C
Tints of Tyrian Purple #70064C
RGB
CMYK
RGB Variations
Color information
#70064C (or 0x70064C) is known color: Tyrian Purple. HEX triplet: 70, 06 and 4C. RGB value is (112,6,76). Sum of RGB (Red+Green+Blue) = 112+6+76=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #70064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70064C is #8FF9B3. Grayscale: #2D2D2D. Windows color (decimal): -9435572 or 4982384. OLE color: 4982384.
HSL color Cylindrical-coordinate representation of color #70064C: hue angle of 320.38º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70064C is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 6 | 76 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.56 |
| HSL | 320.38º | 0.9% | 0.23% | - |
| HSV(B) | 320.38º | 0.95% | 0.44% | - |
| XYZ | 8.05 | 4.1 | 7.2 | - |
| YUV | 45.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 76 | 0 | 0.95 | 0.32 | 0.56 | 320.38 | 0.9 | 0.23 |
| Hex | 70 | 6 | 4C | 0 | 5F | 20 | 38 | 140 | 5A | 17 |
| Octal | 160 | 6 | 114 | 0 | 137 | 40 | 70 | 500 | 132 | 27 |
| Binary | 1110000 | 110 | 1001100 | 0 | 1011111 | 100000 | 111000 | 101000000 | 1011010 | 10111 |
Color Harmonies of #70064C
Complementary color
Monochromatic Colors of #70064C
Black with #70064C
Text Example
Text Example
White with #70064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70064C; }
p { color: rgb(112,6,76); }
H1.HeaderClassName
{
color: #70064C;
}
.AnyTagClassName
{
color: #70064C;
}
</style>
background-color css
<style>
a { background-color: #70064C; }
a { background-color: rgb(112,6,76); }
div.DivClassName
{
background-color: #70064C;
}
.BgClassName
{
background-color: #70064C;
}
</style>
border-color css
<style>
span { border-color: #70064C; }
span { border-color: rgb(112,6,76); }
td.TdClassName
{
border-color: #70064C;
}
.TagClassName
{
border-color: #70064C;
}
</style>