Shades of Purple #700297
Tints of Purple #700297
RGB
CMYK
RGB Variations
Color information
#700297 (or 0x700297) is known color: Purple. HEX triplet: 70, 02 and 97. RGB value is (112,2,151). Sum of RGB (Red+Green+Blue) = 112+2+151=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 151 (59.38% from 255 or 56.98% from 265); Max value from RGB is 151 - color contains mainly: blue. Hex color #700297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700297 is #8FFD68. Grayscale: #333333. Windows color (decimal): -9436521 or 9896560. OLE color: 9896560.
HSL color Cylindrical-coordinate representation of color #700297: hue angle of 284.3º 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 #700297 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 2 | 151 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.41 |
| HSL | 284.3º | 0.97% | 0.3% | - |
| HSV(B) | 284.3º | 0.99% | 0.59% | - |
| XYZ | 12.29 | 5.72 | 29.73 | - |
| YUV | 51.88 | 183.94 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 151 | 0.26 | 0.99 | 0 | 0.41 | 284.3 | 0.97 | 0.3 |
| Hex | 70 | 2 | 97 | 1A | 63 | 0 | 29 | 11C | 61 | 1E |
| Octal | 160 | 2 | 227 | 32 | 143 | 0 | 51 | 434 | 141 | 36 |
| Binary | 1110000 | 10 | 10010111 | 11010 | 1100011 | 0 | 101001 | 100011100 | 1100001 | 11110 |
Color Harmonies of #700297
Complementary color
Monochromatic Colors of #700297
Black with #700297
Text Example
Text Example
White with #700297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700297; }
p { color: rgb(112,2,151); }
H1.HeaderClassName
{
color: #700297;
}
.AnyTagClassName
{
color: #700297;
}
</style>
background-color css
<style>
a { background-color: #700297; }
a { background-color: rgb(112,2,151); }
div.DivClassName
{
background-color: #700297;
}
.BgClassName
{
background-color: #700297;
}
</style>
border-color css
<style>
span { border-color: #700297; }
span { border-color: rgb(112,2,151); }
td.TdClassName
{
border-color: #700297;
}
.TagClassName
{
border-color: #700297;
}
</style>