Shades of Purple #70007A
Tints of Purple #70007A
RGB
CMYK
RGB Variations
Color information
#70007A (or 0x70007A) is known color: Purple. HEX triplet: 70, 00 and 7A. RGB value is (112,0,122). Sum of RGB (Red+Green+Blue) = 112+0+122=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #70007A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70007A is #8FFF85. Grayscale: #2F2F2F. Windows color (decimal): -9437062 or 7995504. OLE color: 7995504.
HSL color Cylindrical-coordinate representation of color #70007A: hue angle of 295.08º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70007A is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 0 | 122 | - |
| CMYK | 0.08 | 1 | 0 | 0.52 |
| HSL | 295.08º | 1% | 0.24% | - |
| HSV(B) | 295.08º | 1% | 0.48% | - |
| XYZ | 10.19 | 4.85 | 18.81 | - |
| YUV | 47.4 | 170.11 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 122 | 0.08 | 1 | 0 | 0.52 | 295.08 | 1 | 0.24 |
| Hex | 70 | 0 | 7A | 8 | 64 | 0 | 34 | 127 | 64 | 18 |
| Octal | 160 | 0 | 172 | 10 | 144 | 0 | 64 | 447 | 144 | 30 |
| Binary | 1110000 | 0 | 1111010 | 1000 | 1100100 | 0 | 110100 | 100100111 | 1100100 | 11000 |
Color Harmonies of #70007A
Complementary color
Monochromatic Colors of #70007A
Black with #70007A
Text Example
Text Example
White with #70007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70007A; }
p { color: rgb(112,0,122); }
H1.HeaderClassName
{
color: #70007A;
}
.AnyTagClassName
{
color: #70007A;
}
</style>
background-color css
<style>
a { background-color: #70007A; }
a { background-color: rgb(112,0,122); }
div.DivClassName
{
background-color: #70007A;
}
.BgClassName
{
background-color: #70007A;
}
</style>
border-color css
<style>
span { border-color: #70007A; }
span { border-color: rgb(112,0,122); }
td.TdClassName
{
border-color: #70007A;
}
.TagClassName
{
border-color: #70007A;
}
</style>