Shades of Blue Violet #713BFC
Tints of Blue Violet #713BFC
RGB
CMYK
RGB Variations
Color information
#713BFC (or 0x713BFC) is known color: Blue Violet. HEX triplet: 71, 3B and FC. RGB value is (113,59,252). Sum of RGB (Red+Green+Blue) = 113+59+252=424 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.65% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #713BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713BFC is #8EC403. Grayscale: #606060. Windows color (decimal): -9356292 or 16530289. OLE color: 16530289.
HSL color Cylindrical-coordinate representation of color #713BFC: hue angle of 256.79º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #713BFC is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 59 | 252 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.01 |
| HSL | 256.79º | 0.97% | 0.61% | - |
| HSV(B) | 256.79º | 0.77% | 0.99% | - |
| XYZ | 25.94 | 13.67 | 93.37 | - |
| YUV | 97.15 | 215.39 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 252 | 0.55 | 0.77 | 0 | 0.01 | 256.79 | 0.97 | 0.61 |
| Hex | 71 | 3B | FC | 37 | 4D | 0 | 1 | 101 | 61 | 3D |
| Octal | 161 | 73 | 374 | 67 | 115 | 0 | 1 | 401 | 141 | 75 |
| Binary | 1110001 | 111011 | 11111100 | 110111 | 1001101 | 0 | 1 | 100000001 | 1100001 | 111101 |
Color Harmonies of #713BFC
Complementary color
Monochromatic Colors of #713BFC
Black with #713BFC
Text Example
Text Example
White with #713BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713BFC; }
p { color: rgb(113,59,252); }
H1.HeaderClassName
{
color: #713BFC;
}
.AnyTagClassName
{
color: #713BFC;
}
</style>
background-color css
<style>
a { background-color: #713BFC; }
a { background-color: rgb(113,59,252); }
div.DivClassName
{
background-color: #713BFC;
}
.BgClassName
{
background-color: #713BFC;
}
</style>
border-color css
<style>
span { border-color: #713BFC; }
span { border-color: rgb(113,59,252); }
td.TdClassName
{
border-color: #713BFC;
}
.TagClassName
{
border-color: #713BFC;
}
</style>