Shades of Vivid Violet #702798
Tints of Vivid Violet #702798
RGB
CMYK
RGB Variations
Color information
#702798 (or 0x702798) is known color: Vivid Violet. HEX triplet: 70, 27 and 98. RGB value is (112,39,152). Sum of RGB (Red+Green+Blue) = 112+39+152=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #702798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702798 is #8FD867. Grayscale: #494949. Windows color (decimal): -9427048 or 9971568. OLE color: 9971568.
HSL color Cylindrical-coordinate representation of color #702798: hue angle of 278.76º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #702798 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 39 | 152 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.40 |
| HSL | 278.76º | 0.59% | 0.37% | - |
| HSV(B) | 278.76º | 0.74% | 0.6% | - |
| XYZ | 13.08 | 7.16 | 30.4 | - |
| YUV | 73.71 | 172.18 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 39 | 152 | 0.26 | 0.74 | 0 | 0.40 | 278.76 | 0.59 | 0.37 |
| Hex | 70 | 27 | 98 | 1A | 4A | 0 | 28 | 117 | 3B | 25 |
| Octal | 160 | 47 | 230 | 32 | 112 | 0 | 50 | 427 | 73 | 45 |
| Binary | 1110000 | 100111 | 10011000 | 11010 | 1001010 | 0 | 101000 | 100010111 | 111011 | 100101 |
Color Harmonies of #702798
Complementary color
Monochromatic Colors of #702798
Black with #702798
Text Example
Text Example
White with #702798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702798; }
p { color: rgb(112,39,152); }
H1.HeaderClassName
{
color: #702798;
}
.AnyTagClassName
{
color: #702798;
}
</style>
background-color css
<style>
a { background-color: #702798; }
a { background-color: rgb(112,39,152); }
div.DivClassName
{
background-color: #702798;
}
.BgClassName
{
background-color: #702798;
}
</style>
border-color css
<style>
span { border-color: #702798; }
span { border-color: rgb(112,39,152); }
td.TdClassName
{
border-color: #702798;
}
.TagClassName
{
border-color: #702798;
}
</style>