Shades of Vivid Violet #702E85
Tints of Vivid Violet #702E85
RGB
CMYK
RGB Variations
Color information
#702E85 (or 0x702E85) is known color: Vivid Violet. HEX triplet: 70, 2E and 85. RGB value is (112,46,133). Sum of RGB (Red+Green+Blue) = 112+46+133=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #702E85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702E85 is #8FD17A. Grayscale: #4B4B4B. Windows color (decimal): -9425275 or 8728176. OLE color: 8728176.
HSL color Cylindrical-coordinate representation of color #702E85: hue angle of 285.52º degrees, saturation: 0.49, 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 #702E85 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 46 | 133 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.48 |
| HSL | 285.52º | 0.49% | 0.35% | - |
| HSV(B) | 285.52º | 0.65% | 0.52% | - |
| XYZ | 11.89 | 7.09 | 22.93 | - |
| YUV | 75.65 | 160.37 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 133 | 0.16 | 0.65 | 0 | 0.48 | 285.52 | 0.49 | 0.35 |
| Hex | 70 | 2E | 85 | 10 | 41 | 0 | 30 | 11E | 31 | 23 |
| Octal | 160 | 56 | 205 | 20 | 101 | 0 | 60 | 436 | 61 | 43 |
| Binary | 1110000 | 101110 | 10000101 | 10000 | 1000001 | 0 | 110000 | 100011110 | 110001 | 100011 |
Color Harmonies of #702E85
Complementary color
Monochromatic Colors of #702E85
Black with #702E85
Text Example
Text Example
White with #702E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E85; }
p { color: rgb(112,46,133); }
H1.HeaderClassName
{
color: #702E85;
}
.AnyTagClassName
{
color: #702E85;
}
</style>
background-color css
<style>
a { background-color: #702E85; }
a { background-color: rgb(112,46,133); }
div.DivClassName
{
background-color: #702E85;
}
.BgClassName
{
background-color: #702E85;
}
</style>
border-color css
<style>
span { border-color: #702E85; }
span { border-color: rgb(112,46,133); }
td.TdClassName
{
border-color: #702E85;
}
.TagClassName
{
border-color: #702E85;
}
</style>