Shades of Vivid Violet #703088
Tints of Vivid Violet #703088
RGB
CMYK
RGB Variations
Color information
#703088 (or 0x703088) is known color: Vivid Violet. HEX triplet: 70, 30 and 88. RGB value is (112,48,136). Sum of RGB (Red+Green+Blue) = 112+48+136=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 136 (53.52% from 255 or 45.95% from 296); Max value from RGB is 136 - color contains mainly: blue. Hex color #703088 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703088 is #8FCF77. Grayscale: #4C4C4C. Windows color (decimal): -9424760 or 8925296. OLE color: 8925296.
HSL color Cylindrical-coordinate representation of color #703088: hue angle of 283.64º degrees, saturation: 0.48, 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 #703088 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 48 | 136 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.47 |
| HSL | 283.64º | 0.48% | 0.36% | - |
| HSV(B) | 283.64º | 0.65% | 0.53% | - |
| XYZ | 12.18 | 7.34 | 24.07 | - |
| YUV | 77.17 | 161.2 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 136 | 0.18 | 0.65 | 0 | 0.47 | 283.64 | 0.48 | 0.36 |
| Hex | 70 | 30 | 88 | 12 | 41 | 0 | 2F | 11C | 30 | 24 |
| Octal | 160 | 60 | 210 | 22 | 101 | 0 | 57 | 434 | 60 | 44 |
| Binary | 1110000 | 110000 | 10001000 | 10010 | 1000001 | 0 | 101111 | 100011100 | 110000 | 100100 |
Color Harmonies of #703088
Complementary color
Monochromatic Colors of #703088
Black with #703088
Text Example
Text Example
White with #703088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703088; }
p { color: rgb(112,48,136); }
H1.HeaderClassName
{
color: #703088;
}
.AnyTagClassName
{
color: #703088;
}
</style>
background-color css
<style>
a { background-color: #703088; }
a { background-color: rgb(112,48,136); }
div.DivClassName
{
background-color: #703088;
}
.BgClassName
{
background-color: #703088;
}
</style>
border-color css
<style>
span { border-color: #703088; }
span { border-color: rgb(112,48,136); }
td.TdClassName
{
border-color: #703088;
}
.TagClassName
{
border-color: #703088;
}
</style>