Shades of Vivid Violet #702390
Tints of Vivid Violet #702390
RGB
CMYK
RGB Variations
Color information
#702390 (or 0x702390) is known color: Vivid Violet. HEX triplet: 70, 23 and 90. RGB value is (112,35,144). Sum of RGB (Red+Green+Blue) = 112+35+144=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #702390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702390 is #8FDC6F. Grayscale: #464646. Windows color (decimal): -9428080 or 9446256. OLE color: 9446256.
HSL color Cylindrical-coordinate representation of color #702390: hue angle of 282.39º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #702390 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 35 | 144 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.44 |
| HSL | 282.39º | 0.61% | 0.35% | - |
| HSV(B) | 282.39º | 0.76% | 0.56% | - |
| XYZ | 12.32 | 6.66 | 27.02 | - |
| YUV | 70.45 | 169.51 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 35 | 144 | 0.22 | 0.76 | 0 | 0.44 | 282.39 | 0.61 | 0.35 |
| Hex | 70 | 23 | 90 | 16 | 4C | 0 | 2C | 11A | 3D | 23 |
| Octal | 160 | 43 | 220 | 26 | 114 | 0 | 54 | 432 | 75 | 43 |
| Binary | 1110000 | 100011 | 10010000 | 10110 | 1001100 | 0 | 101100 | 100011010 | 111101 | 100011 |
Color Harmonies of #702390
Complementary color
Monochromatic Colors of #702390
Black with #702390
Text Example
Text Example
White with #702390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702390; }
p { color: rgb(112,35,144); }
H1.HeaderClassName
{
color: #702390;
}
.AnyTagClassName
{
color: #702390;
}
</style>
background-color css
<style>
a { background-color: #702390; }
a { background-color: rgb(112,35,144); }
div.DivClassName
{
background-color: #702390;
}
.BgClassName
{
background-color: #702390;
}
</style>
border-color css
<style>
span { border-color: #702390; }
span { border-color: rgb(112,35,144); }
td.TdClassName
{
border-color: #702390;
}
.TagClassName
{
border-color: #702390;
}
</style>