Shades of Blue Violet #702DED
Tints of Blue Violet #702DED
RGB
CMYK
RGB Variations
Color information
#702DED (or 0x702DED) is known color: Blue Violet. HEX triplet: 70, 2D and ED. RGB value is (112,45,237). Sum of RGB (Red+Green+Blue) = 112+45+237=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 237 (92.97% from 255 or 60.15% from 394); Max value from RGB is 237 - color contains mainly: blue. Hex color #702DED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702DED is #8FD212. Grayscale: #565656. Windows color (decimal): -9425427 or 15543664. OLE color: 15543664.
HSL color Cylindrical-coordinate representation of color #702DED: hue angle of 260.94º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #702DED is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 45 | 237 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.07 |
| HSL | 260.94º | 0.84% | 0.55% | - |
| HSV(B) | 260.94º | 0.81% | 0.93% | - |
| XYZ | 22.91 | 11.44 | 81.12 | - |
| YUV | 86.92 | 212.7 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 237 | 0.53 | 0.81 | 0 | 0.07 | 260.94 | 0.84 | 0.55 |
| Hex | 70 | 2D | ED | 35 | 51 | 0 | 7 | 105 | 54 | 37 |
| Octal | 160 | 55 | 355 | 65 | 121 | 0 | 7 | 405 | 124 | 67 |
| Binary | 1110000 | 101101 | 11101101 | 110101 | 1010001 | 0 | 111 | 100000101 | 1010100 | 110111 |
Color Harmonies of #702DED
Complementary color
Monochromatic Colors of #702DED
Black with #702DED
Text Example
Text Example
White with #702DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702DED; }
p { color: rgb(112,45,237); }
H1.HeaderClassName
{
color: #702DED;
}
.AnyTagClassName
{
color: #702DED;
}
</style>
background-color css
<style>
a { background-color: #702DED; }
a { background-color: rgb(112,45,237); }
div.DivClassName
{
background-color: #702DED;
}
.BgClassName
{
background-color: #702DED;
}
</style>
border-color css
<style>
span { border-color: #702DED; }
span { border-color: rgb(112,45,237); }
td.TdClassName
{
border-color: #702DED;
}
.TagClassName
{
border-color: #702DED;
}
</style>