Shades of Purple #700294
Tints of Purple #700294
RGB
CMYK
RGB Variations
Color information
#700294 (or 0x700294) is known color: Purple. HEX triplet: 70, 02 and 94. RGB value is (112,2,148). Sum of RGB (Red+Green+Blue) = 112+2+148=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #700294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700294 is #8FFD6B. Grayscale: #333333. Windows color (decimal): -9436524 or 9699952. OLE color: 9699952.
HSL color Cylindrical-coordinate representation of color #700294: hue angle of 285.21º degrees, saturation: 0.97, 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 #700294 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 2 | 148 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.42 |
| HSL | 285.21º | 0.97% | 0.29% | - |
| HSV(B) | 285.21º | 0.99% | 0.58% | - |
| XYZ | 12.05 | 5.63 | 28.47 | - |
| YUV | 51.53 | 182.44 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 148 | 0.24 | 0.99 | 0 | 0.42 | 285.21 | 0.97 | 0.29 |
| Hex | 70 | 2 | 94 | 18 | 63 | 0 | 2A | 11D | 61 | 1D |
| Octal | 160 | 2 | 224 | 30 | 143 | 0 | 52 | 435 | 141 | 35 |
| Binary | 1110000 | 10 | 10010100 | 11000 | 1100011 | 0 | 101010 | 100011101 | 1100001 | 11101 |
Color Harmonies of #700294
Complementary color
Monochromatic Colors of #700294
Black with #700294
Text Example
Text Example
White with #700294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700294; }
p { color: rgb(112,2,148); }
H1.HeaderClassName
{
color: #700294;
}
.AnyTagClassName
{
color: #700294;
}
</style>
background-color css
<style>
a { background-color: #700294; }
a { background-color: rgb(112,2,148); }
div.DivClassName
{
background-color: #700294;
}
.BgClassName
{
background-color: #700294;
}
</style>
border-color css
<style>
span { border-color: #700294; }
span { border-color: rgb(112,2,148); }
td.TdClassName
{
border-color: #700294;
}
.TagClassName
{
border-color: #700294;
}
</style>