Shades of Purple #700093
Tints of Purple #700093
RGB
CMYK
RGB Variations
Color information
#700093 (or 0x700093) is known color: Purple. HEX triplet: 70, 00 and 93. RGB value is (112,0,147). Sum of RGB (Red+Green+Blue) = 112+0+147=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #700093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700093 is #8FFF6C. Grayscale: #313131. Windows color (decimal): -9437037 or 9633904. OLE color: 9633904.
HSL color Cylindrical-coordinate representation of color #700093: hue angle of 285.71º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700093 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 0 | 147 | - |
| CMYK | 0.24 | 1 | 0 | 0.42 |
| HSL | 285.71º | 1% | 0.29% | - |
| HSV(B) | 285.71º | 1% | 0.58% | - |
| XYZ | 11.95 | 5.55 | 28.05 | - |
| YUV | 50.25 | 182.61 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 147 | 0.24 | 1 | 0 | 0.42 | 285.71 | 1 | 0.29 |
| Hex | 70 | 0 | 93 | 18 | 64 | 0 | 2A | 11E | 64 | 1D |
| Octal | 160 | 0 | 223 | 30 | 144 | 0 | 52 | 436 | 144 | 35 |
| Binary | 1110000 | 0 | 10010011 | 11000 | 1100100 | 0 | 101010 | 100011110 | 1100100 | 11101 |
Color Harmonies of #700093
Complementary color
Monochromatic Colors of #700093
Black with #700093
Text Example
Text Example
White with #700093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700093; }
p { color: rgb(112,0,147); }
H1.HeaderClassName
{
color: #700093;
}
.AnyTagClassName
{
color: #700093;
}
</style>
background-color css
<style>
a { background-color: #700093; }
a { background-color: rgb(112,0,147); }
div.DivClassName
{
background-color: #700093;
}
.BgClassName
{
background-color: #700093;
}
</style>
border-color css
<style>
span { border-color: #700093; }
span { border-color: rgb(112,0,147); }
td.TdClassName
{
border-color: #700093;
}
.TagClassName
{
border-color: #700093;
}
</style>