Shades of Vivid Violet #701D88
Tints of Vivid Violet #701D88
RGB
CMYK
RGB Variations
Color information
#701D88 (or 0x701D88) is known color: Vivid Violet. HEX triplet: 70, 1D and 88. RGB value is (112,29,136). Sum of RGB (Red+Green+Blue) = 112+29+136=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #701D88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701D88 is #8FE277. Grayscale: #414141. Windows color (decimal): -9429624 or 8920432. OLE color: 8920432.
HSL color Cylindrical-coordinate representation of color #701D88: hue angle of 286.54º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701D88 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 29 | 136 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.47 |
| HSL | 286.54º | 0.65% | 0.32% | - |
| HSV(B) | 286.54º | 0.79% | 0.53% | - |
| XYZ | 11.57 | 6.1 | 23.86 | - |
| YUV | 66.02 | 167.5 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 136 | 0.18 | 0.79 | 0 | 0.47 | 286.54 | 0.65 | 0.32 |
| Hex | 70 | 1D | 88 | 12 | 4F | 0 | 2F | 11F | 41 | 20 |
| Octal | 160 | 35 | 210 | 22 | 117 | 0 | 57 | 437 | 101 | 40 |
| Binary | 1110000 | 11101 | 10001000 | 10010 | 1001111 | 0 | 101111 | 100011111 | 1000001 | 100000 |
Color Harmonies of #701D88
Complementary color
Monochromatic Colors of #701D88
Black with #701D88
Text Example
Text Example
White with #701D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D88; }
p { color: rgb(112,29,136); }
H1.HeaderClassName
{
color: #701D88;
}
.AnyTagClassName
{
color: #701D88;
}
</style>
background-color css
<style>
a { background-color: #701D88; }
a { background-color: rgb(112,29,136); }
div.DivClassName
{
background-color: #701D88;
}
.BgClassName
{
background-color: #701D88;
}
</style>
border-color css
<style>
span { border-color: #701D88; }
span { border-color: rgb(112,29,136); }
td.TdClassName
{
border-color: #701D88;
}
.TagClassName
{
border-color: #701D88;
}
</style>