Shades of Blue Violet #702DF0
Tints of Blue Violet #702DF0
RGB
CMYK
RGB Variations
Color information
#702DF0 (or 0x702DF0) is known color: Blue Violet. HEX triplet: 70, 2D and F0. RGB value is (112,45,240). Sum of RGB (Red+Green+Blue) = 112+45+240=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 240 (94.14% from 255 or 60.45% from 397); Max value from RGB is 240 - color contains mainly: blue. Hex color #702DF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702DF0 is #8FD20F. Grayscale: #565656. Windows color (decimal): -9425424 or 15740272. OLE color: 15740272.
HSL color Cylindrical-coordinate representation of color #702DF0: hue angle of 260.62º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #702DF0 is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 45 | 240 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.06 |
| HSL | 260.62º | 0.87% | 0.56% | - |
| HSV(B) | 260.62º | 0.81% | 0.94% | - |
| XYZ | 23.35 | 11.61 | 83.45 | - |
| YUV | 87.26 | 214.2 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 240 | 0.53 | 0.81 | 0 | 0.06 | 260.62 | 0.87 | 0.56 |
| Hex | 70 | 2D | F0 | 35 | 51 | 0 | 6 | 105 | 57 | 38 |
| Octal | 160 | 55 | 360 | 65 | 121 | 0 | 6 | 405 | 127 | 70 |
| Binary | 1110000 | 101101 | 11110000 | 110101 | 1010001 | 0 | 110 | 100000101 | 1010111 | 111000 |
Color Harmonies of #702DF0
Complementary color
Monochromatic Colors of #702DF0
Black with #702DF0
Text Example
Text Example
White with #702DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702DF0; }
p { color: rgb(112,45,240); }
H1.HeaderClassName
{
color: #702DF0;
}
.AnyTagClassName
{
color: #702DF0;
}
</style>
background-color css
<style>
a { background-color: #702DF0; }
a { background-color: rgb(112,45,240); }
div.DivClassName
{
background-color: #702DF0;
}
.BgClassName
{
background-color: #702DF0;
}
</style>
border-color css
<style>
span { border-color: #702DF0; }
span { border-color: rgb(112,45,240); }
td.TdClassName
{
border-color: #702DF0;
}
.TagClassName
{
border-color: #702DF0;
}
</style>