Shades of Purple #70127A
Tints of Purple #70127A
RGB
CMYK
RGB Variations
Color information
#70127A (or 0x70127A) is known color: Purple. HEX triplet: 70, 12 and 7A. RGB value is (112,18,122). Sum of RGB (Red+Green+Blue) = 112+18+122=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #70127A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70127A is #8FED85. Grayscale: #393939. Windows color (decimal): -9432454 or 8000112. OLE color: 8000112.
HSL color Cylindrical-coordinate representation of color #70127A: hue angle of 294.23º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70127A is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 18 | 122 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.52 |
| HSL | 294.23º | 0.74% | 0.27% | - |
| HSV(B) | 294.23º | 0.85% | 0.48% | - |
| XYZ | 10.41 | 5.28 | 18.88 | - |
| YUV | 57.96 | 164.14 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 122 | 0.08 | 0.85 | 0 | 0.52 | 294.23 | 0.74 | 0.27 |
| Hex | 70 | 12 | 7A | 8 | 55 | 0 | 34 | 126 | 4A | 1B |
| Octal | 160 | 22 | 172 | 10 | 125 | 0 | 64 | 446 | 112 | 33 |
| Binary | 1110000 | 10010 | 1111010 | 1000 | 1010101 | 0 | 110100 | 100100110 | 1001010 | 11011 |
Color Harmonies of #70127A
Complementary color
Monochromatic Colors of #70127A
Black with #70127A
Text Example
Text Example
White with #70127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70127A; }
p { color: rgb(112,18,122); }
H1.HeaderClassName
{
color: #70127A;
}
.AnyTagClassName
{
color: #70127A;
}
</style>
background-color css
<style>
a { background-color: #70127A; }
a { background-color: rgb(112,18,122); }
div.DivClassName
{
background-color: #70127A;
}
.BgClassName
{
background-color: #70127A;
}
</style>
border-color css
<style>
span { border-color: #70127A; }
span { border-color: rgb(112,18,122); }
td.TdClassName
{
border-color: #70127A;
}
.TagClassName
{
border-color: #70127A;
}
</style>