Shades of Blue Violet #712CDE
Tints of Blue Violet #712CDE
RGB
CMYK
RGB Variations
Color information
#712CDE (or 0x712CDE) is known color: Blue Violet. HEX triplet: 71, 2C and DE. RGB value is (113,44,222). Sum of RGB (Red+Green+Blue) = 113+44+222=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #712CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712CDE is #8ED321. Grayscale: #545454. Windows color (decimal): -9360162 or 14560369. OLE color: 14560369.
HSL color Cylindrical-coordinate representation of color #712CDE: hue angle of 263.26º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #712CDE is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 44 | 222 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.13 |
| HSL | 263.26º | 0.73% | 0.52% | - |
| HSV(B) | 263.26º | 0.8% | 0.87% | - |
| XYZ | 20.9 | 10.59 | 70.05 | - |
| YUV | 84.92 | 205.36 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 222 | 0.49 | 0.80 | 0 | 0.13 | 263.26 | 0.73 | 0.52 |
| Hex | 71 | 2C | DE | 31 | 50 | 0 | D | 107 | 49 | 34 |
| Octal | 161 | 54 | 336 | 61 | 120 | 0 | 15 | 407 | 111 | 64 |
| Binary | 1110001 | 101100 | 11011110 | 110001 | 1010000 | 0 | 1101 | 100000111 | 1001001 | 110100 |
Color Harmonies of #712CDE
Complementary color
Monochromatic Colors of #712CDE
Black with #712CDE
Text Example
Text Example
White with #712CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712CDE; }
p { color: rgb(113,44,222); }
H1.HeaderClassName
{
color: #712CDE;
}
.AnyTagClassName
{
color: #712CDE;
}
</style>
background-color css
<style>
a { background-color: #712CDE; }
a { background-color: rgb(113,44,222); }
div.DivClassName
{
background-color: #712CDE;
}
.BgClassName
{
background-color: #712CDE;
}
</style>
border-color css
<style>
span { border-color: #712CDE; }
span { border-color: rgb(113,44,222); }
td.TdClassName
{
border-color: #712CDE;
}
.TagClassName
{
border-color: #712CDE;
}
</style>