Shades of Blue Violet #702CF3
Tints of Blue Violet #702CF3
RGB
CMYK
RGB Variations
Color information
#702CF3 (or 0x702CF3) is known color: Blue Violet. HEX triplet: 70, 2C and F3. RGB value is (112,44,243). Sum of RGB (Red+Green+Blue) = 112+44+243=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 243 (95.31% from 255 or 60.90% from 399); Max value from RGB is 243 - color contains mainly: blue. Hex color #702CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702CF3 is #8FD30C. Grayscale: #565656. Windows color (decimal): -9425677 or 15936624. OLE color: 15936624.
HSL color Cylindrical-coordinate representation of color #702CF3: hue angle of 260.5º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #702CF3 is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 44 | 243 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.05 |
| HSL | 260.5º | 0.89% | 0.56% | - |
| HSV(B) | 260.5º | 0.82% | 0.95% | - |
| XYZ | 23.76 | 11.72 | 85.8 | - |
| YUV | 87.02 | 216.03 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 243 | 0.54 | 0.82 | 0 | 0.05 | 260.5 | 0.89 | 0.56 |
| Hex | 70 | 2C | F3 | 36 | 52 | 0 | 5 | 105 | 59 | 38 |
| Octal | 160 | 54 | 363 | 66 | 122 | 0 | 5 | 405 | 131 | 70 |
| Binary | 1110000 | 101100 | 11110011 | 110110 | 1010010 | 0 | 101 | 100000101 | 1011001 | 111000 |
Color Harmonies of #702CF3
Complementary color
Monochromatic Colors of #702CF3
Black with #702CF3
Text Example
Text Example
White with #702CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702CF3; }
p { color: rgb(112,44,243); }
H1.HeaderClassName
{
color: #702CF3;
}
.AnyTagClassName
{
color: #702CF3;
}
</style>
background-color css
<style>
a { background-color: #702CF3; }
a { background-color: rgb(112,44,243); }
div.DivClassName
{
background-color: #702CF3;
}
.BgClassName
{
background-color: #702CF3;
}
</style>
border-color css
<style>
span { border-color: #702CF3; }
span { border-color: rgb(112,44,243); }
td.TdClassName
{
border-color: #702CF3;
}
.TagClassName
{
border-color: #702CF3;
}
</style>