Shades of Blue Violet #702FE1
Tints of Blue Violet #702FE1
RGB
CMYK
RGB Variations
Color information
#702FE1 (or 0x702FE1) is known color: Blue Violet. HEX triplet: 70, 2F and E1. RGB value is (112,47,225). Sum of RGB (Red+Green+Blue) = 112+47+225=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 47 (18.75% from 255 or 12.24% from 384); Blue value is 225 (88.28% from 255 or 58.59% from 384); Max value from RGB is 225 - color contains mainly: blue. Hex color #702FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702FE1 is #8FD01E. Grayscale: #565656. Windows color (decimal): -9424927 or 14757744. OLE color: 14757744.
HSL color Cylindrical-coordinate representation of color #702FE1: hue angle of 261.91º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #702FE1 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 47 | 225 | - |
| CMYK | 0.50 | 0.79 | 0 | 0.12 |
| HSL | 261.91º | 0.75% | 0.53% | - |
| HSV(B) | 261.91º | 0.79% | 0.88% | - |
| XYZ | 21.29 | 10.91 | 72.22 | - |
| YUV | 86.73 | 206.03 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 225 | 0.50 | 0.79 | 0 | 0.12 | 261.91 | 0.75 | 0.53 |
| Hex | 70 | 2F | E1 | 32 | 4F | 0 | C | 106 | 4B | 35 |
| Octal | 160 | 57 | 341 | 62 | 117 | 0 | 14 | 406 | 113 | 65 |
| Binary | 1110000 | 101111 | 11100001 | 110010 | 1001111 | 0 | 1100 | 100000110 | 1001011 | 110101 |
Color Harmonies of #702FE1
Complementary color
Monochromatic Colors of #702FE1
Black with #702FE1
Text Example
Text Example
White with #702FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702FE1; }
p { color: rgb(112,47,225); }
H1.HeaderClassName
{
color: #702FE1;
}
.AnyTagClassName
{
color: #702FE1;
}
</style>
background-color css
<style>
a { background-color: #702FE1; }
a { background-color: rgb(112,47,225); }
div.DivClassName
{
background-color: #702FE1;
}
.BgClassName
{
background-color: #702FE1;
}
</style>
border-color css
<style>
span { border-color: #702FE1; }
span { border-color: rgb(112,47,225); }
td.TdClassName
{
border-color: #702FE1;
}
.TagClassName
{
border-color: #702FE1;
}
</style>