Shades of Blue Violet #713FEF
Tints of Blue Violet #713FEF
RGB
CMYK
RGB Variations
Color information
#713FEF (or 0x713FEF) is known color: Blue Violet. HEX triplet: 71, 3F and EF. RGB value is (113,63,239). Sum of RGB (Red+Green+Blue) = 113+63+239=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #713FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713FEF is #8EC010. Grayscale: #616161. Windows color (decimal): -9355281 or 15679345. OLE color: 15679345.
HSL color Cylindrical-coordinate representation of color #713FEF: hue angle of 257.05º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #713FEF is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 63 | 239 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.06 |
| HSL | 257.05º | 0.85% | 0.59% | - |
| HSV(B) | 257.05º | 0.74% | 0.94% | - |
| XYZ | 24.17 | 13.3 | 82.95 | - |
| YUV | 98.01 | 207.57 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 239 | 0.53 | 0.74 | 0 | 0.06 | 257.05 | 0.85 | 0.59 |
| Hex | 71 | 3F | EF | 35 | 4A | 0 | 6 | 101 | 55 | 3B |
| Octal | 161 | 77 | 357 | 65 | 112 | 0 | 6 | 401 | 125 | 73 |
| Binary | 1110001 | 111111 | 11101111 | 110101 | 1001010 | 0 | 110 | 100000001 | 1010101 | 111011 |
Color Harmonies of #713FEF
Complementary color
Monochromatic Colors of #713FEF
Black with #713FEF
Text Example
Text Example
White with #713FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713FEF; }
p { color: rgb(113,63,239); }
H1.HeaderClassName
{
color: #713FEF;
}
.AnyTagClassName
{
color: #713FEF;
}
</style>
background-color css
<style>
a { background-color: #713FEF; }
a { background-color: rgb(113,63,239); }
div.DivClassName
{
background-color: #713FEF;
}
.BgClassName
{
background-color: #713FEF;
}
</style>
border-color css
<style>
span { border-color: #713FEF; }
span { border-color: rgb(113,63,239); }
td.TdClassName
{
border-color: #713FEF;
}
.TagClassName
{
border-color: #713FEF;
}
</style>