Shades of Blue Violet #713BED
Tints of Blue Violet #713BED
RGB
CMYK
RGB Variations
Color information
#713BED (or 0x713BED) is known color: Blue Violet. HEX triplet: 71, 3B and ED. RGB value is (113,59,237). Sum of RGB (Red+Green+Blue) = 113+59+237=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 59 (23.44% from 255 or 14.43% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #713BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713BED is #8EC412. Grayscale: #5E5E5E. Windows color (decimal): -9356307 or 15547249. OLE color: 15547249.
HSL color Cylindrical-coordinate representation of color #713BED: hue angle of 258.2º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #713BED is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 59 | 237 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.07 |
| HSL | 258.2º | 0.83% | 0.58% | - |
| HSV(B) | 258.2º | 0.75% | 0.93% | - |
| XYZ | 23.66 | 12.75 | 81.34 | - |
| YUV | 95.44 | 207.89 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 237 | 0.52 | 0.75 | 0 | 0.07 | 258.2 | 0.83 | 0.58 |
| Hex | 71 | 3B | ED | 34 | 4B | 0 | 7 | 102 | 53 | 3A |
| Octal | 161 | 73 | 355 | 64 | 113 | 0 | 7 | 402 | 123 | 72 |
| Binary | 1110001 | 111011 | 11101101 | 110100 | 1001011 | 0 | 111 | 100000010 | 1010011 | 111010 |
Color Harmonies of #713BED
Complementary color
Monochromatic Colors of #713BED
Black with #713BED
Text Example
Text Example
White with #713BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713BED; }
p { color: rgb(113,59,237); }
H1.HeaderClassName
{
color: #713BED;
}
.AnyTagClassName
{
color: #713BED;
}
</style>
background-color css
<style>
a { background-color: #713BED; }
a { background-color: rgb(113,59,237); }
div.DivClassName
{
background-color: #713BED;
}
.BgClassName
{
background-color: #713BED;
}
</style>
border-color css
<style>
span { border-color: #713BED; }
span { border-color: rgb(113,59,237); }
td.TdClassName
{
border-color: #713BED;
}
.TagClassName
{
border-color: #713BED;
}
</style>