Shades of Blue Violet #713FE7
Tints of Blue Violet #713FE7
RGB
CMYK
RGB Variations
Color information
#713FE7 (or 0x713FE7) is known color: Blue Violet. HEX triplet: 71, 3F and E7. RGB value is (113,63,231). Sum of RGB (Red+Green+Blue) = 113+63+231=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 231 (90.62% from 255 or 56.76% from 407); Max value from RGB is 231 - color contains mainly: blue. Hex color #713FE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713FE7 is #8EC018. Grayscale: #606060. Windows color (decimal): -9355289 or 15155057. OLE color: 15155057.
HSL color Cylindrical-coordinate representation of color #713FE7: hue angle of 257.86º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #713FE7 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 63 | 231 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.09 |
| HSL | 257.86º | 0.78% | 0.58% | - |
| HSV(B) | 257.86º | 0.73% | 0.91% | - |
| XYZ | 23.01 | 12.84 | 76.87 | - |
| YUV | 97.1 | 203.57 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 231 | 0.51 | 0.73 | 0 | 0.09 | 257.86 | 0.78 | 0.58 |
| Hex | 71 | 3F | E7 | 33 | 49 | 0 | 9 | 102 | 4E | 3A |
| Octal | 161 | 77 | 347 | 63 | 111 | 0 | 11 | 402 | 116 | 72 |
| Binary | 1110001 | 111111 | 11100111 | 110011 | 1001001 | 0 | 1001 | 100000010 | 1001110 | 111010 |
Color Harmonies of #713FE7
Complementary color
Monochromatic Colors of #713FE7
Black with #713FE7
Text Example
Text Example
White with #713FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713FE7; }
p { color: rgb(113,63,231); }
H1.HeaderClassName
{
color: #713FE7;
}
.AnyTagClassName
{
color: #713FE7;
}
</style>
background-color css
<style>
a { background-color: #713FE7; }
a { background-color: rgb(113,63,231); }
div.DivClassName
{
background-color: #713FE7;
}
.BgClassName
{
background-color: #713FE7;
}
</style>
border-color css
<style>
span { border-color: #713FE7; }
span { border-color: rgb(113,63,231); }
td.TdClassName
{
border-color: #713FE7;
}
.TagClassName
{
border-color: #713FE7;
}
</style>