Shades of Blue Violet #713BF3
Tints of Blue Violet #713BF3
RGB
CMYK
RGB Variations
Color information
#713BF3 (or 0x713BF3) is known color: Blue Violet. HEX triplet: 71, 3B and F3. RGB value is (113,59,243). Sum of RGB (Red+Green+Blue) = 113+59+243=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 243 (95.31% from 255 or 58.55% from 415); Max value from RGB is 243 - color contains mainly: blue. Hex color #713BF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713BF3 is #8EC40C. Grayscale: #5F5F5F. Windows color (decimal): -9356301 or 15940465. OLE color: 15940465.
HSL color Cylindrical-coordinate representation of color #713BF3: hue angle of 257.61º degrees, saturation: 0.88, 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 #713BF3 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 59 | 243 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.05 |
| HSL | 257.61º | 0.88% | 0.59% | - |
| HSV(B) | 257.61º | 0.76% | 0.95% | - |
| XYZ | 24.55 | 13.11 | 86.03 | - |
| YUV | 96.12 | 210.89 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 243 | 0.53 | 0.76 | 0 | 0.05 | 257.61 | 0.88 | 0.59 |
| Hex | 71 | 3B | F3 | 35 | 4C | 0 | 5 | 102 | 58 | 3B |
| Octal | 161 | 73 | 363 | 65 | 114 | 0 | 5 | 402 | 130 | 73 |
| Binary | 1110001 | 111011 | 11110011 | 110101 | 1001100 | 0 | 101 | 100000010 | 1011000 | 111011 |
Color Harmonies of #713BF3
Complementary color
Monochromatic Colors of #713BF3
Black with #713BF3
Text Example
Text Example
White with #713BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713BF3; }
p { color: rgb(113,59,243); }
H1.HeaderClassName
{
color: #713BF3;
}
.AnyTagClassName
{
color: #713BF3;
}
</style>
background-color css
<style>
a { background-color: #713BF3; }
a { background-color: rgb(113,59,243); }
div.DivClassName
{
background-color: #713BF3;
}
.BgClassName
{
background-color: #713BF3;
}
</style>
border-color css
<style>
span { border-color: #713BF3; }
span { border-color: rgb(113,59,243); }
td.TdClassName
{
border-color: #713BF3;
}
.TagClassName
{
border-color: #713BF3;
}
</style>