Shades of Vivid Violet #702F84
Tints of Vivid Violet #702F84
RGB
CMYK
RGB Variations
Color information
#702F84 (or 0x702F84) is known color: Vivid Violet. HEX triplet: 70, 2F and 84. RGB value is (112,47,132). Sum of RGB (Red+Green+Blue) = 112+47+132=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #702F84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702F84 is #8FD07B. Grayscale: #4B4B4B. Windows color (decimal): -9425020 or 8662896. OLE color: 8662896.
HSL color Cylindrical-coordinate representation of color #702F84: hue angle of 285.88º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #702F84 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 47 | 132 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.48 |
| HSL | 285.88º | 0.47% | 0.35% | - |
| HSV(B) | 285.88º | 0.64% | 0.52% | - |
| XYZ | 11.86 | 7.14 | 22.58 | - |
| YUV | 76.13 | 159.53 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 132 | 0.15 | 0.64 | 0 | 0.48 | 285.88 | 0.47 | 0.35 |
| Hex | 70 | 2F | 84 | F | 40 | 0 | 30 | 11E | 2F | 23 |
| Octal | 160 | 57 | 204 | 17 | 100 | 0 | 60 | 436 | 57 | 43 |
| Binary | 1110000 | 101111 | 10000100 | 1111 | 1000000 | 0 | 110000 | 100011110 | 101111 | 100011 |
Color Harmonies of #702F84
Complementary color
Monochromatic Colors of #702F84
Black with #702F84
Text Example
Text Example
White with #702F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702F84; }
p { color: rgb(112,47,132); }
H1.HeaderClassName
{
color: #702F84;
}
.AnyTagClassName
{
color: #702F84;
}
</style>
background-color css
<style>
a { background-color: #702F84; }
a { background-color: rgb(112,47,132); }
div.DivClassName
{
background-color: #702F84;
}
.BgClassName
{
background-color: #702F84;
}
</style>
border-color css
<style>
span { border-color: #702F84; }
span { border-color: rgb(112,47,132); }
td.TdClassName
{
border-color: #702F84;
}
.TagClassName
{
border-color: #702F84;
}
</style>