Shades of Blue Violet #713AEC
Tints of Blue Violet #713AEC
RGB
CMYK
RGB Variations
Color information
#713AEC (or 0x713AEC) is known color: Blue Violet. HEX triplet: 71, 3A and EC. RGB value is (113,58,236). Sum of RGB (Red+Green+Blue) = 113+58+236=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #713AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713AEC is #8EC513. Grayscale: #5E5E5E. Windows color (decimal): -9356564 or 15481457. OLE color: 15481457.
HSL color Cylindrical-coordinate representation of color #713AEC: hue angle of 258.54º 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 #713AEC is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 58 | 236 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.07 |
| HSL | 258.54º | 0.82% | 0.58% | - |
| HSV(B) | 258.54º | 0.75% | 0.93% | - |
| XYZ | 23.46 | 12.59 | 80.55 | - |
| YUV | 94.74 | 207.72 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 236 | 0.52 | 0.75 | 0 | 0.07 | 258.54 | 0.82 | 0.58 |
| Hex | 71 | 3A | EC | 34 | 4B | 0 | 7 | 103 | 52 | 3A |
| Octal | 161 | 72 | 354 | 64 | 113 | 0 | 7 | 403 | 122 | 72 |
| Binary | 1110001 | 111010 | 11101100 | 110100 | 1001011 | 0 | 111 | 100000011 | 1010010 | 111010 |
Color Harmonies of #713AEC
Complementary color
Monochromatic Colors of #713AEC
Black with #713AEC
Text Example
Text Example
White with #713AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713AEC; }
p { color: rgb(113,58,236); }
H1.HeaderClassName
{
color: #713AEC;
}
.AnyTagClassName
{
color: #713AEC;
}
</style>
background-color css
<style>
a { background-color: #713AEC; }
a { background-color: rgb(113,58,236); }
div.DivClassName
{
background-color: #713AEC;
}
.BgClassName
{
background-color: #713AEC;
}
</style>
border-color css
<style>
span { border-color: #713AEC; }
span { border-color: rgb(113,58,236); }
td.TdClassName
{
border-color: #713AEC;
}
.TagClassName
{
border-color: #713AEC;
}
</style>