Shades of Purple #700193
Tints of Purple #700193
RGB
CMYK
RGB Variations
Color information
#700193 (or 0x700193) is known color: Purple. HEX triplet: 70, 01 and 93. RGB value is (112,1,147). Sum of RGB (Red+Green+Blue) = 112+1+147=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #700193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700193 is #8FFE6C. Grayscale: #323232. Windows color (decimal): -9436781 or 9634160. OLE color: 9634160.
HSL color Cylindrical-coordinate representation of color #700193: hue angle of 285.62º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700193 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 1 | 147 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.42 |
| HSL | 285.62º | 0.99% | 0.29% | - |
| HSV(B) | 285.62º | 0.99% | 0.58% | - |
| XYZ | 11.96 | 5.57 | 28.05 | - |
| YUV | 50.83 | 182.27 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 147 | 0.24 | 0.99 | 0 | 0.42 | 285.62 | 0.99 | 0.29 |
| Hex | 70 | 1 | 93 | 18 | 63 | 0 | 2A | 11E | 63 | 1D |
| Octal | 160 | 1 | 223 | 30 | 143 | 0 | 52 | 436 | 143 | 35 |
| Binary | 1110000 | 1 | 10010011 | 11000 | 1100011 | 0 | 101010 | 100011110 | 1100011 | 11101 |
Color Harmonies of #700193
Complementary color
Monochromatic Colors of #700193
Black with #700193
Text Example
Text Example
White with #700193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700193; }
p { color: rgb(112,1,147); }
H1.HeaderClassName
{
color: #700193;
}
.AnyTagClassName
{
color: #700193;
}
</style>
background-color css
<style>
a { background-color: #700193; }
a { background-color: rgb(112,1,147); }
div.DivClassName
{
background-color: #700193;
}
.BgClassName
{
background-color: #700193;
}
</style>
border-color css
<style>
span { border-color: #700193; }
span { border-color: rgb(112,1,147); }
td.TdClassName
{
border-color: #700193;
}
.TagClassName
{
border-color: #700193;
}
</style>