Shades of Purple #70026C
Tints of Purple #70026C
RGB
CMYK
RGB Variations
Color information
#70026C (or 0x70026C) is known color: Purple. HEX triplet: 70, 02 and 6C. RGB value is (112,2,108). Sum of RGB (Red+Green+Blue) = 112+2+108=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #70026C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70026C is #8FFD93. Grayscale: #2E2E2E. Windows color (decimal): -9436564 or 7078512. OLE color: 7078512.
HSL color Cylindrical-coordinate representation of color #70026C: hue angle of 302.18º 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 #70026C is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 108 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.56 |
| HSL | 302.18º | 0.96% | 0.22% | - |
| HSV(B) | 302.18º | 0.98% | 0.44% | - |
| XYZ | 9.41 | 4.57 | 14.57 | - |
| YUV | 46.97 | 162.44 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 108 | 0 | 0.98 | 0.04 | 0.56 | 302.18 | 0.96 | 0.22 |
| Hex | 70 | 2 | 6C | 0 | 62 | 4 | 38 | 12E | 60 | 16 |
| Octal | 160 | 2 | 154 | 0 | 142 | 4 | 70 | 456 | 140 | 26 |
| Binary | 1110000 | 10 | 1101100 | 0 | 1100010 | 100 | 111000 | 100101110 | 1100000 | 10110 |
Color Harmonies of #70026C
Complementary color
Monochromatic Colors of #70026C
Black with #70026C
Text Example
Text Example
White with #70026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70026C; }
p { color: rgb(112,2,108); }
H1.HeaderClassName
{
color: #70026C;
}
.AnyTagClassName
{
color: #70026C;
}
</style>
background-color css
<style>
a { background-color: #70026C; }
a { background-color: rgb(112,2,108); }
div.DivClassName
{
background-color: #70026C;
}
.BgClassName
{
background-color: #70026C;
}
</style>
border-color css
<style>
span { border-color: #70026C; }
span { border-color: rgb(112,2,108); }
td.TdClassName
{
border-color: #70026C;
}
.TagClassName
{
border-color: #70026C;
}
</style>