Shades of Blue Violet #7818D8
Tints of Blue Violet #7818D8
RGB
CMYK
RGB Variations
Color information
#7818D8 (or 0x7818D8) is known color: Blue Violet. HEX triplet: 78, 18 and D8. RGB value is (120,24,216). Sum of RGB (Red+Green+Blue) = 120+24+216=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 216 (84.77% from 255 or 60% from 360); Max value from RGB is 216 - color contains mainly: blue. Hex color #7818D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7818D8 is #87E727. Grayscale: #494949. Windows color (decimal): -8906536 or 14162040. OLE color: 14162040.
HSL color Cylindrical-coordinate representation of color #7818D8: hue angle of 270º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7818D8 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 24 | 216 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.15 |
| HSL | 270º | 0.8% | 0.47% | - |
| HSV(B) | 270º | 0.89% | 0.85% | - |
| XYZ | 20.47 | 9.6 | 65.74 | - |
| YUV | 74.59 | 207.8 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 216 | 0.44 | 0.89 | 0 | 0.15 | 270 | 0.8 | 0.47 |
| Hex | 78 | 18 | D8 | 2C | 59 | 0 | F | 10E | 50 | 2F |
| Octal | 170 | 30 | 330 | 54 | 131 | 0 | 17 | 416 | 120 | 57 |
| Binary | 1111000 | 11000 | 11011000 | 101100 | 1011001 | 0 | 1111 | 100001110 | 1010000 | 101111 |
Color Harmonies of #7818D8
Complementary color
Monochromatic Colors of #7818D8
Black with #7818D8
Text Example
Text Example
White with #7818D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7818D8; }
p { color: rgb(120,24,216); }
H1.HeaderClassName
{
color: #7818D8;
}
.AnyTagClassName
{
color: #7818D8;
}
</style>
background-color css
<style>
a { background-color: #7818D8; }
a { background-color: rgb(120,24,216); }
div.DivClassName
{
background-color: #7818D8;
}
.BgClassName
{
background-color: #7818D8;
}
</style>
border-color css
<style>
span { border-color: #7818D8; }
span { border-color: rgb(120,24,216); }
td.TdClassName
{
border-color: #7818D8;
}
.TagClassName
{
border-color: #7818D8;
}
</style>