Shades of Blue Violet #731CE5
Tints of Blue Violet #731CE5
RGB
CMYK
RGB Variations
Color information
#731CE5 (or 0x731CE5) is known color: Blue Violet. HEX triplet: 73, 1C and E5. RGB value is (115,28,229). Sum of RGB (Red+Green+Blue) = 115+28+229=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 28 (11.33% from 255 or 7.53% from 372); Blue value is 229 (89.84% from 255 or 61.56% from 372); Max value from RGB is 229 - color contains mainly: blue. Hex color #731CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731CE5 is #8CE31A. Grayscale: #4C4C4C. Windows color (decimal): -9233179 or 15015027. OLE color: 15015027.
HSL color Cylindrical-coordinate representation of color #731CE5: hue angle of 265.97º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731CE5 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 28 | 229 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.10 |
| HSL | 265.97º | 0.79% | 0.5% | - |
| HSV(B) | 265.97º | 0.88% | 0.9% | - |
| XYZ | 21.63 | 10.13 | 74.94 | - |
| YUV | 76.93 | 213.82 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 229 | 0.50 | 0.88 | 0 | 0.10 | 265.97 | 0.79 | 0.5 |
| Hex | 73 | 1C | E5 | 32 | 58 | 0 | A | 10A | 4F | 32 |
| Octal | 163 | 34 | 345 | 62 | 130 | 0 | 12 | 412 | 117 | 62 |
| Binary | 1110011 | 11100 | 11100101 | 110010 | 1011000 | 0 | 1010 | 100001010 | 1001111 | 110010 |
Color Harmonies of #731CE5
Complementary color
Monochromatic Colors of #731CE5
Black with #731CE5
Text Example
Text Example
White with #731CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731CE5; }
p { color: rgb(115,28,229); }
H1.HeaderClassName
{
color: #731CE5;
}
.AnyTagClassName
{
color: #731CE5;
}
</style>
background-color css
<style>
a { background-color: #731CE5; }
a { background-color: rgb(115,28,229); }
div.DivClassName
{
background-color: #731CE5;
}
.BgClassName
{
background-color: #731CE5;
}
</style>
border-color css
<style>
span { border-color: #731CE5; }
span { border-color: rgb(115,28,229); }
td.TdClassName
{
border-color: #731CE5;
}
.TagClassName
{
border-color: #731CE5;
}
</style>