Shades of Blue Violet #713DE8
Tints of Blue Violet #713DE8
RGB
CMYK
RGB Variations
Color information
#713DE8 (or 0x713DE8) is known color: Blue Violet. HEX triplet: 71, 3D and E8. RGB value is (113,61,232). Sum of RGB (Red+Green+Blue) = 113+61+232=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 232 (91.02% from 255 or 57.14% from 406); Max value from RGB is 232 - color contains mainly: blue. Hex color #713DE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713DE8 is #8EC217. Grayscale: #5F5F5F. Windows color (decimal): -9355800 or 15220081. OLE color: 15220081.
HSL color Cylindrical-coordinate representation of color #713DE8: hue angle of 258.25º degrees, saturation: 0.79, 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 #713DE8 is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 61 | 232 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.09 |
| HSL | 258.25º | 0.79% | 0.57% | - |
| HSV(B) | 258.25º | 0.74% | 0.91% | - |
| XYZ | 23.04 | 12.67 | 77.58 | - |
| YUV | 96.04 | 204.73 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 232 | 0.51 | 0.74 | 0 | 0.09 | 258.25 | 0.79 | 0.57 |
| Hex | 71 | 3D | E8 | 33 | 4A | 0 | 9 | 102 | 4F | 39 |
| Octal | 161 | 75 | 350 | 63 | 112 | 0 | 11 | 402 | 117 | 71 |
| Binary | 1110001 | 111101 | 11101000 | 110011 | 1001010 | 0 | 1001 | 100000010 | 1001111 | 111001 |
Color Harmonies of #713DE8
Complementary color
Monochromatic Colors of #713DE8
Black with #713DE8
Text Example
Text Example
White with #713DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713DE8; }
p { color: rgb(113,61,232); }
H1.HeaderClassName
{
color: #713DE8;
}
.AnyTagClassName
{
color: #713DE8;
}
</style>
background-color css
<style>
a { background-color: #713DE8; }
a { background-color: rgb(113,61,232); }
div.DivClassName
{
background-color: #713DE8;
}
.BgClassName
{
background-color: #713DE8;
}
</style>
border-color css
<style>
span { border-color: #713DE8; }
span { border-color: rgb(113,61,232); }
td.TdClassName
{
border-color: #713DE8;
}
.TagClassName
{
border-color: #713DE8;
}
</style>