Shades of Blue Violet #702CEE
Tints of Blue Violet #702CEE
RGB
CMYK
RGB Variations
Color information
#702CEE (or 0x702CEE) is known color: Blue Violet. HEX triplet: 70, 2C and EE. RGB value is (112,44,238). Sum of RGB (Red+Green+Blue) = 112+44+238=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #702CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702CEE is #8FD311. Grayscale: #555555. Windows color (decimal): -9425682 or 15608944. OLE color: 15608944.
HSL color Cylindrical-coordinate representation of color #702CEE: hue angle of 261.03º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #702CEE is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 44 | 238 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.07 |
| HSL | 261.03º | 0.85% | 0.55% | - |
| HSV(B) | 261.03º | 0.82% | 0.93% | - |
| XYZ | 23.02 | 11.42 | 81.88 | - |
| YUV | 86.45 | 213.53 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 238 | 0.53 | 0.82 | 0 | 0.07 | 261.03 | 0.85 | 0.55 |
| Hex | 70 | 2C | EE | 35 | 52 | 0 | 7 | 105 | 55 | 37 |
| Octal | 160 | 54 | 356 | 65 | 122 | 0 | 7 | 405 | 125 | 67 |
| Binary | 1110000 | 101100 | 11101110 | 110101 | 1010010 | 0 | 111 | 100000101 | 1010101 | 110111 |
Color Harmonies of #702CEE
Complementary color
Monochromatic Colors of #702CEE
Black with #702CEE
Text Example
Text Example
White with #702CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702CEE; }
p { color: rgb(112,44,238); }
H1.HeaderClassName
{
color: #702CEE;
}
.AnyTagClassName
{
color: #702CEE;
}
</style>
background-color css
<style>
a { background-color: #702CEE; }
a { background-color: rgb(112,44,238); }
div.DivClassName
{
background-color: #702CEE;
}
.BgClassName
{
background-color: #702CEE;
}
</style>
border-color css
<style>
span { border-color: #702CEE; }
span { border-color: rgb(112,44,238); }
td.TdClassName
{
border-color: #702CEE;
}
.TagClassName
{
border-color: #702CEE;
}
</style>