Shades of Blue Violet #713AFB
Tints of Blue Violet #713AFB
RGB
CMYK
RGB Variations
Color information
#713AFB (or 0x713AFB) is known color: Blue Violet. HEX triplet: 71, 3A and FB. RGB value is (113,58,251). Sum of RGB (Red+Green+Blue) = 113+58+251=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 251 (98.44% from 255 or 59.48% from 422); Max value from RGB is 251 - color contains mainly: blue. Hex color #713AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713AFB is #8EC504. Grayscale: #5F5F5F. Windows color (decimal): -9356549 or 16464497. OLE color: 16464497.
HSL color Cylindrical-coordinate representation of color #713AFB: hue angle of 257.1º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #713AFB is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 58 | 251 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.02 |
| HSL | 257.1º | 0.96% | 0.61% | - |
| HSV(B) | 257.1º | 0.77% | 0.98% | - |
| XYZ | 25.74 | 13.5 | 92.52 | - |
| YUV | 96.45 | 215.22 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 251 | 0.55 | 0.77 | 0 | 0.02 | 257.1 | 0.96 | 0.61 |
| Hex | 71 | 3A | FB | 37 | 4D | 0 | 2 | 101 | 60 | 3D |
| Octal | 161 | 72 | 373 | 67 | 115 | 0 | 2 | 401 | 140 | 75 |
| Binary | 1110001 | 111010 | 11111011 | 110111 | 1001101 | 0 | 10 | 100000001 | 1100000 | 111101 |
Color Harmonies of #713AFB
Complementary color
Monochromatic Colors of #713AFB
Black with #713AFB
Text Example
Text Example
White with #713AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713AFB; }
p { color: rgb(113,58,251); }
H1.HeaderClassName
{
color: #713AFB;
}
.AnyTagClassName
{
color: #713AFB;
}
</style>
background-color css
<style>
a { background-color: #713AFB; }
a { background-color: rgb(113,58,251); }
div.DivClassName
{
background-color: #713AFB;
}
.BgClassName
{
background-color: #713AFB;
}
</style>
border-color css
<style>
span { border-color: #713AFB; }
span { border-color: rgb(113,58,251); }
td.TdClassName
{
border-color: #713AFB;
}
.TagClassName
{
border-color: #713AFB;
}
</style>