Shades of Blue Violet #712CF8
Tints of Blue Violet #712CF8
RGB
CMYK
RGB Variations
Color information
#712CF8 (or 0x712CF8) is known color: Blue Violet. HEX triplet: 71, 2C and F8. RGB value is (113,44,248). Sum of RGB (Red+Green+Blue) = 113+44+248=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 248 (97.27% from 255 or 61.23% from 405); Max value from RGB is 248 - color contains mainly: blue. Hex color #712CF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712CF8 is #8ED307. Grayscale: #575757. Windows color (decimal): -9360136 or 16264305. OLE color: 16264305.
HSL color Cylindrical-coordinate representation of color #712CF8: hue angle of 260.29º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #712CF8 is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 44 | 248 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.03 |
| HSL | 260.29º | 0.94% | 0.57% | - |
| HSV(B) | 260.29º | 0.82% | 0.97% | - |
| XYZ | 24.65 | 12.09 | 89.84 | - |
| YUV | 87.89 | 218.36 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 248 | 0.54 | 0.82 | 0 | 0.03 | 260.29 | 0.94 | 0.57 |
| Hex | 71 | 2C | F8 | 36 | 52 | 0 | 3 | 104 | 5E | 39 |
| Octal | 161 | 54 | 370 | 66 | 122 | 0 | 3 | 404 | 136 | 71 |
| Binary | 1110001 | 101100 | 11111000 | 110110 | 1010010 | 0 | 11 | 100000100 | 1011110 | 111001 |
Color Harmonies of #712CF8
Complementary color
Monochromatic Colors of #712CF8
Black with #712CF8
Text Example
Text Example
White with #712CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712CF8; }
p { color: rgb(113,44,248); }
H1.HeaderClassName
{
color: #712CF8;
}
.AnyTagClassName
{
color: #712CF8;
}
</style>
background-color css
<style>
a { background-color: #712CF8; }
a { background-color: rgb(113,44,248); }
div.DivClassName
{
background-color: #712CF8;
}
.BgClassName
{
background-color: #712CF8;
}
</style>
border-color css
<style>
span { border-color: #712CF8; }
span { border-color: rgb(113,44,248); }
td.TdClassName
{
border-color: #712CF8;
}
.TagClassName
{
border-color: #712CF8;
}
</style>