Shades of Vivid Violet #702393
Tints of Vivid Violet #702393
RGB
CMYK
RGB Variations
Color information
#702393 (or 0x702393) is known color: Vivid Violet. HEX triplet: 70, 23 and 93. RGB value is (112,35,147). Sum of RGB (Red+Green+Blue) = 112+35+147=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #702393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702393 is #8FDC6C. Grayscale: #464646. Windows color (decimal): -9428077 or 9642864. OLE color: 9642864.
HSL color Cylindrical-coordinate representation of color #702393: hue angle of 281.25º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #702393 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 35 | 147 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.42 |
| HSL | 281.25º | 0.62% | 0.36% | - |
| HSV(B) | 281.25º | 0.76% | 0.58% | - |
| XYZ | 12.55 | 6.75 | 28.25 | - |
| YUV | 70.79 | 171.01 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 35 | 147 | 0.24 | 0.76 | 0 | 0.42 | 281.25 | 0.62 | 0.36 |
| Hex | 70 | 23 | 93 | 18 | 4C | 0 | 2A | 119 | 3E | 24 |
| Octal | 160 | 43 | 223 | 30 | 114 | 0 | 52 | 431 | 76 | 44 |
| Binary | 1110000 | 100011 | 10010011 | 11000 | 1001100 | 0 | 101010 | 100011001 | 111110 | 100100 |
Color Harmonies of #702393
Complementary color
Monochromatic Colors of #702393
Black with #702393
Text Example
Text Example
White with #702393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702393; }
p { color: rgb(112,35,147); }
H1.HeaderClassName
{
color: #702393;
}
.AnyTagClassName
{
color: #702393;
}
</style>
background-color css
<style>
a { background-color: #702393; }
a { background-color: rgb(112,35,147); }
div.DivClassName
{
background-color: #702393;
}
.BgClassName
{
background-color: #702393;
}
</style>
border-color css
<style>
span { border-color: #702393; }
span { border-color: rgb(112,35,147); }
td.TdClassName
{
border-color: #702393;
}
.TagClassName
{
border-color: #702393;
}
</style>