Shades of Blue Violet #713BF7
Tints of Blue Violet #713BF7
RGB
CMYK
RGB Variations
Color information
#713BF7 (or 0x713BF7) is known color: Blue Violet. HEX triplet: 71, 3B and F7. RGB value is (113,59,247). Sum of RGB (Red+Green+Blue) = 113+59+247=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 247 (96.88% from 255 or 58.95% from 419); Max value from RGB is 247 - color contains mainly: blue. Hex color #713BF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713BF7 is #8EC408. Grayscale: #5F5F5F. Windows color (decimal): -9356297 or 16202609. OLE color: 16202609.
HSL color Cylindrical-coordinate representation of color #713BF7: hue angle of 257.23º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #713BF7 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 59 | 247 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.03 |
| HSL | 257.23º | 0.92% | 0.6% | - |
| HSV(B) | 257.23º | 0.76% | 0.97% | - |
| XYZ | 25.16 | 13.35 | 89.25 | - |
| YUV | 96.58 | 212.89 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 247 | 0.54 | 0.76 | 0 | 0.03 | 257.23 | 0.92 | 0.6 |
| Hex | 71 | 3B | F7 | 36 | 4C | 0 | 3 | 101 | 5C | 3C |
| Octal | 161 | 73 | 367 | 66 | 114 | 0 | 3 | 401 | 134 | 74 |
| Binary | 1110001 | 111011 | 11110111 | 110110 | 1001100 | 0 | 11 | 100000001 | 1011100 | 111100 |
Color Harmonies of #713BF7
Complementary color
Monochromatic Colors of #713BF7
Black with #713BF7
Text Example
Text Example
White with #713BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713BF7; }
p { color: rgb(113,59,247); }
H1.HeaderClassName
{
color: #713BF7;
}
.AnyTagClassName
{
color: #713BF7;
}
</style>
background-color css
<style>
a { background-color: #713BF7; }
a { background-color: rgb(113,59,247); }
div.DivClassName
{
background-color: #713BF7;
}
.BgClassName
{
background-color: #713BF7;
}
</style>
border-color css
<style>
span { border-color: #713BF7; }
span { border-color: rgb(113,59,247); }
td.TdClassName
{
border-color: #713BF7;
}
.TagClassName
{
border-color: #713BF7;
}
</style>