Shades of Blue Violet #713BE9
Tints of Blue Violet #713BE9
RGB
CMYK
RGB Variations
Color information
#713BE9 (or 0x713BE9) is known color: Blue Violet. HEX triplet: 71, 3B and E9. RGB value is (113,59,233). Sum of RGB (Red+Green+Blue) = 113+59+233=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 233 (91.41% from 255 or 57.53% from 405); Max value from RGB is 233 - color contains mainly: blue. Hex color #713BE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713BE9 is #8EC416. Grayscale: #5E5E5E. Windows color (decimal): -9356311 or 15285105. OLE color: 15285105.
HSL color Cylindrical-coordinate representation of color #713BE9: hue angle of 258.62º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #713BE9 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 59 | 233 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.09 |
| HSL | 258.62º | 0.8% | 0.57% | - |
| HSV(B) | 258.62º | 0.75% | 0.91% | - |
| XYZ | 23.08 | 12.52 | 78.29 | - |
| YUV | 94.98 | 205.89 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 233 | 0.52 | 0.75 | 0 | 0.09 | 258.62 | 0.8 | 0.57 |
| Hex | 71 | 3B | E9 | 34 | 4B | 0 | 9 | 103 | 50 | 39 |
| Octal | 161 | 73 | 351 | 64 | 113 | 0 | 11 | 403 | 120 | 71 |
| Binary | 1110001 | 111011 | 11101001 | 110100 | 1001011 | 0 | 1001 | 100000011 | 1010000 | 111001 |
Color Harmonies of #713BE9
Complementary color
Monochromatic Colors of #713BE9
Black with #713BE9
Text Example
Text Example
White with #713BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713BE9; }
p { color: rgb(113,59,233); }
H1.HeaderClassName
{
color: #713BE9;
}
.AnyTagClassName
{
color: #713BE9;
}
</style>
background-color css
<style>
a { background-color: #713BE9; }
a { background-color: rgb(113,59,233); }
div.DivClassName
{
background-color: #713BE9;
}
.BgClassName
{
background-color: #713BE9;
}
</style>
border-color css
<style>
span { border-color: #713BE9; }
span { border-color: rgb(113,59,233); }
td.TdClassName
{
border-color: #713BE9;
}
.TagClassName
{
border-color: #713BE9;
}
</style>