Shades of Purple #700290
Tints of Purple #700290
RGB
CMYK
RGB Variations
Color information
#700290 (or 0x700290) is known color: Purple. HEX triplet: 70, 02 and 90. RGB value is (112,2,144). Sum of RGB (Red+Green+Blue) = 112+2+144=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #700290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700290 is #8FFD6F. Grayscale: #323232. Windows color (decimal): -9436528 or 9437808. OLE color: 9437808.
HSL color Cylindrical-coordinate representation of color #700290: hue angle of 286.48º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700290 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 2 | 144 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.44 |
| HSL | 286.48º | 0.97% | 0.29% | - |
| HSV(B) | 286.48º | 0.99% | 0.56% | - |
| XYZ | 11.74 | 5.5 | 26.83 | - |
| YUV | 51.08 | 180.44 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 144 | 0.22 | 0.99 | 0 | 0.44 | 286.48 | 0.97 | 0.29 |
| Hex | 70 | 2 | 90 | 16 | 63 | 0 | 2C | 11E | 61 | 1D |
| Octal | 160 | 2 | 220 | 26 | 143 | 0 | 54 | 436 | 141 | 35 |
| Binary | 1110000 | 10 | 10010000 | 10110 | 1100011 | 0 | 101100 | 100011110 | 1100001 | 11101 |
Color Harmonies of #700290
Complementary color
Monochromatic Colors of #700290
Black with #700290
Text Example
Text Example
White with #700290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700290; }
p { color: rgb(112,2,144); }
H1.HeaderClassName
{
color: #700290;
}
.AnyTagClassName
{
color: #700290;
}
</style>
background-color css
<style>
a { background-color: #700290; }
a { background-color: rgb(112,2,144); }
div.DivClassName
{
background-color: #700290;
}
.BgClassName
{
background-color: #700290;
}
</style>
border-color css
<style>
span { border-color: #700290; }
span { border-color: rgb(112,2,144); }
td.TdClassName
{
border-color: #700290;
}
.TagClassName
{
border-color: #700290;
}
</style>