Shades of Blue Violet #7842EF
Tints of Blue Violet #7842EF
RGB
CMYK
RGB Variations
Color information
#7842EF (or 0x7842EF) is known color: Blue Violet. HEX triplet: 78, 42 and EF. RGB value is (120,66,239). Sum of RGB (Red+Green+Blue) = 120+66+239=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #7842EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7842EF is #87BD10. Grayscale: #656565. Windows color (decimal): -8895761 or 15680120. OLE color: 15680120.
HSL color Cylindrical-coordinate representation of color #7842EF: hue angle of 258.73º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7842EF is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 66 | 239 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.06 |
| HSL | 258.73º | 0.84% | 0.6% | - |
| HSV(B) | 258.73º | 0.72% | 0.94% | - |
| XYZ | 25.27 | 14.12 | 83.05 | - |
| YUV | 101.87 | 205.39 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 66 | 239 | 0.50 | 0.72 | 0 | 0.06 | 258.73 | 0.84 | 0.6 |
| Hex | 78 | 42 | EF | 32 | 48 | 0 | 6 | 103 | 54 | 3C |
| Octal | 170 | 102 | 357 | 62 | 110 | 0 | 6 | 403 | 124 | 74 |
| Binary | 1111000 | 1000010 | 11101111 | 110010 | 1001000 | 0 | 110 | 100000011 | 1010100 | 111100 |
Color Harmonies of #7842EF
Complementary color
Monochromatic Colors of #7842EF
Black with #7842EF
Text Example
Text Example
White with #7842EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7842EF; }
p { color: rgb(120,66,239); }
H1.HeaderClassName
{
color: #7842EF;
}
.AnyTagClassName
{
color: #7842EF;
}
</style>
background-color css
<style>
a { background-color: #7842EF; }
a { background-color: rgb(120,66,239); }
div.DivClassName
{
background-color: #7842EF;
}
.BgClassName
{
background-color: #7842EF;
}
</style>
border-color css
<style>
span { border-color: #7842EF; }
span { border-color: rgb(120,66,239); }
td.TdClassName
{
border-color: #7842EF;
}
.TagClassName
{
border-color: #7842EF;
}
</style>