Shades of Blue Violet #713BFF
Tints of Blue Violet #713BFF
RGB
CMYK
RGB Variations
Color information
#713BFF (or 0x713BFF) is known color: Blue Violet. HEX triplet: 71, 3B and FF. RGB value is (113,59,255). Sum of RGB (Red+Green+Blue) = 113+59+255=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #713BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713BFF is #8EC400. Grayscale: #606060. Windows color (decimal): -9356289 or 16726897. OLE color: 16726897.
HSL color Cylindrical-coordinate representation of color #713BFF: hue angle of 256.53º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #713BFF is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 59 | 255 | - |
| CMYK | 0.56 | 0.77 | 0 | 0 |
| HSL | 256.53º | 1% | 0.62% | - |
| HSV(B) | 256.53º | 0.77% | 1% | - |
| XYZ | 26.42 | 13.86 | 95.89 | - |
| YUV | 97.49 | 216.89 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 255 | 0.56 | 0.77 | 0 | 0 | 256.53 | 1 | 0.62 |
| Hex | 71 | 3B | FF | 38 | 4D | 0 | 0 | 101 | 64 | 3E |
| Octal | 161 | 73 | 377 | 70 | 115 | 0 | 0 | 401 | 144 | 76 |
| Binary | 1110001 | 111011 | 11111111 | 111000 | 1001101 | 0 | 0 | 100000001 | 1100100 | 111110 |
Color Harmonies of #713BFF
Complementary color
Monochromatic Colors of #713BFF
Black with #713BFF
Text Example
Text Example
White with #713BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713BFF; }
p { color: rgb(113,59,255); }
H1.HeaderClassName
{
color: #713BFF;
}
.AnyTagClassName
{
color: #713BFF;
}
</style>
background-color css
<style>
a { background-color: #713BFF; }
a { background-color: rgb(113,59,255); }
div.DivClassName
{
background-color: #713BFF;
}
.BgClassName
{
background-color: #713BFF;
}
</style>
border-color css
<style>
span { border-color: #713BFF; }
span { border-color: rgb(113,59,255); }
td.TdClassName
{
border-color: #713BFF;
}
.TagClassName
{
border-color: #713BFF;
}
</style>