Shades of Blue Violet #703AF1
Tints of Blue Violet #703AF1
RGB
CMYK
RGB Variations
Color information
#703AF1 (or 0x703AF1) is known color: Blue Violet. HEX triplet: 70, 3A and F1. RGB value is (112,58,241). Sum of RGB (Red+Green+Blue) = 112+58+241=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 241 (94.53% from 255 or 58.64% from 411); Max value from RGB is 241 - color contains mainly: blue. Hex color #703AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703AF1 is #8FC50E. Grayscale: #5E5E5E. Windows color (decimal): -9422095 or 15809136. OLE color: 15809136.
HSL color Cylindrical-coordinate representation of color #703AF1: hue angle of 257.7º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #703AF1 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 58 | 241 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.05 |
| HSL | 257.7º | 0.87% | 0.59% | - |
| HSV(B) | 257.7º | 0.76% | 0.95% | - |
| XYZ | 24.07 | 12.82 | 84.43 | - |
| YUV | 95.01 | 210.39 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 58 | 241 | 0.54 | 0.76 | 0 | 0.05 | 257.7 | 0.87 | 0.59 |
| Hex | 70 | 3A | F1 | 36 | 4C | 0 | 5 | 102 | 57 | 3B |
| Octal | 160 | 72 | 361 | 66 | 114 | 0 | 5 | 402 | 127 | 73 |
| Binary | 1110000 | 111010 | 11110001 | 110110 | 1001100 | 0 | 101 | 100000010 | 1010111 | 111011 |
Color Harmonies of #703AF1
Complementary color
Monochromatic Colors of #703AF1
Black with #703AF1
Text Example
Text Example
White with #703AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703AF1; }
p { color: rgb(112,58,241); }
H1.HeaderClassName
{
color: #703AF1;
}
.AnyTagClassName
{
color: #703AF1;
}
</style>
background-color css
<style>
a { background-color: #703AF1; }
a { background-color: rgb(112,58,241); }
div.DivClassName
{
background-color: #703AF1;
}
.BgClassName
{
background-color: #703AF1;
}
</style>
border-color css
<style>
span { border-color: #703AF1; }
span { border-color: rgb(112,58,241); }
td.TdClassName
{
border-color: #703AF1;
}
.TagClassName
{
border-color: #703AF1;
}
</style>