Shades of Blue Violet #713CE7
Tints of Blue Violet #713CE7
RGB
CMYK
RGB Variations
Color information
#713CE7 (or 0x713CE7) is known color: Blue Violet. HEX triplet: 71, 3C and E7. RGB value is (113,60,231). Sum of RGB (Red+Green+Blue) = 113+60+231=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 231 (90.62% from 255 or 57.18% from 404); Max value from RGB is 231 - color contains mainly: blue. Hex color #713CE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713CE7 is #8EC318. Grayscale: #5E5E5E. Windows color (decimal): -9356057 or 15154289. OLE color: 15154289.
HSL color Cylindrical-coordinate representation of color #713CE7: hue angle of 258.6º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #713CE7 is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 60 | 231 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.09 |
| HSL | 258.6º | 0.78% | 0.57% | - |
| HSV(B) | 258.6º | 0.74% | 0.91% | - |
| XYZ | 22.85 | 12.51 | 76.81 | - |
| YUV | 95.34 | 204.56 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 231 | 0.51 | 0.74 | 0 | 0.09 | 258.6 | 0.78 | 0.57 |
| Hex | 71 | 3C | E7 | 33 | 4A | 0 | 9 | 103 | 4E | 39 |
| Octal | 161 | 74 | 347 | 63 | 112 | 0 | 11 | 403 | 116 | 71 |
| Binary | 1110001 | 111100 | 11100111 | 110011 | 1001010 | 0 | 1001 | 100000011 | 1001110 | 111001 |
Color Harmonies of #713CE7
Complementary color
Monochromatic Colors of #713CE7
Black with #713CE7
Text Example
Text Example
White with #713CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713CE7; }
p { color: rgb(113,60,231); }
H1.HeaderClassName
{
color: #713CE7;
}
.AnyTagClassName
{
color: #713CE7;
}
</style>
background-color css
<style>
a { background-color: #713CE7; }
a { background-color: rgb(113,60,231); }
div.DivClassName
{
background-color: #713CE7;
}
.BgClassName
{
background-color: #713CE7;
}
</style>
border-color css
<style>
span { border-color: #713CE7; }
span { border-color: rgb(113,60,231); }
td.TdClassName
{
border-color: #713CE7;
}
.TagClassName
{
border-color: #713CE7;
}
</style>