Shades of Blue Violet #713BEF
Tints of Blue Violet #713BEF
RGB
CMYK
RGB Variations
Color information
#713BEF (or 0x713BEF) is known color: Blue Violet. HEX triplet: 71, 3B and EF. RGB value is (113,59,239). Sum of RGB (Red+Green+Blue) = 113+59+239=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #713BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713BEF is #8EC410. Grayscale: #5F5F5F. Windows color (decimal): -9356305 or 15678321. OLE color: 15678321.
HSL color Cylindrical-coordinate representation of color #713BEF: hue angle of 258º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #713BEF is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 59 | 239 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.06 |
| HSL | 258º | 0.85% | 0.58% | - |
| HSV(B) | 258º | 0.75% | 0.94% | - |
| XYZ | 23.95 | 12.87 | 82.88 | - |
| YUV | 95.67 | 208.89 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 239 | 0.53 | 0.75 | 0 | 0.06 | 258 | 0.85 | 0.58 |
| Hex | 71 | 3B | EF | 35 | 4B | 0 | 6 | 102 | 55 | 3A |
| Octal | 161 | 73 | 357 | 65 | 113 | 0 | 6 | 402 | 125 | 72 |
| Binary | 1110001 | 111011 | 11101111 | 110101 | 1001011 | 0 | 110 | 100000010 | 1010101 | 111010 |
Color Harmonies of #713BEF
Complementary color
Monochromatic Colors of #713BEF
Black with #713BEF
Text Example
Text Example
White with #713BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713BEF; }
p { color: rgb(113,59,239); }
H1.HeaderClassName
{
color: #713BEF;
}
.AnyTagClassName
{
color: #713BEF;
}
</style>
background-color css
<style>
a { background-color: #713BEF; }
a { background-color: rgb(113,59,239); }
div.DivClassName
{
background-color: #713BEF;
}
.BgClassName
{
background-color: #713BEF;
}
</style>
border-color css
<style>
span { border-color: #713BEF; }
span { border-color: rgb(113,59,239); }
td.TdClassName
{
border-color: #713BEF;
}
.TagClassName
{
border-color: #713BEF;
}
</style>