Shades of Vivid Violet #702794
Tints of Vivid Violet #702794
RGB
CMYK
RGB Variations
Color information
#702794 (or 0x702794) is known color: Vivid Violet. HEX triplet: 70, 27 and 94. RGB value is (112,39,148). Sum of RGB (Red+Green+Blue) = 112+39+148=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #702794 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702794 is #8FD86B. Grayscale: #484848. Windows color (decimal): -9427052 or 9709424. OLE color: 9709424.
HSL color Cylindrical-coordinate representation of color #702794: hue angle of 280.18º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #702794 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 39 | 148 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.42 |
| HSL | 280.18º | 0.58% | 0.37% | - |
| HSV(B) | 280.18º | 0.74% | 0.58% | - |
| XYZ | 12.75 | 7.03 | 28.7 | - |
| YUV | 73.25 | 170.18 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 39 | 148 | 0.24 | 0.74 | 0 | 0.42 | 280.18 | 0.58 | 0.37 |
| Hex | 70 | 27 | 94 | 18 | 4A | 0 | 2A | 118 | 3A | 25 |
| Octal | 160 | 47 | 224 | 30 | 112 | 0 | 52 | 430 | 72 | 45 |
| Binary | 1110000 | 100111 | 10010100 | 11000 | 1001010 | 0 | 101010 | 100011000 | 111010 | 100101 |
Color Harmonies of #702794
Complementary color
Monochromatic Colors of #702794
Black with #702794
Text Example
Text Example
White with #702794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702794; }
p { color: rgb(112,39,148); }
H1.HeaderClassName
{
color: #702794;
}
.AnyTagClassName
{
color: #702794;
}
</style>
background-color css
<style>
a { background-color: #702794; }
a { background-color: rgb(112,39,148); }
div.DivClassName
{
background-color: #702794;
}
.BgClassName
{
background-color: #702794;
}
</style>
border-color css
<style>
span { border-color: #702794; }
span { border-color: rgb(112,39,148); }
td.TdClassName
{
border-color: #702794;
}
.TagClassName
{
border-color: #702794;
}
</style>