Shades of Blue Violet #713CFD
Tints of Blue Violet #713CFD
RGB
CMYK
RGB Variations
Color information
#713CFD (or 0x713CFD) is known color: Blue Violet. HEX triplet: 71, 3C and FD. RGB value is (113,60,253). Sum of RGB (Red+Green+Blue) = 113+60+253=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #713CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713CFD is #8EC302. Grayscale: #616161. Windows color (decimal): -9356035 or 16596081. OLE color: 16596081.
HSL color Cylindrical-coordinate representation of color #713CFD: hue angle of 256.48º degrees, saturation: 0.98, 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 #713CFD is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 60 | 253 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.01 |
| HSL | 256.48º | 0.98% | 0.61% | - |
| HSV(B) | 256.48º | 0.76% | 0.99% | - |
| XYZ | 26.16 | 13.83 | 94.22 | - |
| YUV | 97.85 | 215.56 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 253 | 0.55 | 0.76 | 0 | 0.01 | 256.48 | 0.98 | 0.61 |
| Hex | 71 | 3C | FD | 37 | 4C | 0 | 1 | 100 | 62 | 3D |
| Octal | 161 | 74 | 375 | 67 | 114 | 0 | 1 | 400 | 142 | 75 |
| Binary | 1110001 | 111100 | 11111101 | 110111 | 1001100 | 0 | 1 | 100000000 | 1100010 | 111101 |
Color Harmonies of #713CFD
Complementary color
Monochromatic Colors of #713CFD
Black with #713CFD
Text Example
Text Example
White with #713CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713CFD; }
p { color: rgb(113,60,253); }
H1.HeaderClassName
{
color: #713CFD;
}
.AnyTagClassName
{
color: #713CFD;
}
</style>
background-color css
<style>
a { background-color: #713CFD; }
a { background-color: rgb(113,60,253); }
div.DivClassName
{
background-color: #713CFD;
}
.BgClassName
{
background-color: #713CFD;
}
</style>
border-color css
<style>
span { border-color: #713CFD; }
span { border-color: rgb(113,60,253); }
td.TdClassName
{
border-color: #713CFD;
}
.TagClassName
{
border-color: #713CFD;
}
</style>