Shades of Blue Violet #713DFB
Tints of Blue Violet #713DFB
RGB
CMYK
RGB Variations
Color information
#713DFB (or 0x713DFB) is known color: Blue Violet. HEX triplet: 71, 3D and FB. RGB value is (113,61,251). Sum of RGB (Red+Green+Blue) = 113+61+251=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #713DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713DFB is #8EC204. Grayscale: #616161. Windows color (decimal): -9355781 or 16465265. OLE color: 16465265.
HSL color Cylindrical-coordinate representation of color #713DFB: hue angle of 256.42º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #713DFB is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 61 | 251 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.02 |
| HSL | 256.42º | 0.96% | 0.61% | - |
| HSV(B) | 256.42º | 0.76% | 0.98% | - |
| XYZ | 25.89 | 13.81 | 92.57 | - |
| YUV | 98.21 | 214.23 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 251 | 0.55 | 0.76 | 0 | 0.02 | 256.42 | 0.96 | 0.61 |
| Hex | 71 | 3D | FB | 37 | 4C | 0 | 2 | 100 | 60 | 3D |
| Octal | 161 | 75 | 373 | 67 | 114 | 0 | 2 | 400 | 140 | 75 |
| Binary | 1110001 | 111101 | 11111011 | 110111 | 1001100 | 0 | 10 | 100000000 | 1100000 | 111101 |
Color Harmonies of #713DFB
Complementary color
Monochromatic Colors of #713DFB
Black with #713DFB
Text Example
Text Example
White with #713DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713DFB; }
p { color: rgb(113,61,251); }
H1.HeaderClassName
{
color: #713DFB;
}
.AnyTagClassName
{
color: #713DFB;
}
</style>
background-color css
<style>
a { background-color: #713DFB; }
a { background-color: rgb(113,61,251); }
div.DivClassName
{
background-color: #713DFB;
}
.BgClassName
{
background-color: #713DFB;
}
</style>
border-color css
<style>
span { border-color: #713DFB; }
span { border-color: rgb(113,61,251); }
td.TdClassName
{
border-color: #713DFB;
}
.TagClassName
{
border-color: #713DFB;
}
</style>