Shades of Blue Violet #702EEA
Tints of Blue Violet #702EEA
RGB
CMYK
RGB Variations
Color information
#702EEA (or 0x702EEA) is known color: Blue Violet. HEX triplet: 70, 2E and EA. RGB value is (112,46,234). Sum of RGB (Red+Green+Blue) = 112+46+234=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #702EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702EEA is #8FD115. Grayscale: #565656. Windows color (decimal): -9425174 or 15347312. OLE color: 15347312.
HSL color Cylindrical-coordinate representation of color #702EEA: hue angle of 261.06º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #702EEA is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 46 | 234 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.08 |
| HSL | 261.06º | 0.82% | 0.55% | - |
| HSV(B) | 261.06º | 0.8% | 0.92% | - |
| XYZ | 22.51 | 11.34 | 78.84 | - |
| YUV | 87.17 | 210.87 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 234 | 0.52 | 0.80 | 0 | 0.08 | 261.06 | 0.82 | 0.55 |
| Hex | 70 | 2E | EA | 34 | 50 | 0 | 8 | 105 | 52 | 37 |
| Octal | 160 | 56 | 352 | 64 | 120 | 0 | 10 | 405 | 122 | 67 |
| Binary | 1110000 | 101110 | 11101010 | 110100 | 1010000 | 0 | 1000 | 100000101 | 1010010 | 110111 |
Color Harmonies of #702EEA
Complementary color
Monochromatic Colors of #702EEA
Black with #702EEA
Text Example
Text Example
White with #702EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702EEA; }
p { color: rgb(112,46,234); }
H1.HeaderClassName
{
color: #702EEA;
}
.AnyTagClassName
{
color: #702EEA;
}
</style>
background-color css
<style>
a { background-color: #702EEA; }
a { background-color: rgb(112,46,234); }
div.DivClassName
{
background-color: #702EEA;
}
.BgClassName
{
background-color: #702EEA;
}
</style>
border-color css
<style>
span { border-color: #702EEA; }
span { border-color: rgb(112,46,234); }
td.TdClassName
{
border-color: #702EEA;
}
.TagClassName
{
border-color: #702EEA;
}
</style>