Shades of Blue Violet #712BED
Tints of Blue Violet #712BED
RGB
CMYK
RGB Variations
Color information
#712BED (or 0x712BED) is known color: Blue Violet. HEX triplet: 71, 2B and ED. RGB value is (113,43,237). Sum of RGB (Red+Green+Blue) = 113+43+237=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 237 (92.97% from 255 or 60.31% from 393); Max value from RGB is 237 - color contains mainly: blue. Hex color #712BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712BED is #8ED412. Grayscale: #555555. Windows color (decimal): -9360403 or 15543153. OLE color: 15543153.
HSL color Cylindrical-coordinate representation of color #712BED: hue angle of 261.65º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #712BED is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 43 | 237 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.07 |
| HSL | 261.65º | 0.84% | 0.55% | - |
| HSV(B) | 261.65º | 0.82% | 0.93% | - |
| XYZ | 22.96 | 11.35 | 81.1 | - |
| YUV | 86.05 | 213.19 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 43 | 237 | 0.52 | 0.82 | 0 | 0.07 | 261.65 | 0.84 | 0.55 |
| Hex | 71 | 2B | ED | 34 | 52 | 0 | 7 | 106 | 54 | 37 |
| Octal | 161 | 53 | 355 | 64 | 122 | 0 | 7 | 406 | 124 | 67 |
| Binary | 1110001 | 101011 | 11101101 | 110100 | 1010010 | 0 | 111 | 100000110 | 1010100 | 110111 |
Color Harmonies of #712BED
Complementary color
Monochromatic Colors of #712BED
Black with #712BED
Text Example
Text Example
White with #712BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712BED; }
p { color: rgb(113,43,237); }
H1.HeaderClassName
{
color: #712BED;
}
.AnyTagClassName
{
color: #712BED;
}
</style>
background-color css
<style>
a { background-color: #712BED; }
a { background-color: rgb(113,43,237); }
div.DivClassName
{
background-color: #712BED;
}
.BgClassName
{
background-color: #712BED;
}
</style>
border-color css
<style>
span { border-color: #712BED; }
span { border-color: rgb(113,43,237); }
td.TdClassName
{
border-color: #712BED;
}
.TagClassName
{
border-color: #712BED;
}
</style>