Shades of Blue Violet #703DF3
Tints of Blue Violet #703DF3
RGB
CMYK
RGB Variations
Color information
#703DF3 (or 0x703DF3) is known color: Blue Violet. HEX triplet: 70, 3D and F3. RGB value is (112,61,243). Sum of RGB (Red+Green+Blue) = 112+61+243=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 243 (95.31% from 255 or 58.41% from 416); Max value from RGB is 243 - color contains mainly: blue. Hex color #703DF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703DF3 is #8FC20C. Grayscale: #606060. Windows color (decimal): -9421325 or 15940976. OLE color: 15940976.
HSL color Cylindrical-coordinate representation of color #703DF3: hue angle of 256.81º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #703DF3 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 61 | 243 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.05 |
| HSL | 256.81º | 0.88% | 0.6% | - |
| HSV(B) | 256.81º | 0.75% | 0.95% | - |
| XYZ | 24.53 | 13.25 | 86.06 | - |
| YUV | 97 | 210.4 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 243 | 0.54 | 0.75 | 0 | 0.05 | 256.81 | 0.88 | 0.6 |
| Hex | 70 | 3D | F3 | 36 | 4B | 0 | 5 | 101 | 58 | 3C |
| Octal | 160 | 75 | 363 | 66 | 113 | 0 | 5 | 401 | 130 | 74 |
| Binary | 1110000 | 111101 | 11110011 | 110110 | 1001011 | 0 | 101 | 100000001 | 1011000 | 111100 |
Color Harmonies of #703DF3
Complementary color
Monochromatic Colors of #703DF3
Black with #703DF3
Text Example
Text Example
White with #703DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703DF3; }
p { color: rgb(112,61,243); }
H1.HeaderClassName
{
color: #703DF3;
}
.AnyTagClassName
{
color: #703DF3;
}
</style>
background-color css
<style>
a { background-color: #703DF3; }
a { background-color: rgb(112,61,243); }
div.DivClassName
{
background-color: #703DF3;
}
.BgClassName
{
background-color: #703DF3;
}
</style>
border-color css
<style>
span { border-color: #703DF3; }
span { border-color: rgb(112,61,243); }
td.TdClassName
{
border-color: #703DF3;
}
.TagClassName
{
border-color: #703DF3;
}
</style>