Shades of Purple #70026A
Tints of Purple #70026A
RGB
CMYK
RGB Variations
Color information
#70026A (or 0x70026A) is known color: Purple. HEX triplet: 70, 02 and 6A. RGB value is (112,2,106). Sum of RGB (Red+Green+Blue) = 112+2+106=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #70026A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70026A is #8FFD95. Grayscale: #2E2E2E. Windows color (decimal): -9436566 or 6947440. OLE color: 6947440.
HSL color Cylindrical-coordinate representation of color #70026A: hue angle of 303.27º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70026A is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 106 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.56 |
| HSL | 303.27º | 0.96% | 0.22% | - |
| HSV(B) | 303.27º | 0.98% | 0.44% | - |
| XYZ | 9.31 | 4.53 | 14.02 | - |
| YUV | 46.75 | 161.44 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 106 | 0 | 0.98 | 0.05 | 0.56 | 303.27 | 0.96 | 0.22 |
| Hex | 70 | 2 | 6A | 0 | 62 | 5 | 38 | 12F | 60 | 16 |
| Octal | 160 | 2 | 152 | 0 | 142 | 5 | 70 | 457 | 140 | 26 |
| Binary | 1110000 | 10 | 1101010 | 0 | 1100010 | 101 | 111000 | 100101111 | 1100000 | 10110 |
Color Harmonies of #70026A
Complementary color
Monochromatic Colors of #70026A
Black with #70026A
Text Example
Text Example
White with #70026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70026A; }
p { color: rgb(112,2,106); }
H1.HeaderClassName
{
color: #70026A;
}
.AnyTagClassName
{
color: #70026A;
}
</style>
background-color css
<style>
a { background-color: #70026A; }
a { background-color: rgb(112,2,106); }
div.DivClassName
{
background-color: #70026A;
}
.BgClassName
{
background-color: #70026A;
}
</style>
border-color css
<style>
span { border-color: #70026A; }
span { border-color: rgb(112,2,106); }
td.TdClassName
{
border-color: #70026A;
}
.TagClassName
{
border-color: #70026A;
}
</style>