Shades of Blue Violet #713BFB
Tints of Blue Violet #713BFB
RGB
CMYK
RGB Variations
Color information
#713BFB (or 0x713BFB) is known color: Blue Violet. HEX triplet: 71, 3B and FB. RGB value is (113,59,251). Sum of RGB (Red+Green+Blue) = 113+59+251=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #713BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713BFB is #8EC404. Grayscale: #606060. Windows color (decimal): -9356293 or 16464753. OLE color: 16464753.
HSL color Cylindrical-coordinate representation of color #713BFB: hue angle of 256.88º degrees, saturation: 0.96, 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 #713BFB is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 59 | 251 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.02 |
| HSL | 256.88º | 0.96% | 0.61% | - |
| HSV(B) | 256.88º | 0.76% | 0.98% | - |
| XYZ | 25.79 | 13.6 | 92.53 | - |
| YUV | 97.03 | 214.89 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 251 | 0.55 | 0.76 | 0 | 0.02 | 256.88 | 0.96 | 0.61 |
| Hex | 71 | 3B | FB | 37 | 4C | 0 | 2 | 101 | 60 | 3D |
| Octal | 161 | 73 | 373 | 67 | 114 | 0 | 2 | 401 | 140 | 75 |
| Binary | 1110001 | 111011 | 11111011 | 110111 | 1001100 | 0 | 10 | 100000001 | 1100000 | 111101 |
Color Harmonies of #713BFB
Complementary color
Monochromatic Colors of #713BFB
Black with #713BFB
Text Example
Text Example
White with #713BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713BFB; }
p { color: rgb(113,59,251); }
H1.HeaderClassName
{
color: #713BFB;
}
.AnyTagClassName
{
color: #713BFB;
}
</style>
background-color css
<style>
a { background-color: #713BFB; }
a { background-color: rgb(113,59,251); }
div.DivClassName
{
background-color: #713BFB;
}
.BgClassName
{
background-color: #713BFB;
}
</style>
border-color css
<style>
span { border-color: #713BFB; }
span { border-color: rgb(113,59,251); }
td.TdClassName
{
border-color: #713BFB;
}
.TagClassName
{
border-color: #713BFB;
}
</style>