Shades of Purple #701093
Tints of Purple #701093
RGB
CMYK
RGB Variations
Color information
#701093 (or 0x701093) is known color: Purple. HEX triplet: 70, 10 and 93. RGB value is (112,16,147). Sum of RGB (Red+Green+Blue) = 112+16+147=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #701093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701093 is #8FEF6C. Grayscale: #3B3B3B. Windows color (decimal): -9432941 or 9638000. OLE color: 9638000.
HSL color Cylindrical-coordinate representation of color #701093: hue angle of 283.97º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #701093 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 16 | 147 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.42 |
| HSL | 283.97º | 0.8% | 0.32% | - |
| HSV(B) | 283.97º | 0.89% | 0.58% | - |
| XYZ | 12.13 | 5.92 | 28.11 | - |
| YUV | 59.64 | 177.3 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 147 | 0.24 | 0.89 | 0 | 0.42 | 283.97 | 0.8 | 0.32 |
| Hex | 70 | 10 | 93 | 18 | 59 | 0 | 2A | 11C | 50 | 20 |
| Octal | 160 | 20 | 223 | 30 | 131 | 0 | 52 | 434 | 120 | 40 |
| Binary | 1110000 | 10000 | 10010011 | 11000 | 1011001 | 0 | 101010 | 100011100 | 1010000 | 100000 |
Color Harmonies of #701093
Complementary color
Monochromatic Colors of #701093
Black with #701093
Text Example
Text Example
White with #701093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701093; }
p { color: rgb(112,16,147); }
H1.HeaderClassName
{
color: #701093;
}
.AnyTagClassName
{
color: #701093;
}
</style>
background-color css
<style>
a { background-color: #701093; }
a { background-color: rgb(112,16,147); }
div.DivClassName
{
background-color: #701093;
}
.BgClassName
{
background-color: #701093;
}
</style>
border-color css
<style>
span { border-color: #701093; }
span { border-color: rgb(112,16,147); }
td.TdClassName
{
border-color: #701093;
}
.TagClassName
{
border-color: #701093;
}
</style>