Shades of Blue Violet #713DE5
Tints of Blue Violet #713DE5
RGB
CMYK
RGB Variations
Color information
#713DE5 (or 0x713DE5) is known color: Blue Violet. HEX triplet: 71, 3D and E5. RGB value is (113,61,229). Sum of RGB (Red+Green+Blue) = 113+61+229=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 229 (89.84% from 255 or 56.82% from 403); Max value from RGB is 229 - color contains mainly: blue. Hex color #713DE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713DE5 is #8EC21A. Grayscale: #5F5F5F. Windows color (decimal): -9355803 or 15023473. OLE color: 15023473.
HSL color Cylindrical-coordinate representation of color #713DE5: hue angle of 258.57º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #713DE5 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 61 | 229 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.10 |
| HSL | 258.57º | 0.76% | 0.57% | - |
| HSV(B) | 258.57º | 0.73% | 0.9% | - |
| XYZ | 22.62 | 12.51 | 75.35 | - |
| YUV | 95.7 | 203.23 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 229 | 0.51 | 0.73 | 0 | 0.10 | 258.57 | 0.76 | 0.57 |
| Hex | 71 | 3D | E5 | 33 | 49 | 0 | A | 103 | 4C | 39 |
| Octal | 161 | 75 | 345 | 63 | 111 | 0 | 12 | 403 | 114 | 71 |
| Binary | 1110001 | 111101 | 11100101 | 110011 | 1001001 | 0 | 1010 | 100000011 | 1001100 | 111001 |
Color Harmonies of #713DE5
Complementary color
Monochromatic Colors of #713DE5
Black with #713DE5
Text Example
Text Example
White with #713DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713DE5; }
p { color: rgb(113,61,229); }
H1.HeaderClassName
{
color: #713DE5;
}
.AnyTagClassName
{
color: #713DE5;
}
</style>
background-color css
<style>
a { background-color: #713DE5; }
a { background-color: rgb(113,61,229); }
div.DivClassName
{
background-color: #713DE5;
}
.BgClassName
{
background-color: #713DE5;
}
</style>
border-color css
<style>
span { border-color: #713DE5; }
span { border-color: rgb(113,61,229); }
td.TdClassName
{
border-color: #713DE5;
}
.TagClassName
{
border-color: #713DE5;
}
</style>