Shades of Blue Violet #731CE0
Tints of Blue Violet #731CE0
RGB
CMYK
RGB Variations
Color information
#731CE0 (or 0x731CE0) is known color: Blue Violet. HEX triplet: 73, 1C and E0. RGB value is (115,28,224). Sum of RGB (Red+Green+Blue) = 115+28+224=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 224 (87.89% from 255 or 61.04% from 367); Max value from RGB is 224 - color contains mainly: blue. Hex color #731CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731CE0 is #8CE31F. Grayscale: #4B4B4B. Windows color (decimal): -9233184 or 14687347. OLE color: 14687347.
HSL color Cylindrical-coordinate representation of color #731CE0: hue angle of 266.63º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731CE0 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 28 | 224 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.12 |
| HSL | 266.63º | 0.78% | 0.49% | - |
| HSV(B) | 266.63º | 0.88% | 0.88% | - |
| XYZ | 20.94 | 9.86 | 71.32 | - |
| YUV | 76.36 | 211.32 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 224 | 0.49 | 0.88 | 0 | 0.12 | 266.63 | 0.78 | 0.49 |
| Hex | 73 | 1C | E0 | 31 | 58 | 0 | C | 10B | 4E | 31 |
| Octal | 163 | 34 | 340 | 61 | 130 | 0 | 14 | 413 | 116 | 61 |
| Binary | 1110011 | 11100 | 11100000 | 110001 | 1011000 | 0 | 1100 | 100001011 | 1001110 | 110001 |
Color Harmonies of #731CE0
Complementary color
Monochromatic Colors of #731CE0
Black with #731CE0
Text Example
Text Example
White with #731CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731CE0; }
p { color: rgb(115,28,224); }
H1.HeaderClassName
{
color: #731CE0;
}
.AnyTagClassName
{
color: #731CE0;
}
</style>
background-color css
<style>
a { background-color: #731CE0; }
a { background-color: rgb(115,28,224); }
div.DivClassName
{
background-color: #731CE0;
}
.BgClassName
{
background-color: #731CE0;
}
</style>
border-color css
<style>
span { border-color: #731CE0; }
span { border-color: rgb(115,28,224); }
td.TdClassName
{
border-color: #731CE0;
}
.TagClassName
{
border-color: #731CE0;
}
</style>