Shades of Blue Violet #713BEC
Tints of Blue Violet #713BEC
RGB
CMYK
RGB Variations
Color information
#713BEC (or 0x713BEC) is known color: Blue Violet. HEX triplet: 71, 3B and EC. RGB value is (113,59,236). Sum of RGB (Red+Green+Blue) = 113+59+236=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #713BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713BEC is #8EC413. Grayscale: #5E5E5E. Windows color (decimal): -9356308 or 15481713. OLE color: 15481713.
HSL color Cylindrical-coordinate representation of color #713BEC: hue angle of 258.31º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #713BEC is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 59 | 236 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.07 |
| HSL | 258.31º | 0.82% | 0.58% | - |
| HSV(B) | 258.31º | 0.75% | 0.93% | - |
| XYZ | 23.51 | 12.69 | 80.57 | - |
| YUV | 95.32 | 207.39 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 236 | 0.52 | 0.75 | 0 | 0.07 | 258.31 | 0.82 | 0.58 |
| Hex | 71 | 3B | EC | 34 | 4B | 0 | 7 | 102 | 52 | 3A |
| Octal | 161 | 73 | 354 | 64 | 113 | 0 | 7 | 402 | 122 | 72 |
| Binary | 1110001 | 111011 | 11101100 | 110100 | 1001011 | 0 | 111 | 100000010 | 1010010 | 111010 |
Color Harmonies of #713BEC
Complementary color
Monochromatic Colors of #713BEC
Black with #713BEC
Text Example
Text Example
White with #713BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713BEC; }
p { color: rgb(113,59,236); }
H1.HeaderClassName
{
color: #713BEC;
}
.AnyTagClassName
{
color: #713BEC;
}
</style>
background-color css
<style>
a { background-color: #713BEC; }
a { background-color: rgb(113,59,236); }
div.DivClassName
{
background-color: #713BEC;
}
.BgClassName
{
background-color: #713BEC;
}
</style>
border-color css
<style>
span { border-color: #713BEC; }
span { border-color: rgb(113,59,236); }
td.TdClassName
{
border-color: #713BEC;
}
.TagClassName
{
border-color: #713BEC;
}
</style>