Shades of Vivid Violet #701299
Tints of Vivid Violet #701299
RGB
CMYK
RGB Variations
Color information
#701299 (or 0x701299) is known color: Vivid Violet. HEX triplet: 70, 12 and 99. RGB value is (112,18,153). Sum of RGB (Red+Green+Blue) = 112+18+153=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #701299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701299 is #8FED66. Grayscale: #3D3D3D. Windows color (decimal): -9432423 or 10031728. OLE color: 10031728.
HSL color Cylindrical-coordinate representation of color #701299: hue angle of 281.78º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701299 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 18 | 153 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.4 |
| HSL | 281.78º | 0.79% | 0.34% | - |
| HSV(B) | 281.78º | 0.88% | 0.6% | - |
| XYZ | 12.65 | 6.18 | 30.66 | - |
| YUV | 61.5 | 179.64 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 153 | 0.27 | 0.88 | 0 | 0.4 | 281.78 | 0.79 | 0.34 |
| Hex | 70 | 12 | 99 | 1B | 58 | 0 | 28 | 11A | 4F | 22 |
| Octal | 160 | 22 | 231 | 33 | 130 | 0 | 50 | 432 | 117 | 42 |
| Binary | 1110000 | 10010 | 10011001 | 11011 | 1011000 | 0 | 101000 | 100011010 | 1001111 | 100010 |
Color Harmonies of #701299
Complementary color
Monochromatic Colors of #701299
Black with #701299
Text Example
Text Example
White with #701299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701299; }
p { color: rgb(112,18,153); }
H1.HeaderClassName
{
color: #701299;
}
.AnyTagClassName
{
color: #701299;
}
</style>
background-color css
<style>
a { background-color: #701299; }
a { background-color: rgb(112,18,153); }
div.DivClassName
{
background-color: #701299;
}
.BgClassName
{
background-color: #701299;
}
</style>
border-color css
<style>
span { border-color: #701299; }
span { border-color: rgb(112,18,153); }
td.TdClassName
{
border-color: #701299;
}
.TagClassName
{
border-color: #701299;
}
</style>