Shades of Blue Violet #713BFE
Tints of Blue Violet #713BFE
RGB
CMYK
RGB Variations
Color information
#713BFE (or 0x713BFE) is known color: Blue Violet. HEX triplet: 71, 3B and FE. RGB value is (113,59,254). Sum of RGB (Red+Green+Blue) = 113+59+254=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #713BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713BFE is #8EC401. Grayscale: #606060. Windows color (decimal): -9356290 or 16661361. OLE color: 16661361.
HSL color Cylindrical-coordinate representation of color #713BFE: hue angle of 256.62º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #713BFE is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 59 | 254 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.00 |
| HSL | 256.62º | 0.99% | 0.61% | - |
| HSV(B) | 256.62º | 0.77% | 1% | - |
| XYZ | 26.26 | 13.79 | 95.04 | - |
| YUV | 97.38 | 216.39 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 254 | 0.56 | 0.77 | 0 | 0.00 | 256.62 | 0.99 | 0.61 |
| Hex | 71 | 3B | FE | 38 | 4D | 0 | 0 | 101 | 63 | 3D |
| Octal | 161 | 73 | 376 | 70 | 115 | 0 | 0 | 401 | 143 | 75 |
| Binary | 1110001 | 111011 | 11111110 | 111000 | 1001101 | 0 | 0 | 100000001 | 1100011 | 111101 |
Color Harmonies of #713BFE
Complementary color
Monochromatic Colors of #713BFE
Black with #713BFE
Text Example
Text Example
White with #713BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713BFE; }
p { color: rgb(113,59,254); }
H1.HeaderClassName
{
color: #713BFE;
}
.AnyTagClassName
{
color: #713BFE;
}
</style>
background-color css
<style>
a { background-color: #713BFE; }
a { background-color: rgb(113,59,254); }
div.DivClassName
{
background-color: #713BFE;
}
.BgClassName
{
background-color: #713BFE;
}
</style>
border-color css
<style>
span { border-color: #713BFE; }
span { border-color: rgb(113,59,254); }
td.TdClassName
{
border-color: #713BFE;
}
.TagClassName
{
border-color: #713BFE;
}
</style>