Shades of Blue Violet #713DFC
Tints of Blue Violet #713DFC
RGB
CMYK
RGB Variations
Color information
#713DFC (or 0x713DFC) is known color: Blue Violet. HEX triplet: 71, 3D and FC. RGB value is (113,61,252). Sum of RGB (Red+Green+Blue) = 113+61+252=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #713DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713DFC is #8EC203. Grayscale: #616161. Windows color (decimal): -9355780 or 16530801. OLE color: 16530801.
HSL color Cylindrical-coordinate representation of color #713DFC: hue angle of 256.34º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #713DFC is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 61 | 252 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.01 |
| HSL | 256.34º | 0.97% | 0.61% | - |
| HSV(B) | 256.34º | 0.76% | 0.99% | - |
| XYZ | 26.05 | 13.88 | 93.4 | - |
| YUV | 98.32 | 214.73 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 252 | 0.55 | 0.76 | 0 | 0.01 | 256.34 | 0.97 | 0.61 |
| Hex | 71 | 3D | FC | 37 | 4C | 0 | 1 | 100 | 61 | 3D |
| Octal | 161 | 75 | 374 | 67 | 114 | 0 | 1 | 400 | 141 | 75 |
| Binary | 1110001 | 111101 | 11111100 | 110111 | 1001100 | 0 | 1 | 100000000 | 1100001 | 111101 |
Color Harmonies of #713DFC
Complementary color
Monochromatic Colors of #713DFC
Black with #713DFC
Text Example
Text Example
White with #713DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713DFC; }
p { color: rgb(113,61,252); }
H1.HeaderClassName
{
color: #713DFC;
}
.AnyTagClassName
{
color: #713DFC;
}
</style>
background-color css
<style>
a { background-color: #713DFC; }
a { background-color: rgb(113,61,252); }
div.DivClassName
{
background-color: #713DFC;
}
.BgClassName
{
background-color: #713DFC;
}
</style>
border-color css
<style>
span { border-color: #713DFC; }
span { border-color: rgb(113,61,252); }
td.TdClassName
{
border-color: #713DFC;
}
.TagClassName
{
border-color: #713DFC;
}
</style>