Shades of Blue Violet #712CEF
Tints of Blue Violet #712CEF
RGB
CMYK
RGB Variations
Color information
#712CEF (or 0x712CEF) is known color: Blue Violet. HEX triplet: 71, 2C and EF. RGB value is (113,44,239). Sum of RGB (Red+Green+Blue) = 113+44+239=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #712CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712CEF is #8ED310. Grayscale: #565656. Windows color (decimal): -9360145 or 15674481. OLE color: 15674481.
HSL color Cylindrical-coordinate representation of color #712CEF: hue angle of 261.23º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #712CEF is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 44 | 239 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.06 |
| HSL | 261.23º | 0.86% | 0.55% | - |
| HSV(B) | 261.23º | 0.82% | 0.94% | - |
| XYZ | 23.29 | 11.54 | 82.66 | - |
| YUV | 86.86 | 213.86 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 239 | 0.53 | 0.82 | 0 | 0.06 | 261.23 | 0.86 | 0.55 |
| Hex | 71 | 2C | EF | 35 | 52 | 0 | 6 | 105 | 56 | 37 |
| Octal | 161 | 54 | 357 | 65 | 122 | 0 | 6 | 405 | 126 | 67 |
| Binary | 1110001 | 101100 | 11101111 | 110101 | 1010010 | 0 | 110 | 100000101 | 1010110 | 110111 |
Color Harmonies of #712CEF
Complementary color
Monochromatic Colors of #712CEF
Black with #712CEF
Text Example
Text Example
White with #712CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712CEF; }
p { color: rgb(113,44,239); }
H1.HeaderClassName
{
color: #712CEF;
}
.AnyTagClassName
{
color: #712CEF;
}
</style>
background-color css
<style>
a { background-color: #712CEF; }
a { background-color: rgb(113,44,239); }
div.DivClassName
{
background-color: #712CEF;
}
.BgClassName
{
background-color: #712CEF;
}
</style>
border-color css
<style>
span { border-color: #712CEF; }
span { border-color: rgb(113,44,239); }
td.TdClassName
{
border-color: #712CEF;
}
.TagClassName
{
border-color: #712CEF;
}
</style>