Shades of Vivid Violet #702592
Tints of Vivid Violet #702592
RGB
CMYK
RGB Variations
Color information
#702592 (or 0x702592) is known color: Vivid Violet. HEX triplet: 70, 25 and 92. RGB value is (112,37,146). Sum of RGB (Red+Green+Blue) = 112+37+146=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #702592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702592 is #8FDA6D. Grayscale: #474747. Windows color (decimal): -9427566 or 9577840. OLE color: 9577840.
HSL color Cylindrical-coordinate representation of color #702592: hue angle of 281.28º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #702592 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 37 | 146 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.43 |
| HSL | 281.28º | 0.6% | 0.36% | - |
| HSV(B) | 281.28º | 0.75% | 0.57% | - |
| XYZ | 12.53 | 6.84 | 27.85 | - |
| YUV | 71.85 | 169.85 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 146 | 0.23 | 0.75 | 0 | 0.43 | 281.28 | 0.6 | 0.36 |
| Hex | 70 | 25 | 92 | 17 | 4B | 0 | 2B | 119 | 3C | 24 |
| Octal | 160 | 45 | 222 | 27 | 113 | 0 | 53 | 431 | 74 | 44 |
| Binary | 1110000 | 100101 | 10010010 | 10111 | 1001011 | 0 | 101011 | 100011001 | 111100 | 100100 |
Color Harmonies of #702592
Complementary color
Monochromatic Colors of #702592
Black with #702592
Text Example
Text Example
White with #702592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702592; }
p { color: rgb(112,37,146); }
H1.HeaderClassName
{
color: #702592;
}
.AnyTagClassName
{
color: #702592;
}
</style>
background-color css
<style>
a { background-color: #702592; }
a { background-color: rgb(112,37,146); }
div.DivClassName
{
background-color: #702592;
}
.BgClassName
{
background-color: #702592;
}
</style>
border-color css
<style>
span { border-color: #702592; }
span { border-color: rgb(112,37,146); }
td.TdClassName
{
border-color: #702592;
}
.TagClassName
{
border-color: #702592;
}
</style>