Shades of Purple #70017F
Tints of Purple #70017F
RGB
CMYK
RGB Variations
Color information
#70017F (or 0x70017F) is known color: Purple. HEX triplet: 70, 01 and 7F. RGB value is (112,1,127). Sum of RGB (Red+Green+Blue) = 112+1+127=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #70017F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70017F is #8FFE80. Grayscale: #303030. Windows color (decimal): -9436801 or 8323440. OLE color: 8323440.
HSL color Cylindrical-coordinate representation of color #70017F: hue angle of 292.86º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70017F is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 1 | 127 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.50 |
| HSL | 292.86º | 0.98% | 0.25% | - |
| HSV(B) | 292.86º | 0.99% | 0.5% | - |
| XYZ | 10.52 | 5 | 20.49 | - |
| YUV | 48.55 | 172.27 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 127 | 0.12 | 0.99 | 0 | 0.50 | 292.86 | 0.98 | 0.25 |
| Hex | 70 | 1 | 7F | C | 63 | 0 | 32 | 125 | 62 | 19 |
| Octal | 160 | 1 | 177 | 14 | 143 | 0 | 62 | 445 | 142 | 31 |
| Binary | 1110000 | 1 | 1111111 | 1100 | 1100011 | 0 | 110010 | 100100101 | 1100010 | 11001 |
Color Harmonies of #70017F
Complementary color
Monochromatic Colors of #70017F
Black with #70017F
Text Example
Text Example
White with #70017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70017F; }
p { color: rgb(112,1,127); }
H1.HeaderClassName
{
color: #70017F;
}
.AnyTagClassName
{
color: #70017F;
}
</style>
background-color css
<style>
a { background-color: #70017F; }
a { background-color: rgb(112,1,127); }
div.DivClassName
{
background-color: #70017F;
}
.BgClassName
{
background-color: #70017F;
}
</style>
border-color css
<style>
span { border-color: #70017F; }
span { border-color: rgb(112,1,127); }
td.TdClassName
{
border-color: #70017F;
}
.TagClassName
{
border-color: #70017F;
}
</style>