Shades of Blue Violet #7817EF
Tints of Blue Violet #7817EF
RGB
CMYK
RGB Variations
Color information
#7817EF (or 0x7817EF) is known color: Blue Violet. HEX triplet: 78, 17 and EF. RGB value is (120,23,239). Sum of RGB (Red+Green+Blue) = 120+23+239=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #7817EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7817EF is #87E810. Grayscale: #4B4B4B. Windows color (decimal): -8906769 or 15669112. OLE color: 15669112.
HSL color Cylindrical-coordinate representation of color #7817EF: hue angle of 266.94º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7817EF is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 23 | 239 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.06 |
| HSL | 266.94º | 0.87% | 0.51% | - |
| HSV(B) | 266.94º | 0.9% | 0.94% | - |
| XYZ | 23.63 | 10.84 | 82.51 | - |
| YUV | 76.63 | 219.64 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 239 | 0.50 | 0.90 | 0 | 0.06 | 266.94 | 0.87 | 0.51 |
| Hex | 78 | 17 | EF | 32 | 5A | 0 | 6 | 10B | 57 | 33 |
| Octal | 170 | 27 | 357 | 62 | 132 | 0 | 6 | 413 | 127 | 63 |
| Binary | 1111000 | 10111 | 11101111 | 110010 | 1011010 | 0 | 110 | 100001011 | 1010111 | 110011 |
Color Harmonies of #7817EF
Complementary color
Monochromatic Colors of #7817EF
Black with #7817EF
Text Example
Text Example
White with #7817EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7817EF; }
p { color: rgb(120,23,239); }
H1.HeaderClassName
{
color: #7817EF;
}
.AnyTagClassName
{
color: #7817EF;
}
</style>
background-color css
<style>
a { background-color: #7817EF; }
a { background-color: rgb(120,23,239); }
div.DivClassName
{
background-color: #7817EF;
}
.BgClassName
{
background-color: #7817EF;
}
</style>
border-color css
<style>
span { border-color: #7817EF; }
span { border-color: rgb(120,23,239); }
td.TdClassName
{
border-color: #7817EF;
}
.TagClassName
{
border-color: #7817EF;
}
</style>