Shades of Purple #701198
Tints of Purple #701198
RGB
CMYK
RGB Variations
Color information
#701198 (or 0x701198) is known color: Purple. HEX triplet: 70, 11 and 98. RGB value is (112,17,152). Sum of RGB (Red+Green+Blue) = 112+17+152=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #701198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701198 is #8FEE67. Grayscale: #3C3C3C. Windows color (decimal): -9432680 or 9965936. OLE color: 9965936.
HSL color Cylindrical-coordinate representation of color #701198: hue angle of 282.22º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #701198 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 17 | 152 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.40 |
| HSL | 282.22º | 0.8% | 0.33% | - |
| HSV(B) | 282.22º | 0.89% | 0.6% | - |
| XYZ | 12.55 | 6.11 | 30.22 | - |
| YUV | 60.8 | 179.47 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 152 | 0.26 | 0.89 | 0 | 0.40 | 282.22 | 0.8 | 0.33 |
| Hex | 70 | 11 | 98 | 1A | 59 | 0 | 28 | 11A | 50 | 21 |
| Octal | 160 | 21 | 230 | 32 | 131 | 0 | 50 | 432 | 120 | 41 |
| Binary | 1110000 | 10001 | 10011000 | 11010 | 1011001 | 0 | 101000 | 100011010 | 1010000 | 100001 |
Color Harmonies of #701198
Complementary color
Monochromatic Colors of #701198
Black with #701198
Text Example
Text Example
White with #701198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701198; }
p { color: rgb(112,17,152); }
H1.HeaderClassName
{
color: #701198;
}
.AnyTagClassName
{
color: #701198;
}
</style>
background-color css
<style>
a { background-color: #701198; }
a { background-color: rgb(112,17,152); }
div.DivClassName
{
background-color: #701198;
}
.BgClassName
{
background-color: #701198;
}
</style>
border-color css
<style>
span { border-color: #701198; }
span { border-color: rgb(112,17,152); }
td.TdClassName
{
border-color: #701198;
}
.TagClassName
{
border-color: #701198;
}
</style>