Shades of Blue Violet #713FF6
Tints of Blue Violet #713FF6
RGB
CMYK
RGB Variations
Color information
#713FF6 (or 0x713FF6) is known color: Blue Violet. HEX triplet: 71, 3F and F6. RGB value is (113,63,246). Sum of RGB (Red+Green+Blue) = 113+63+246=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 246 (96.48% from 255 or 58.29% from 422); Max value from RGB is 246 - color contains mainly: blue. Hex color #713FF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713FF6 is #8EC009. Grayscale: #626262. Windows color (decimal): -9355274 or 16138097. OLE color: 16138097.
HSL color Cylindrical-coordinate representation of color #713FF6: hue angle of 256.39º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #713FF6 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 63 | 246 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.04 |
| HSL | 256.39º | 0.91% | 0.61% | - |
| HSV(B) | 256.39º | 0.74% | 0.96% | - |
| XYZ | 25.22 | 13.72 | 88.51 | - |
| YUV | 98.81 | 211.07 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 246 | 0.54 | 0.74 | 0 | 0.04 | 256.39 | 0.91 | 0.61 |
| Hex | 71 | 3F | F6 | 36 | 4A | 0 | 4 | 100 | 5B | 3D |
| Octal | 161 | 77 | 366 | 66 | 112 | 0 | 4 | 400 | 133 | 75 |
| Binary | 1110001 | 111111 | 11110110 | 110110 | 1001010 | 0 | 100 | 100000000 | 1011011 | 111101 |
Color Harmonies of #713FF6
Complementary color
Monochromatic Colors of #713FF6
Black with #713FF6
Text Example
Text Example
White with #713FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713FF6; }
p { color: rgb(113,63,246); }
H1.HeaderClassName
{
color: #713FF6;
}
.AnyTagClassName
{
color: #713FF6;
}
</style>
background-color css
<style>
a { background-color: #713FF6; }
a { background-color: rgb(113,63,246); }
div.DivClassName
{
background-color: #713FF6;
}
.BgClassName
{
background-color: #713FF6;
}
</style>
border-color css
<style>
span { border-color: #713FF6; }
span { border-color: rgb(113,63,246); }
td.TdClassName
{
border-color: #713FF6;
}
.TagClassName
{
border-color: #713FF6;
}
</style>