Shades of Vivid Violet #702F94
Tints of Vivid Violet #702F94
RGB
CMYK
RGB Variations
Color information
#702F94 (or 0x702F94) is known color: Vivid Violet. HEX triplet: 70, 2F and 94. RGB value is (112,47,148). Sum of RGB (Red+Green+Blue) = 112+47+148=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #702F94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702F94 is #8FD06B. Grayscale: #4D4D4D. Windows color (decimal): -9425004 or 9711472. OLE color: 9711472.
HSL color Cylindrical-coordinate representation of color #702F94: hue angle of 278.61º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #702F94 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 47 | 148 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.42 |
| HSL | 278.61º | 0.52% | 0.38% | - |
| HSV(B) | 278.61º | 0.68% | 0.58% | - |
| XYZ | 13.04 | 7.62 | 28.8 | - |
| YUV | 77.95 | 167.53 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 148 | 0.24 | 0.68 | 0 | 0.42 | 278.61 | 0.52 | 0.38 |
| Hex | 70 | 2F | 94 | 18 | 44 | 0 | 2A | 117 | 34 | 26 |
| Octal | 160 | 57 | 224 | 30 | 104 | 0 | 52 | 427 | 64 | 46 |
| Binary | 1110000 | 101111 | 10010100 | 11000 | 1000100 | 0 | 101010 | 100010111 | 110100 | 100110 |
Color Harmonies of #702F94
Complementary color
Monochromatic Colors of #702F94
Black with #702F94
Text Example
Text Example
White with #702F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702F94; }
p { color: rgb(112,47,148); }
H1.HeaderClassName
{
color: #702F94;
}
.AnyTagClassName
{
color: #702F94;
}
</style>
background-color css
<style>
a { background-color: #702F94; }
a { background-color: rgb(112,47,148); }
div.DivClassName
{
background-color: #702F94;
}
.BgClassName
{
background-color: #702F94;
}
</style>
border-color css
<style>
span { border-color: #702F94; }
span { border-color: rgb(112,47,148); }
td.TdClassName
{
border-color: #702F94;
}
.TagClassName
{
border-color: #702F94;
}
</style>