Shades of Blue Violet #713BE0
Tints of Blue Violet #713BE0
RGB
CMYK
RGB Variations
Color information
#713BE0 (or 0x713BE0) is known color: Blue Violet. HEX triplet: 71, 3B and E0. RGB value is (113,59,224). Sum of RGB (Red+Green+Blue) = 113+59+224=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 224 (87.89% from 255 or 56.57% from 396); Max value from RGB is 224 - color contains mainly: blue. Hex color #713BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713BE0 is #8EC41F. Grayscale: #5D5D5D. Windows color (decimal): -9356320 or 14695281. OLE color: 14695281.
HSL color Cylindrical-coordinate representation of color #713BE0: hue angle of 259.64º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #713BE0 is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 59 | 224 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.12 |
| HSL | 259.64º | 0.73% | 0.55% | - |
| HSV(B) | 259.64º | 0.74% | 0.88% | - |
| XYZ | 21.83 | 12.02 | 71.69 | - |
| YUV | 93.96 | 201.39 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 224 | 0.50 | 0.74 | 0 | 0.12 | 259.64 | 0.73 | 0.55 |
| Hex | 71 | 3B | E0 | 32 | 4A | 0 | C | 104 | 49 | 37 |
| Octal | 161 | 73 | 340 | 62 | 112 | 0 | 14 | 404 | 111 | 67 |
| Binary | 1110001 | 111011 | 11100000 | 110010 | 1001010 | 0 | 1100 | 100000100 | 1001001 | 110111 |
Color Harmonies of #713BE0
Complementary color
Monochromatic Colors of #713BE0
Black with #713BE0
Text Example
Text Example
White with #713BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713BE0; }
p { color: rgb(113,59,224); }
H1.HeaderClassName
{
color: #713BE0;
}
.AnyTagClassName
{
color: #713BE0;
}
</style>
background-color css
<style>
a { background-color: #713BE0; }
a { background-color: rgb(113,59,224); }
div.DivClassName
{
background-color: #713BE0;
}
.BgClassName
{
background-color: #713BE0;
}
</style>
border-color css
<style>
span { border-color: #713BE0; }
span { border-color: rgb(113,59,224); }
td.TdClassName
{
border-color: #713BE0;
}
.TagClassName
{
border-color: #713BE0;
}
</style>