Shades of Vivid Violet #702495
Tints of Vivid Violet #702495
RGB
CMYK
RGB Variations
Color information
#702495 (or 0x702495) is known color: Vivid Violet. HEX triplet: 70, 24 and 95. RGB value is (112,36,149). Sum of RGB (Red+Green+Blue) = 112+36+149=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #702495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702495 is #8FDB6A. Grayscale: #474747. Windows color (decimal): -9427819 or 9774192. OLE color: 9774192.
HSL color Cylindrical-coordinate representation of color #702495: hue angle of 280.35º degrees, saturation: 0.61, 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 #702495 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 36 | 149 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.42 |
| HSL | 280.35º | 0.61% | 0.36% | - |
| HSV(B) | 280.35º | 0.76% | 0.58% | - |
| XYZ | 12.74 | 6.88 | 29.09 | - |
| YUV | 71.61 | 171.68 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 36 | 149 | 0.25 | 0.76 | 0 | 0.42 | 280.35 | 0.61 | 0.36 |
| Hex | 70 | 24 | 95 | 19 | 4C | 0 | 2A | 118 | 3D | 24 |
| Octal | 160 | 44 | 225 | 31 | 114 | 0 | 52 | 430 | 75 | 44 |
| Binary | 1110000 | 100100 | 10010101 | 11001 | 1001100 | 0 | 101010 | 100011000 | 111101 | 100100 |
Color Harmonies of #702495
Complementary color
Monochromatic Colors of #702495
Black with #702495
Text Example
Text Example
White with #702495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702495; }
p { color: rgb(112,36,149); }
H1.HeaderClassName
{
color: #702495;
}
.AnyTagClassName
{
color: #702495;
}
</style>
background-color css
<style>
a { background-color: #702495; }
a { background-color: rgb(112,36,149); }
div.DivClassName
{
background-color: #702495;
}
.BgClassName
{
background-color: #702495;
}
</style>
border-color css
<style>
span { border-color: #702495; }
span { border-color: rgb(112,36,149); }
td.TdClassName
{
border-color: #702495;
}
.TagClassName
{
border-color: #702495;
}
</style>