Shades of Purple #70147C
Tints of Purple #70147C
RGB
CMYK
RGB Variations
Color information
#70147C (or 0x70147C) is known color: Purple. HEX triplet: 70, 14 and 7C. RGB value is (112,20,124). Sum of RGB (Red+Green+Blue) = 112+20+124=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #70147C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70147C is #8FEB83. Grayscale: #3B3B3B. Windows color (decimal): -9431940 or 8131696. OLE color: 8131696.
HSL color Cylindrical-coordinate representation of color #70147C: hue angle of 293.08º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70147C is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 20 | 124 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.51 |
| HSL | 293.08º | 0.72% | 0.28% | - |
| HSV(B) | 293.08º | 0.84% | 0.49% | - |
| XYZ | 10.57 | 5.4 | 19.55 | - |
| YUV | 59.36 | 164.48 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 124 | 0.10 | 0.84 | 0 | 0.51 | 293.08 | 0.72 | 0.28 |
| Hex | 70 | 14 | 7C | A | 54 | 0 | 33 | 125 | 48 | 1C |
| Octal | 160 | 24 | 174 | 12 | 124 | 0 | 63 | 445 | 110 | 34 |
| Binary | 1110000 | 10100 | 1111100 | 1010 | 1010100 | 0 | 110011 | 100100101 | 1001000 | 11100 |
Color Harmonies of #70147C
Complementary color
Monochromatic Colors of #70147C
Black with #70147C
Text Example
Text Example
White with #70147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70147C; }
p { color: rgb(112,20,124); }
H1.HeaderClassName
{
color: #70147C;
}
.AnyTagClassName
{
color: #70147C;
}
</style>
background-color css
<style>
a { background-color: #70147C; }
a { background-color: rgb(112,20,124); }
div.DivClassName
{
background-color: #70147C;
}
.BgClassName
{
background-color: #70147C;
}
</style>
border-color css
<style>
span { border-color: #70147C; }
span { border-color: rgb(112,20,124); }
td.TdClassName
{
border-color: #70147C;
}
.TagClassName
{
border-color: #70147C;
}
</style>