Shades of Purple #70078B
Tints of Purple #70078B
RGB
CMYK
RGB Variations
Color information
#70078B (or 0x70078B) is known color: Purple. HEX triplet: 70, 07 and 8B. RGB value is (112,7,139). Sum of RGB (Red+Green+Blue) = 112+7+139=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #70078B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70078B is #8FF874. Grayscale: #353535. Windows color (decimal): -9435253 or 9111408. OLE color: 9111408.
HSL color Cylindrical-coordinate representation of color #70078B: hue angle of 287.73º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70078B is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 7 | 139 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.45 |
| HSL | 287.73º | 0.9% | 0.29% | - |
| HSV(B) | 287.73º | 0.95% | 0.55% | - |
| XYZ | 11.42 | 5.46 | 24.88 | - |
| YUV | 53.44 | 176.29 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 139 | 0.19 | 0.95 | 0 | 0.45 | 287.73 | 0.9 | 0.29 |
| Hex | 70 | 7 | 8B | 13 | 5F | 0 | 2D | 120 | 5A | 1D |
| Octal | 160 | 7 | 213 | 23 | 137 | 0 | 55 | 440 | 132 | 35 |
| Binary | 1110000 | 111 | 10001011 | 10011 | 1011111 | 0 | 101101 | 100100000 | 1011010 | 11101 |
Color Harmonies of #70078B
Complementary color
Monochromatic Colors of #70078B
Black with #70078B
Text Example
Text Example
White with #70078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70078B; }
p { color: rgb(112,7,139); }
H1.HeaderClassName
{
color: #70078B;
}
.AnyTagClassName
{
color: #70078B;
}
</style>
background-color css
<style>
a { background-color: #70078B; }
a { background-color: rgb(112,7,139); }
div.DivClassName
{
background-color: #70078B;
}
.BgClassName
{
background-color: #70078B;
}
</style>
border-color css
<style>
span { border-color: #70078B; }
span { border-color: rgb(112,7,139); }
td.TdClassName
{
border-color: #70078B;
}
.TagClassName
{
border-color: #70078B;
}
</style>