Shades of Vivid Violet #702F85
Tints of Vivid Violet #702F85
RGB
CMYK
RGB Variations
Color information
#702F85 (or 0x702F85) is known color: Vivid Violet. HEX triplet: 70, 2F and 85. RGB value is (112,47,133). Sum of RGB (Red+Green+Blue) = 112+47+133=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #702F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702F85 is #8FD07A. Grayscale: #4B4B4B. Windows color (decimal): -9425019 or 8728432. OLE color: 8728432.
HSL color Cylindrical-coordinate representation of color #702F85: hue angle of 285.35º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #702F85 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 47 | 133 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.48 |
| HSL | 285.35º | 0.48% | 0.35% | - |
| HSV(B) | 285.35º | 0.65% | 0.52% | - |
| XYZ | 11.93 | 7.17 | 22.95 | - |
| YUV | 76.24 | 160.03 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 133 | 0.16 | 0.65 | 0 | 0.48 | 285.35 | 0.48 | 0.35 |
| Hex | 70 | 2F | 85 | 10 | 41 | 0 | 30 | 11D | 30 | 23 |
| Octal | 160 | 57 | 205 | 20 | 101 | 0 | 60 | 435 | 60 | 43 |
| Binary | 1110000 | 101111 | 10000101 | 10000 | 1000001 | 0 | 110000 | 100011101 | 110000 | 100011 |
Color Harmonies of #702F85
Complementary color
Monochromatic Colors of #702F85
Black with #702F85
Text Example
Text Example
White with #702F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702F85; }
p { color: rgb(112,47,133); }
H1.HeaderClassName
{
color: #702F85;
}
.AnyTagClassName
{
color: #702F85;
}
</style>
background-color css
<style>
a { background-color: #702F85; }
a { background-color: rgb(112,47,133); }
div.DivClassName
{
background-color: #702F85;
}
.BgClassName
{
background-color: #702F85;
}
</style>
border-color css
<style>
span { border-color: #702F85; }
span { border-color: rgb(112,47,133); }
td.TdClassName
{
border-color: #702F85;
}
.TagClassName
{
border-color: #702F85;
}
</style>