Shades of Vivid Violet #702598
Tints of Vivid Violet #702598
RGB
CMYK
RGB Variations
Color information
#702598 (or 0x702598) is known color: Vivid Violet. HEX triplet: 70, 25 and 98. RGB value is (112,37,152). Sum of RGB (Red+Green+Blue) = 112+37+152=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #702598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702598 is #8FDA67. Grayscale: #484848. Windows color (decimal): -9427560 or 9971056. OLE color: 9971056.
HSL color Cylindrical-coordinate representation of color #702598: hue angle of 279.13º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #702598 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 37 | 152 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.40 |
| HSL | 279.13º | 0.61% | 0.37% | - |
| HSV(B) | 279.13º | 0.76% | 0.6% | - |
| XYZ | 13.01 | 7.03 | 30.38 | - |
| YUV | 72.54 | 172.85 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 152 | 0.26 | 0.76 | 0 | 0.40 | 279.13 | 0.61 | 0.37 |
| Hex | 70 | 25 | 98 | 1A | 4C | 0 | 28 | 117 | 3D | 25 |
| Octal | 160 | 45 | 230 | 32 | 114 | 0 | 50 | 427 | 75 | 45 |
| Binary | 1110000 | 100101 | 10011000 | 11010 | 1001100 | 0 | 101000 | 100010111 | 111101 | 100101 |
Color Harmonies of #702598
Complementary color
Monochromatic Colors of #702598
Black with #702598
Text Example
Text Example
White with #702598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702598; }
p { color: rgb(112,37,152); }
H1.HeaderClassName
{
color: #702598;
}
.AnyTagClassName
{
color: #702598;
}
</style>
background-color css
<style>
a { background-color: #702598; }
a { background-color: rgb(112,37,152); }
div.DivClassName
{
background-color: #702598;
}
.BgClassName
{
background-color: #702598;
}
</style>
border-color css
<style>
span { border-color: #702598; }
span { border-color: rgb(112,37,152); }
td.TdClassName
{
border-color: #702598;
}
.TagClassName
{
border-color: #702598;
}
</style>