Shades of Purple #70005E
Tints of Purple #70005E
RGB
CMYK
RGB Variations
Color information
#70005E (or 0x70005E) is known color: Purple. HEX triplet: 70, 00 and 5E. RGB value is (112,0,94). Sum of RGB (Red+Green+Blue) = 112+0+94=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #70005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70005E is #8FFFA1. Grayscale: #2B2B2B. Windows color (decimal): -9437090 or 6160496. OLE color: 6160496.
HSL color Cylindrical-coordinate representation of color #70005E: hue angle of 309.64º 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 #70005E is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.16 | 0.56 |
| HSL | 309.64º | 1% | 0.22% | - |
| HSV(B) | 309.64º | 1% | 0.44% | - |
| XYZ | 8.7 | 4.25 | 10.95 | - |
| YUV | 44.2 | 156.11 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 94 | 0 | 1 | 0.16 | 0.56 | 309.64 | 1 | 0.22 |
| Hex | 70 | 0 | 5E | 0 | 64 | 10 | 38 | 136 | 64 | 16 |
| Octal | 160 | 0 | 136 | 0 | 144 | 20 | 70 | 466 | 144 | 26 |
| Binary | 1110000 | 0 | 1011110 | 0 | 1100100 | 10000 | 111000 | 100110110 | 1100100 | 10110 |
Color Harmonies of #70005E
Complementary color
Monochromatic Colors of #70005E
Black with #70005E
Text Example
Text Example
White with #70005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70005E; }
p { color: rgb(112,0,94); }
H1.HeaderClassName
{
color: #70005E;
}
.AnyTagClassName
{
color: #70005E;
}
</style>
background-color css
<style>
a { background-color: #70005E; }
a { background-color: rgb(112,0,94); }
div.DivClassName
{
background-color: #70005E;
}
.BgClassName
{
background-color: #70005E;
}
</style>
border-color css
<style>
span { border-color: #70005E; }
span { border-color: rgb(112,0,94); }
td.TdClassName
{
border-color: #70005E;
}
.TagClassName
{
border-color: #70005E;
}
</style>