Shades of Blue Violet #731CEA
Tints of Blue Violet #731CEA
RGB
CMYK
RGB Variations
Color information
#731CEA (or 0x731CEA) is known color: Blue Violet. HEX triplet: 73, 1C and EA. RGB value is (115,28,234). Sum of RGB (Red+Green+Blue) = 115+28+234=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #731CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731CEA is #8CE315. Grayscale: #4C4C4C. Windows color (decimal): -9233174 or 15342707. OLE color: 15342707.
HSL color Cylindrical-coordinate representation of color #731CEA: hue angle of 265.34º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731CEA is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 28 | 234 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.08 |
| HSL | 265.34º | 0.83% | 0.51% | - |
| HSV(B) | 265.34º | 0.88% | 0.92% | - |
| XYZ | 22.34 | 10.42 | 78.68 | - |
| YUV | 77.5 | 216.32 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 234 | 0.51 | 0.88 | 0 | 0.08 | 265.34 | 0.83 | 0.51 |
| Hex | 73 | 1C | EA | 33 | 58 | 0 | 8 | 109 | 53 | 33 |
| Octal | 163 | 34 | 352 | 63 | 130 | 0 | 10 | 411 | 123 | 63 |
| Binary | 1110011 | 11100 | 11101010 | 110011 | 1011000 | 0 | 1000 | 100001001 | 1010011 | 110011 |
Color Harmonies of #731CEA
Complementary color
Monochromatic Colors of #731CEA
Black with #731CEA
Text Example
Text Example
White with #731CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731CEA; }
p { color: rgb(115,28,234); }
H1.HeaderClassName
{
color: #731CEA;
}
.AnyTagClassName
{
color: #731CEA;
}
</style>
background-color css
<style>
a { background-color: #731CEA; }
a { background-color: rgb(115,28,234); }
div.DivClassName
{
background-color: #731CEA;
}
.BgClassName
{
background-color: #731CEA;
}
</style>
border-color css
<style>
span { border-color: #731CEA; }
span { border-color: rgb(115,28,234); }
td.TdClassName
{
border-color: #731CEA;
}
.TagClassName
{
border-color: #731CEA;
}
</style>