Shades of Purple #700296
Tints of Purple #700296
RGB
CMYK
RGB Variations
Color information
#700296 (or 0x700296) is known color: Purple. HEX triplet: 70, 02 and 96. RGB value is (112,2,150). Sum of RGB (Red+Green+Blue) = 112+2+150=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 150 (58.98% from 255 or 56.82% from 264); Max value from RGB is 150 - color contains mainly: blue. Hex color #700296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700296 is #8FFD69. Grayscale: #333333. Windows color (decimal): -9436522 or 9831024. OLE color: 9831024.
HSL color Cylindrical-coordinate representation of color #700296: hue angle of 284.59º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700296 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 2 | 150 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.41 |
| HSL | 284.59º | 0.97% | 0.3% | - |
| HSV(B) | 284.59º | 0.99% | 0.59% | - |
| XYZ | 12.21 | 5.69 | 29.31 | - |
| YUV | 51.76 | 183.44 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 150 | 0.25 | 0.99 | 0 | 0.41 | 284.59 | 0.97 | 0.3 |
| Hex | 70 | 2 | 96 | 19 | 63 | 0 | 29 | 11D | 61 | 1E |
| Octal | 160 | 2 | 226 | 31 | 143 | 0 | 51 | 435 | 141 | 36 |
| Binary | 1110000 | 10 | 10010110 | 11001 | 1100011 | 0 | 101001 | 100011101 | 1100001 | 11110 |
Color Harmonies of #700296
Complementary color
Monochromatic Colors of #700296
Black with #700296
Text Example
Text Example
White with #700296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700296; }
p { color: rgb(112,2,150); }
H1.HeaderClassName
{
color: #700296;
}
.AnyTagClassName
{
color: #700296;
}
</style>
background-color css
<style>
a { background-color: #700296; }
a { background-color: rgb(112,2,150); }
div.DivClassName
{
background-color: #700296;
}
.BgClassName
{
background-color: #700296;
}
</style>
border-color css
<style>
span { border-color: #700296; }
span { border-color: rgb(112,2,150); }
td.TdClassName
{
border-color: #700296;
}
.TagClassName
{
border-color: #700296;
}
</style>