Shades of Vivid Violet #701999
Tints of Vivid Violet #701999
RGB
CMYK
RGB Variations
Color information
#701999 (or 0x701999) is known color: Vivid Violet. HEX triplet: 70, 19 and 99. RGB value is (112,25,153). Sum of RGB (Red+Green+Blue) = 112+25+153=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #701999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701999 is #8FE666. Grayscale: #414141. Windows color (decimal): -9430631 or 10033520. OLE color: 10033520.
HSL color Cylindrical-coordinate representation of color #701999: hue angle of 280.78º degrees, saturation: 0.72, 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 #701999 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 25 | 153 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.4 |
| HSL | 280.78º | 0.72% | 0.35% | - |
| HSV(B) | 280.78º | 0.84% | 0.6% | - |
| XYZ | 12.78 | 6.44 | 30.71 | - |
| YUV | 65.61 | 177.32 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 153 | 0.27 | 0.84 | 0 | 0.4 | 280.78 | 0.72 | 0.35 |
| Hex | 70 | 19 | 99 | 1B | 54 | 0 | 28 | 119 | 48 | 23 |
| Octal | 160 | 31 | 231 | 33 | 124 | 0 | 50 | 431 | 110 | 43 |
| Binary | 1110000 | 11001 | 10011001 | 11011 | 1010100 | 0 | 101000 | 100011001 | 1001000 | 100011 |
Color Harmonies of #701999
Complementary color
Monochromatic Colors of #701999
Black with #701999
Text Example
Text Example
White with #701999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701999; }
p { color: rgb(112,25,153); }
H1.HeaderClassName
{
color: #701999;
}
.AnyTagClassName
{
color: #701999;
}
</style>
background-color css
<style>
a { background-color: #701999; }
a { background-color: rgb(112,25,153); }
div.DivClassName
{
background-color: #701999;
}
.BgClassName
{
background-color: #701999;
}
</style>
border-color css
<style>
span { border-color: #701999; }
span { border-color: rgb(112,25,153); }
td.TdClassName
{
border-color: #701999;
}
.TagClassName
{
border-color: #701999;
}
</style>