Shades of Blue Violet #712CF6
Tints of Blue Violet #712CF6
RGB
CMYK
RGB Variations
Color information
#712CF6 (or 0x712CF6) is known color: Blue Violet. HEX triplet: 71, 2C and F6. RGB value is (113,44,246). Sum of RGB (Red+Green+Blue) = 113+44+246=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 246 (96.48% from 255 or 61.04% from 403); Max value from RGB is 246 - color contains mainly: blue. Hex color #712CF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712CF6 is #8ED309. Grayscale: #565656. Windows color (decimal): -9360138 or 16133233. OLE color: 16133233.
HSL color Cylindrical-coordinate representation of color #712CF6: hue angle of 260.5º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #712CF6 is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 44 | 246 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.04 |
| HSL | 260.5º | 0.92% | 0.57% | - |
| HSV(B) | 260.5º | 0.82% | 0.96% | - |
| XYZ | 24.35 | 11.97 | 88.22 | - |
| YUV | 87.66 | 217.36 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 246 | 0.54 | 0.82 | 0 | 0.04 | 260.5 | 0.92 | 0.57 |
| Hex | 71 | 2C | F6 | 36 | 52 | 0 | 4 | 104 | 5C | 39 |
| Octal | 161 | 54 | 366 | 66 | 122 | 0 | 4 | 404 | 134 | 71 |
| Binary | 1110001 | 101100 | 11110110 | 110110 | 1010010 | 0 | 100 | 100000100 | 1011100 | 111001 |
Color Harmonies of #712CF6
Complementary color
Monochromatic Colors of #712CF6
Black with #712CF6
Text Example
Text Example
White with #712CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712CF6; }
p { color: rgb(113,44,246); }
H1.HeaderClassName
{
color: #712CF6;
}
.AnyTagClassName
{
color: #712CF6;
}
</style>
background-color css
<style>
a { background-color: #712CF6; }
a { background-color: rgb(113,44,246); }
div.DivClassName
{
background-color: #712CF6;
}
.BgClassName
{
background-color: #712CF6;
}
</style>
border-color css
<style>
span { border-color: #712CF6; }
span { border-color: rgb(113,44,246); }
td.TdClassName
{
border-color: #712CF6;
}
.TagClassName
{
border-color: #712CF6;
}
</style>