Shades of Vivid Violet #701898
Tints of Vivid Violet #701898
RGB
CMYK
RGB Variations
Color information
#701898 (or 0x701898) is known color: Vivid Violet. HEX triplet: 70, 18 and 98. RGB value is (112,24,152). Sum of RGB (Red+Green+Blue) = 112+24+152=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #701898 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701898 is #8FE767. Grayscale: #404040. Windows color (decimal): -9430888 or 9967728. OLE color: 9967728.
HSL color Cylindrical-coordinate representation of color #701898: hue angle of 281.25º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701898 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 24 | 152 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.40 |
| HSL | 281.25º | 0.73% | 0.35% | - |
| HSV(B) | 281.25º | 0.84% | 0.6% | - |
| XYZ | 12.68 | 6.37 | 30.27 | - |
| YUV | 64.9 | 177.15 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 24 | 152 | 0.26 | 0.84 | 0 | 0.40 | 281.25 | 0.73 | 0.35 |
| Hex | 70 | 18 | 98 | 1A | 54 | 0 | 28 | 119 | 49 | 23 |
| Octal | 160 | 30 | 230 | 32 | 124 | 0 | 50 | 431 | 111 | 43 |
| Binary | 1110000 | 11000 | 10011000 | 11010 | 1010100 | 0 | 101000 | 100011001 | 1001001 | 100011 |
Color Harmonies of #701898
Complementary color
Monochromatic Colors of #701898
Black with #701898
Text Example
Text Example
White with #701898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701898; }
p { color: rgb(112,24,152); }
H1.HeaderClassName
{
color: #701898;
}
.AnyTagClassName
{
color: #701898;
}
</style>
background-color css
<style>
a { background-color: #701898; }
a { background-color: rgb(112,24,152); }
div.DivClassName
{
background-color: #701898;
}
.BgClassName
{
background-color: #701898;
}
</style>
border-color css
<style>
span { border-color: #701898; }
span { border-color: rgb(112,24,152); }
td.TdClassName
{
border-color: #701898;
}
.TagClassName
{
border-color: #701898;
}
</style>