Shades of Purple #701195
Tints of Purple #701195
RGB
CMYK
RGB Variations
Color information
#701195 (or 0x701195) is known color: Purple. HEX triplet: 70, 11 and 95. RGB value is (112,17,149). Sum of RGB (Red+Green+Blue) = 112+17+149=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #701195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701195 is #8FEE6A. Grayscale: #3C3C3C. Windows color (decimal): -9432683 or 9769328. OLE color: 9769328.
HSL color Cylindrical-coordinate representation of color #701195: hue angle of 283.18º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #701195 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 17 | 149 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.42 |
| HSL | 283.18º | 0.8% | 0.33% | - |
| HSV(B) | 283.18º | 0.89% | 0.58% | - |
| XYZ | 12.31 | 6.02 | 28.95 | - |
| YUV | 60.45 | 177.97 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 149 | 0.25 | 0.89 | 0 | 0.42 | 283.18 | 0.8 | 0.33 |
| Hex | 70 | 11 | 95 | 19 | 59 | 0 | 2A | 11B | 50 | 21 |
| Octal | 160 | 21 | 225 | 31 | 131 | 0 | 52 | 433 | 120 | 41 |
| Binary | 1110000 | 10001 | 10010101 | 11001 | 1011001 | 0 | 101010 | 100011011 | 1010000 | 100001 |
Color Harmonies of #701195
Complementary color
Monochromatic Colors of #701195
Black with #701195
Text Example
Text Example
White with #701195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701195; }
p { color: rgb(112,17,149); }
H1.HeaderClassName
{
color: #701195;
}
.AnyTagClassName
{
color: #701195;
}
</style>
background-color css
<style>
a { background-color: #701195; }
a { background-color: rgb(112,17,149); }
div.DivClassName
{
background-color: #701195;
}
.BgClassName
{
background-color: #701195;
}
</style>
border-color css
<style>
span { border-color: #701195; }
span { border-color: rgb(112,17,149); }
td.TdClassName
{
border-color: #701195;
}
.TagClassName
{
border-color: #701195;
}
</style>