Shades of Blue Violet #713EEC
Tints of Blue Violet #713EEC
RGB
CMYK
RGB Variations
Color information
#713EEC (or 0x713EEC) is known color: Blue Violet. HEX triplet: 71, 3E and EC. RGB value is (113,62,236). Sum of RGB (Red+Green+Blue) = 113+62+236=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 62 (24.61% from 255 or 15.09% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #713EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713EEC is #8EC113. Grayscale: #606060. Windows color (decimal): -9355540 or 15482481. OLE color: 15482481.
HSL color Cylindrical-coordinate representation of color #713EEC: hue angle of 257.59º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #713EEC is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 62 | 236 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.07 |
| HSL | 257.59º | 0.82% | 0.58% | - |
| HSV(B) | 257.59º | 0.74% | 0.93% | - |
| XYZ | 23.67 | 13.01 | 80.62 | - |
| YUV | 97.09 | 206.4 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 62 | 236 | 0.52 | 0.74 | 0 | 0.07 | 257.59 | 0.82 | 0.58 |
| Hex | 71 | 3E | EC | 34 | 4A | 0 | 7 | 102 | 52 | 3A |
| Octal | 161 | 76 | 354 | 64 | 112 | 0 | 7 | 402 | 122 | 72 |
| Binary | 1110001 | 111110 | 11101100 | 110100 | 1001010 | 0 | 111 | 100000010 | 1010010 | 111010 |
Color Harmonies of #713EEC
Complementary color
Monochromatic Colors of #713EEC
Black with #713EEC
Text Example
Text Example
White with #713EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713EEC; }
p { color: rgb(113,62,236); }
H1.HeaderClassName
{
color: #713EEC;
}
.AnyTagClassName
{
color: #713EEC;
}
</style>
background-color css
<style>
a { background-color: #713EEC; }
a { background-color: rgb(113,62,236); }
div.DivClassName
{
background-color: #713EEC;
}
.BgClassName
{
background-color: #713EEC;
}
</style>
border-color css
<style>
span { border-color: #713EEC; }
span { border-color: rgb(113,62,236); }
td.TdClassName
{
border-color: #713EEC;
}
.TagClassName
{
border-color: #713EEC;
}
</style>