Shades of Blue Violet #702AE6
Tints of Blue Violet #702AE6
RGB
CMYK
RGB Variations
Color information
#702AE6 (or 0x702AE6) is known color: Blue Violet. HEX triplet: 70, 2A and E6. RGB value is (112,42,230). Sum of RGB (Red+Green+Blue) = 112+42+230=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 230 (90.23% from 255 or 59.90% from 384); Max value from RGB is 230 - color contains mainly: blue. Hex color #702AE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702AE6 is #8FD519. Grayscale: #535353. Windows color (decimal): -9426202 or 15084144. OLE color: 15084144.
HSL color Cylindrical-coordinate representation of color #702AE6: hue angle of 262.34º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #702AE6 is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 42 | 230 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.10 |
| HSL | 262.34º | 0.79% | 0.53% | - |
| HSV(B) | 262.34º | 0.82% | 0.9% | - |
| XYZ | 21.79 | 10.81 | 75.8 | - |
| YUV | 84.36 | 210.19 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 230 | 0.51 | 0.82 | 0 | 0.10 | 262.34 | 0.79 | 0.53 |
| Hex | 70 | 2A | E6 | 33 | 52 | 0 | A | 106 | 4F | 35 |
| Octal | 160 | 52 | 346 | 63 | 122 | 0 | 12 | 406 | 117 | 65 |
| Binary | 1110000 | 101010 | 11100110 | 110011 | 1010010 | 0 | 1010 | 100000110 | 1001111 | 110101 |
Color Harmonies of #702AE6
Complementary color
Monochromatic Colors of #702AE6
Black with #702AE6
Text Example
Text Example
White with #702AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702AE6; }
p { color: rgb(112,42,230); }
H1.HeaderClassName
{
color: #702AE6;
}
.AnyTagClassName
{
color: #702AE6;
}
</style>
background-color css
<style>
a { background-color: #702AE6; }
a { background-color: rgb(112,42,230); }
div.DivClassName
{
background-color: #702AE6;
}
.BgClassName
{
background-color: #702AE6;
}
</style>
border-color css
<style>
span { border-color: #702AE6; }
span { border-color: rgb(112,42,230); }
td.TdClassName
{
border-color: #702AE6;
}
.TagClassName
{
border-color: #702AE6;
}
</style>