Shades of Vivid Violet #702F88
Tints of Vivid Violet #702F88
RGB
CMYK
RGB Variations
Color information
#702F88 (or 0x702F88) is known color: Vivid Violet. HEX triplet: 70, 2F and 88. RGB value is (112,47,136). Sum of RGB (Red+Green+Blue) = 112+47+136=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #702F88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702F88 is #8FD077. Grayscale: #4C4C4C. Windows color (decimal): -9425016 or 8925040. OLE color: 8925040.
HSL color Cylindrical-coordinate representation of color #702F88: hue angle of 283.82º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #702F88 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 47 | 136 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.47 |
| HSL | 283.82º | 0.49% | 0.36% | - |
| HSV(B) | 283.82º | 0.65% | 0.53% | - |
| XYZ | 12.14 | 7.26 | 24.05 | - |
| YUV | 76.58 | 161.53 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 136 | 0.18 | 0.65 | 0 | 0.47 | 283.82 | 0.49 | 0.36 |
| Hex | 70 | 2F | 88 | 12 | 41 | 0 | 2F | 11C | 31 | 24 |
| Octal | 160 | 57 | 210 | 22 | 101 | 0 | 57 | 434 | 61 | 44 |
| Binary | 1110000 | 101111 | 10001000 | 10010 | 1000001 | 0 | 101111 | 100011100 | 110001 | 100100 |
Color Harmonies of #702F88
Complementary color
Monochromatic Colors of #702F88
Black with #702F88
Text Example
Text Example
White with #702F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702F88; }
p { color: rgb(112,47,136); }
H1.HeaderClassName
{
color: #702F88;
}
.AnyTagClassName
{
color: #702F88;
}
</style>
background-color css
<style>
a { background-color: #702F88; }
a { background-color: rgb(112,47,136); }
div.DivClassName
{
background-color: #702F88;
}
.BgClassName
{
background-color: #702F88;
}
</style>
border-color css
<style>
span { border-color: #702F88; }
span { border-color: rgb(112,47,136); }
td.TdClassName
{
border-color: #702F88;
}
.TagClassName
{
border-color: #702F88;
}
</style>