Shades of Blue Violet #713DEC
Tints of Blue Violet #713DEC
RGB
CMYK
RGB Variations
Color information
#713DEC (or 0x713DEC) is known color: Blue Violet. HEX triplet: 71, 3D and EC. RGB value is (113,61,236). Sum of RGB (Red+Green+Blue) = 113+61+236=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #713DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713DEC is #8EC213. Grayscale: #5F5F5F. Windows color (decimal): -9355796 or 15482225. OLE color: 15482225.
HSL color Cylindrical-coordinate representation of color #713DEC: hue angle of 257.83º 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 #713DEC is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 61 | 236 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.07 |
| HSL | 257.83º | 0.82% | 0.58% | - |
| HSV(B) | 257.83º | 0.74% | 0.93% | - |
| XYZ | 23.62 | 12.9 | 80.6 | - |
| YUV | 96.5 | 206.73 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 236 | 0.52 | 0.74 | 0 | 0.07 | 257.83 | 0.82 | 0.58 |
| Hex | 71 | 3D | EC | 34 | 4A | 0 | 7 | 102 | 52 | 3A |
| Octal | 161 | 75 | 354 | 64 | 112 | 0 | 7 | 402 | 122 | 72 |
| Binary | 1110001 | 111101 | 11101100 | 110100 | 1001010 | 0 | 111 | 100000010 | 1010010 | 111010 |
Color Harmonies of #713DEC
Complementary color
Monochromatic Colors of #713DEC
Black with #713DEC
Text Example
Text Example
White with #713DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713DEC; }
p { color: rgb(113,61,236); }
H1.HeaderClassName
{
color: #713DEC;
}
.AnyTagClassName
{
color: #713DEC;
}
</style>
background-color css
<style>
a { background-color: #713DEC; }
a { background-color: rgb(113,61,236); }
div.DivClassName
{
background-color: #713DEC;
}
.BgClassName
{
background-color: #713DEC;
}
</style>
border-color css
<style>
span { border-color: #713DEC; }
span { border-color: rgb(113,61,236); }
td.TdClassName
{
border-color: #713DEC;
}
.TagClassName
{
border-color: #713DEC;
}
</style>