Shades of Blue Violet #713BFA
Tints of Blue Violet #713BFA
RGB
CMYK
RGB Variations
Color information
#713BFA (or 0x713BFA) is known color: Blue Violet. HEX triplet: 71, 3B and FA. RGB value is (113,59,250). Sum of RGB (Red+Green+Blue) = 113+59+250=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #713BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713BFA is #8EC405. Grayscale: #606060. Windows color (decimal): -9356294 or 16399217. OLE color: 16399217.
HSL color Cylindrical-coordinate representation of color #713BFA: hue angle of 256.96º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #713BFA is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 59 | 250 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.02 |
| HSL | 256.96º | 0.95% | 0.61% | - |
| HSV(B) | 256.96º | 0.76% | 0.98% | - |
| XYZ | 25.63 | 13.54 | 91.71 | - |
| YUV | 96.92 | 214.39 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 250 | 0.55 | 0.76 | 0 | 0.02 | 256.96 | 0.95 | 0.61 |
| Hex | 71 | 3B | FA | 37 | 4C | 0 | 2 | 101 | 5F | 3D |
| Octal | 161 | 73 | 372 | 67 | 114 | 0 | 2 | 401 | 137 | 75 |
| Binary | 1110001 | 111011 | 11111010 | 110111 | 1001100 | 0 | 10 | 100000001 | 1011111 | 111101 |
Color Harmonies of #713BFA
Complementary color
Monochromatic Colors of #713BFA
Black with #713BFA
Text Example
Text Example
White with #713BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713BFA; }
p { color: rgb(113,59,250); }
H1.HeaderClassName
{
color: #713BFA;
}
.AnyTagClassName
{
color: #713BFA;
}
</style>
background-color css
<style>
a { background-color: #713BFA; }
a { background-color: rgb(113,59,250); }
div.DivClassName
{
background-color: #713BFA;
}
.BgClassName
{
background-color: #713BFA;
}
</style>
border-color css
<style>
span { border-color: #713BFA; }
span { border-color: rgb(113,59,250); }
td.TdClassName
{
border-color: #713BFA;
}
.TagClassName
{
border-color: #713BFA;
}
</style>