Shades of Blue Violet #713BE8
Tints of Blue Violet #713BE8
RGB
CMYK
RGB Variations
Color information
#713BE8 (or 0x713BE8) is known color: Blue Violet. HEX triplet: 71, 3B and E8. RGB value is (113,59,232). Sum of RGB (Red+Green+Blue) = 113+59+232=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 232 (91.02% from 255 or 57.43% from 404); Max value from RGB is 232 - color contains mainly: blue. Hex color #713BE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713BE8 is #8EC417. Grayscale: #5E5E5E. Windows color (decimal): -9356312 or 15219569. OLE color: 15219569.
HSL color Cylindrical-coordinate representation of color #713BE8: hue angle of 258.73º degrees, saturation: 0.79, 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 #713BE8 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 59 | 232 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.09 |
| HSL | 258.73º | 0.79% | 0.57% | - |
| HSV(B) | 258.73º | 0.75% | 0.91% | - |
| XYZ | 22.94 | 12.46 | 77.54 | - |
| YUV | 94.87 | 205.39 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 232 | 0.51 | 0.75 | 0 | 0.09 | 258.73 | 0.79 | 0.57 |
| Hex | 71 | 3B | E8 | 33 | 4B | 0 | 9 | 103 | 4F | 39 |
| Octal | 161 | 73 | 350 | 63 | 113 | 0 | 11 | 403 | 117 | 71 |
| Binary | 1110001 | 111011 | 11101000 | 110011 | 1001011 | 0 | 1001 | 100000011 | 1001111 | 111001 |
Color Harmonies of #713BE8
Complementary color
Monochromatic Colors of #713BE8
Black with #713BE8
Text Example
Text Example
White with #713BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713BE8; }
p { color: rgb(113,59,232); }
H1.HeaderClassName
{
color: #713BE8;
}
.AnyTagClassName
{
color: #713BE8;
}
</style>
background-color css
<style>
a { background-color: #713BE8; }
a { background-color: rgb(113,59,232); }
div.DivClassName
{
background-color: #713BE8;
}
.BgClassName
{
background-color: #713BE8;
}
</style>
border-color css
<style>
span { border-color: #713BE8; }
span { border-color: rgb(113,59,232); }
td.TdClassName
{
border-color: #713BE8;
}
.TagClassName
{
border-color: #713BE8;
}
</style>