Shades of Blue Violet #713BDF
Tints of Blue Violet #713BDF
RGB
CMYK
RGB Variations
Color information
#713BDF (or 0x713BDF) is known color: Blue Violet. HEX triplet: 71, 3B and DF. RGB value is (113,59,223). Sum of RGB (Red+Green+Blue) = 113+59+223=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #713BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713BDF is #8EC420. Grayscale: #5D5D5D. Windows color (decimal): -9356321 or 14629745. OLE color: 14629745.
HSL color Cylindrical-coordinate representation of color #713BDF: hue angle of 259.76º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #713BDF is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 59 | 223 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.13 |
| HSL | 259.76º | 0.72% | 0.55% | - |
| HSV(B) | 259.76º | 0.74% | 0.87% | - |
| XYZ | 21.69 | 11.97 | 70.98 | - |
| YUV | 93.84 | 200.89 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 223 | 0.49 | 0.74 | 0 | 0.13 | 259.76 | 0.72 | 0.55 |
| Hex | 71 | 3B | DF | 31 | 4A | 0 | D | 104 | 48 | 37 |
| Octal | 161 | 73 | 337 | 61 | 112 | 0 | 15 | 404 | 110 | 67 |
| Binary | 1110001 | 111011 | 11011111 | 110001 | 1001010 | 0 | 1101 | 100000100 | 1001000 | 110111 |
Color Harmonies of #713BDF
Complementary color
Monochromatic Colors of #713BDF
Black with #713BDF
Text Example
Text Example
White with #713BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713BDF; }
p { color: rgb(113,59,223); }
H1.HeaderClassName
{
color: #713BDF;
}
.AnyTagClassName
{
color: #713BDF;
}
</style>
background-color css
<style>
a { background-color: #713BDF; }
a { background-color: rgb(113,59,223); }
div.DivClassName
{
background-color: #713BDF;
}
.BgClassName
{
background-color: #713BDF;
}
</style>
border-color css
<style>
span { border-color: #713BDF; }
span { border-color: rgb(113,59,223); }
td.TdClassName
{
border-color: #713BDF;
}
.TagClassName
{
border-color: #713BDF;
}
</style>