Shades of Purple #70006A
Tints of Purple #70006A
RGB
CMYK
RGB Variations
Color information
#70006A (or 0x70006A) is known color: Purple. HEX triplet: 70, 00 and 6A. RGB value is (112,0,106). Sum of RGB (Red+Green+Blue) = 112+0+106=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #70006A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70006A is #8FFF95. Grayscale: #2D2D2D. Windows color (decimal): -9437078 or 6946928. OLE color: 6946928.
HSL color Cylindrical-coordinate representation of color #70006A: hue angle of 303.21º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70006A is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 106 | - |
| CMYK | 0 | 1 | 0.05 | 0.56 |
| HSL | 303.21º | 1% | 0.22% | - |
| HSV(B) | 303.21º | 1% | 0.44% | - |
| XYZ | 9.28 | 4.49 | 14.01 | - |
| YUV | 45.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 106 | 0 | 1 | 0.05 | 0.56 | 303.21 | 1 | 0.22 |
| Hex | 70 | 0 | 6A | 0 | 64 | 5 | 38 | 12F | 64 | 16 |
| Octal | 160 | 0 | 152 | 0 | 144 | 5 | 70 | 457 | 144 | 26 |
| Binary | 1110000 | 0 | 1101010 | 0 | 1100100 | 101 | 111000 | 100101111 | 1100100 | 10110 |
Color Harmonies of #70006A
Complementary color
Monochromatic Colors of #70006A
Black with #70006A
Text Example
Text Example
White with #70006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70006A; }
p { color: rgb(112,0,106); }
H1.HeaderClassName
{
color: #70006A;
}
.AnyTagClassName
{
color: #70006A;
}
</style>
background-color css
<style>
a { background-color: #70006A; }
a { background-color: rgb(112,0,106); }
div.DivClassName
{
background-color: #70006A;
}
.BgClassName
{
background-color: #70006A;
}
</style>
border-color css
<style>
span { border-color: #70006A; }
span { border-color: rgb(112,0,106); }
td.TdClassName
{
border-color: #70006A;
}
.TagClassName
{
border-color: #70006A;
}
</style>