Shades of Blue Violet #7317EA
Tints of Blue Violet #7317EA
RGB
CMYK
RGB Variations
Color information
#7317EA (or 0x7317EA) is known color: Blue Violet. HEX triplet: 73, 17 and EA. RGB value is (115,23,234). Sum of RGB (Red+Green+Blue) = 115+23+234=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #7317EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7317EA is #8CE815. Grayscale: #494949. Windows color (decimal): -9234454 or 15341427. OLE color: 15341427.
HSL color Cylindrical-coordinate representation of color #7317EA: hue angle of 266.16º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7317EA is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 23 | 234 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.08 |
| HSL | 266.16º | 0.83% | 0.5% | - |
| HSV(B) | 266.16º | 0.9% | 0.92% | - |
| XYZ | 22.23 | 10.2 | 78.64 | - |
| YUV | 74.56 | 217.98 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 23 | 234 | 0.51 | 0.90 | 0 | 0.08 | 266.16 | 0.83 | 0.5 |
| Hex | 73 | 17 | EA | 33 | 5A | 0 | 8 | 10A | 53 | 32 |
| Octal | 163 | 27 | 352 | 63 | 132 | 0 | 10 | 412 | 123 | 62 |
| Binary | 1110011 | 10111 | 11101010 | 110011 | 1011010 | 0 | 1000 | 100001010 | 1010011 | 110010 |
Color Harmonies of #7317EA
Complementary color
Monochromatic Colors of #7317EA
Black with #7317EA
Text Example
Text Example
White with #7317EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7317EA; }
p { color: rgb(115,23,234); }
H1.HeaderClassName
{
color: #7317EA;
}
.AnyTagClassName
{
color: #7317EA;
}
</style>
background-color css
<style>
a { background-color: #7317EA; }
a { background-color: rgb(115,23,234); }
div.DivClassName
{
background-color: #7317EA;
}
.BgClassName
{
background-color: #7317EA;
}
</style>
border-color css
<style>
span { border-color: #7317EA; }
span { border-color: rgb(115,23,234); }
td.TdClassName
{
border-color: #7317EA;
}
.TagClassName
{
border-color: #7317EA;
}
</style>