Shades of Vivid Violet #702790
Tints of Vivid Violet #702790
RGB
CMYK
RGB Variations
Color information
#702790 (or 0x702790) is known color: Vivid Violet. HEX triplet: 70, 27 and 90. RGB value is (112,39,144). Sum of RGB (Red+Green+Blue) = 112+39+144=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #702790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702790 is #8FD86F. Grayscale: #484848. Windows color (decimal): -9427056 or 9447280. OLE color: 9447280.
HSL color Cylindrical-coordinate representation of color #702790: hue angle of 281.71º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #702790 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 39 | 144 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.44 |
| HSL | 281.71º | 0.57% | 0.36% | - |
| HSV(B) | 281.71º | 0.73% | 0.56% | - |
| XYZ | 12.44 | 6.91 | 27.06 | - |
| YUV | 72.8 | 168.18 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 39 | 144 | 0.22 | 0.73 | 0 | 0.44 | 281.71 | 0.57 | 0.36 |
| Hex | 70 | 27 | 90 | 16 | 49 | 0 | 2C | 11A | 39 | 24 |
| Octal | 160 | 47 | 220 | 26 | 111 | 0 | 54 | 432 | 71 | 44 |
| Binary | 1110000 | 100111 | 10010000 | 10110 | 1001001 | 0 | 101100 | 100011010 | 111001 | 100100 |
Color Harmonies of #702790
Complementary color
Monochromatic Colors of #702790
Black with #702790
Text Example
Text Example
White with #702790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702790; }
p { color: rgb(112,39,144); }
H1.HeaderClassName
{
color: #702790;
}
.AnyTagClassName
{
color: #702790;
}
</style>
background-color css
<style>
a { background-color: #702790; }
a { background-color: rgb(112,39,144); }
div.DivClassName
{
background-color: #702790;
}
.BgClassName
{
background-color: #702790;
}
</style>
border-color css
<style>
span { border-color: #702790; }
span { border-color: rgb(112,39,144); }
td.TdClassName
{
border-color: #702790;
}
.TagClassName
{
border-color: #702790;
}
</style>