Shades of Vivid Violet #702F8A
Tints of Vivid Violet #702F8A
RGB
CMYK
RGB Variations
Color information
#702F8A (or 0x702F8A) is known color: Vivid Violet. HEX triplet: 70, 2F and 8A. RGB value is (112,47,138). Sum of RGB (Red+Green+Blue) = 112+47+138=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #702F8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702F8A is #8FD075. Grayscale: #4C4C4C. Windows color (decimal): -9425014 or 9056112. OLE color: 9056112.
HSL color Cylindrical-coordinate representation of color #702F8A: hue angle of 282.86º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #702F8A is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 47 | 138 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.46 |
| HSL | 282.86º | 0.49% | 0.36% | - |
| HSV(B) | 282.86º | 0.66% | 0.54% | - |
| XYZ | 12.29 | 7.31 | 24.81 | - |
| YUV | 76.81 | 162.53 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 138 | 0.19 | 0.66 | 0 | 0.46 | 282.86 | 0.49 | 0.36 |
| Hex | 70 | 2F | 8A | 13 | 42 | 0 | 2E | 11B | 31 | 24 |
| Octal | 160 | 57 | 212 | 23 | 102 | 0 | 56 | 433 | 61 | 44 |
| Binary | 1110000 | 101111 | 10001010 | 10011 | 1000010 | 0 | 101110 | 100011011 | 110001 | 100100 |
Color Harmonies of #702F8A
Complementary color
Monochromatic Colors of #702F8A
Black with #702F8A
Text Example
Text Example
White with #702F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702F8A; }
p { color: rgb(112,47,138); }
H1.HeaderClassName
{
color: #702F8A;
}
.AnyTagClassName
{
color: #702F8A;
}
</style>
background-color css
<style>
a { background-color: #702F8A; }
a { background-color: rgb(112,47,138); }
div.DivClassName
{
background-color: #702F8A;
}
.BgClassName
{
background-color: #702F8A;
}
</style>
border-color css
<style>
span { border-color: #702F8A; }
span { border-color: rgb(112,47,138); }
td.TdClassName
{
border-color: #702F8A;
}
.TagClassName
{
border-color: #702F8A;
}
</style>