Shades of Purple #70016C
Tints of Purple #70016C
RGB
CMYK
RGB Variations
Color information
#70016C (or 0x70016C) is known color: Purple. HEX triplet: 70, 01 and 6C. RGB value is (112,1,108). Sum of RGB (Red+Green+Blue) = 112+1+108=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #70016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70016C is #8FFE93. Grayscale: #2E2E2E. Windows color (decimal): -9436820 or 7078256. OLE color: 7078256.
HSL color Cylindrical-coordinate representation of color #70016C: hue angle of 302.16º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70016C is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.56 |
| HSL | 302.16º | 0.98% | 0.22% | - |
| HSV(B) | 302.16º | 0.99% | 0.44% | - |
| XYZ | 9.4 | 4.55 | 14.57 | - |
| YUV | 46.39 | 162.77 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 108 | 0 | 0.99 | 0.04 | 0.56 | 302.16 | 0.98 | 0.22 |
| Hex | 70 | 1 | 6C | 0 | 63 | 4 | 38 | 12E | 62 | 16 |
| Octal | 160 | 1 | 154 | 0 | 143 | 4 | 70 | 456 | 142 | 26 |
| Binary | 1110000 | 1 | 1101100 | 0 | 1100011 | 100 | 111000 | 100101110 | 1100010 | 10110 |
Color Harmonies of #70016C
Complementary color
Monochromatic Colors of #70016C
Black with #70016C
Text Example
Text Example
White with #70016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70016C; }
p { color: rgb(112,1,108); }
H1.HeaderClassName
{
color: #70016C;
}
.AnyTagClassName
{
color: #70016C;
}
</style>
background-color css
<style>
a { background-color: #70016C; }
a { background-color: rgb(112,1,108); }
div.DivClassName
{
background-color: #70016C;
}
.BgClassName
{
background-color: #70016C;
}
</style>
border-color css
<style>
span { border-color: #70016C; }
span { border-color: rgb(112,1,108); }
td.TdClassName
{
border-color: #70016C;
}
.TagClassName
{
border-color: #70016C;
}
</style>