Shades of Purple #701295
Tints of Purple #701295
RGB
CMYK
RGB Variations
Color information
#701295 (or 0x701295) is known color: Purple. HEX triplet: 70, 12 and 95. RGB value is (112,18,149). Sum of RGB (Red+Green+Blue) = 112+18+149=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #701295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701295 is #8FED6A. Grayscale: #3C3C3C. Windows color (decimal): -9432427 or 9769584. OLE color: 9769584.
HSL color Cylindrical-coordinate representation of color #701295: hue angle of 283.05º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701295 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 18 | 149 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.42 |
| HSL | 283.05º | 0.78% | 0.33% | - |
| HSV(B) | 283.05º | 0.88% | 0.58% | - |
| XYZ | 12.32 | 6.05 | 28.95 | - |
| YUV | 61.04 | 177.64 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 149 | 0.25 | 0.88 | 0 | 0.42 | 283.05 | 0.78 | 0.33 |
| Hex | 70 | 12 | 95 | 19 | 58 | 0 | 2A | 11B | 4E | 21 |
| Octal | 160 | 22 | 225 | 31 | 130 | 0 | 52 | 433 | 116 | 41 |
| Binary | 1110000 | 10010 | 10010101 | 11001 | 1011000 | 0 | 101010 | 100011011 | 1001110 | 100001 |
Color Harmonies of #701295
Complementary color
Monochromatic Colors of #701295
Black with #701295
Text Example
Text Example
White with #701295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701295; }
p { color: rgb(112,18,149); }
H1.HeaderClassName
{
color: #701295;
}
.AnyTagClassName
{
color: #701295;
}
</style>
background-color css
<style>
a { background-color: #701295; }
a { background-color: rgb(112,18,149); }
div.DivClassName
{
background-color: #701295;
}
.BgClassName
{
background-color: #701295;
}
</style>
border-color css
<style>
span { border-color: #701295; }
span { border-color: rgb(112,18,149); }
td.TdClassName
{
border-color: #701295;
}
.TagClassName
{
border-color: #701295;
}
</style>