Shades of Blue Violet #781EDF
Tints of Blue Violet #781EDF
RGB
CMYK
RGB Variations
Color information
#781EDF (or 0x781EDF) is known color: Blue Violet. HEX triplet: 78, 1E and DF. RGB value is (120,30,223). Sum of RGB (Red+Green+Blue) = 120+30+223=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #781EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781EDF is #87E120. Grayscale: #4E4E4E. Windows color (decimal): -8904993 or 14622328. OLE color: 14622328.
HSL color Cylindrical-coordinate representation of color #781EDF: hue angle of 267.98º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781EDF is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 30 | 223 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.13 |
| HSL | 267.98º | 0.76% | 0.5% | - |
| HSV(B) | 267.98º | 0.87% | 0.87% | - |
| XYZ | 21.53 | 10.25 | 70.66 | - |
| YUV | 78.91 | 209.32 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 223 | 0.46 | 0.87 | 0 | 0.13 | 267.98 | 0.76 | 0.5 |
| Hex | 78 | 1E | DF | 2E | 57 | 0 | D | 10C | 4C | 32 |
| Octal | 170 | 36 | 337 | 56 | 127 | 0 | 15 | 414 | 114 | 62 |
| Binary | 1111000 | 11110 | 11011111 | 101110 | 1010111 | 0 | 1101 | 100001100 | 1001100 | 110010 |
Color Harmonies of #781EDF
Complementary color
Monochromatic Colors of #781EDF
Black with #781EDF
Text Example
Text Example
White with #781EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781EDF; }
p { color: rgb(120,30,223); }
H1.HeaderClassName
{
color: #781EDF;
}
.AnyTagClassName
{
color: #781EDF;
}
</style>
background-color css
<style>
a { background-color: #781EDF; }
a { background-color: rgb(120,30,223); }
div.DivClassName
{
background-color: #781EDF;
}
.BgClassName
{
background-color: #781EDF;
}
</style>
border-color css
<style>
span { border-color: #781EDF; }
span { border-color: rgb(120,30,223); }
td.TdClassName
{
border-color: #781EDF;
}
.TagClassName
{
border-color: #781EDF;
}
</style>