Shades of Purple #70158B
Tints of Purple #70158B
RGB
CMYK
RGB Variations
Color information
#70158B (or 0x70158B) is known color: Purple. HEX triplet: 70, 15 and 8B. RGB value is (112,21,139). Sum of RGB (Red+Green+Blue) = 112+21+139=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #70158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70158B is #8FEA74. Grayscale: #3D3D3D. Windows color (decimal): -9431669 or 9114992. OLE color: 9114992.
HSL color Cylindrical-coordinate representation of color #70158B: hue angle of 286.27º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70158B is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 21 | 139 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.45 |
| HSL | 286.27º | 0.74% | 0.31% | - |
| HSV(B) | 286.27º | 0.85% | 0.55% | - |
| XYZ | 11.61 | 5.85 | 24.94 | - |
| YUV | 61.66 | 171.65 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 139 | 0.19 | 0.85 | 0 | 0.45 | 286.27 | 0.74 | 0.31 |
| Hex | 70 | 15 | 8B | 13 | 55 | 0 | 2D | 11E | 4A | 1F |
| Octal | 160 | 25 | 213 | 23 | 125 | 0 | 55 | 436 | 112 | 37 |
| Binary | 1110000 | 10101 | 10001011 | 10011 | 1010101 | 0 | 101101 | 100011110 | 1001010 | 11111 |
Color Harmonies of #70158B
Complementary color
Monochromatic Colors of #70158B
Black with #70158B
Text Example
Text Example
White with #70158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70158B; }
p { color: rgb(112,21,139); }
H1.HeaderClassName
{
color: #70158B;
}
.AnyTagClassName
{
color: #70158B;
}
</style>
background-color css
<style>
a { background-color: #70158B; }
a { background-color: rgb(112,21,139); }
div.DivClassName
{
background-color: #70158B;
}
.BgClassName
{
background-color: #70158B;
}
</style>
border-color css
<style>
span { border-color: #70158B; }
span { border-color: rgb(112,21,139); }
td.TdClassName
{
border-color: #70158B;
}
.TagClassName
{
border-color: #70158B;
}
</style>