Shades of Blue Violet #702BEF
Tints of Blue Violet #702BEF
RGB
CMYK
RGB Variations
Color information
#702BEF (or 0x702BEF) is known color: Blue Violet. HEX triplet: 70, 2B and EF. RGB value is (112,43,239). Sum of RGB (Red+Green+Blue) = 112+43+239=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #702BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702BEF is #8FD410. Grayscale: #555555. Windows color (decimal): -9425937 or 15674224. OLE color: 15674224.
HSL color Cylindrical-coordinate representation of color #702BEF: hue angle of 261.12º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #702BEF is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 43 | 239 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.06 |
| HSL | 261.12º | 0.86% | 0.55% | - |
| HSV(B) | 261.12º | 0.82% | 0.94% | - |
| XYZ | 23.13 | 11.4 | 82.64 | - |
| YUV | 85.98 | 214.36 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 239 | 0.53 | 0.82 | 0 | 0.06 | 261.12 | 0.86 | 0.55 |
| Hex | 70 | 2B | EF | 35 | 52 | 0 | 6 | 105 | 56 | 37 |
| Octal | 160 | 53 | 357 | 65 | 122 | 0 | 6 | 405 | 126 | 67 |
| Binary | 1110000 | 101011 | 11101111 | 110101 | 1010010 | 0 | 110 | 100000101 | 1010110 | 110111 |
Color Harmonies of #702BEF
Complementary color
Monochromatic Colors of #702BEF
Black with #702BEF
Text Example
Text Example
White with #702BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702BEF; }
p { color: rgb(112,43,239); }
H1.HeaderClassName
{
color: #702BEF;
}
.AnyTagClassName
{
color: #702BEF;
}
</style>
background-color css
<style>
a { background-color: #702BEF; }
a { background-color: rgb(112,43,239); }
div.DivClassName
{
background-color: #702BEF;
}
.BgClassName
{
background-color: #702BEF;
}
</style>
border-color css
<style>
span { border-color: #702BEF; }
span { border-color: rgb(112,43,239); }
td.TdClassName
{
border-color: #702BEF;
}
.TagClassName
{
border-color: #702BEF;
}
</style>