Shades of Blue Violet #713CEF
Tints of Blue Violet #713CEF
RGB
CMYK
RGB Variations
Color information
#713CEF (or 0x713CEF) is known color: Blue Violet. HEX triplet: 71, 3C and EF. RGB value is (113,60,239). Sum of RGB (Red+Green+Blue) = 113+60+239=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #713CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713CEF is #8EC310. Grayscale: #5F5F5F. Windows color (decimal): -9356049 or 15678577. OLE color: 15678577.
HSL color Cylindrical-coordinate representation of color #713CEF: hue angle of 257.77º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #713CEF is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 60 | 239 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.06 |
| HSL | 257.77º | 0.85% | 0.59% | - |
| HSV(B) | 257.77º | 0.75% | 0.94% | - |
| XYZ | 24.01 | 12.97 | 82.9 | - |
| YUV | 96.25 | 208.56 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 239 | 0.53 | 0.75 | 0 | 0.06 | 257.77 | 0.85 | 0.59 |
| Hex | 71 | 3C | EF | 35 | 4B | 0 | 6 | 102 | 55 | 3B |
| Octal | 161 | 74 | 357 | 65 | 113 | 0 | 6 | 402 | 125 | 73 |
| Binary | 1110001 | 111100 | 11101111 | 110101 | 1001011 | 0 | 110 | 100000010 | 1010101 | 111011 |
Color Harmonies of #713CEF
Complementary color
Monochromatic Colors of #713CEF
Black with #713CEF
Text Example
Text Example
White with #713CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713CEF; }
p { color: rgb(113,60,239); }
H1.HeaderClassName
{
color: #713CEF;
}
.AnyTagClassName
{
color: #713CEF;
}
</style>
background-color css
<style>
a { background-color: #713CEF; }
a { background-color: rgb(113,60,239); }
div.DivClassName
{
background-color: #713CEF;
}
.BgClassName
{
background-color: #713CEF;
}
</style>
border-color css
<style>
span { border-color: #713CEF; }
span { border-color: rgb(113,60,239); }
td.TdClassName
{
border-color: #713CEF;
}
.TagClassName
{
border-color: #713CEF;
}
</style>