Shades of Blue Violet #781FDE
Tints of Blue Violet #781FDE
RGB
CMYK
RGB Variations
Color information
#781FDE (or 0x781FDE) is known color: Blue Violet. HEX triplet: 78, 1F and DE. RGB value is (120,31,222). Sum of RGB (Red+Green+Blue) = 120+31+222=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #781FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781FDE is #87E021. Grayscale: #4E4E4E. Windows color (decimal): -8904738 or 14557048. OLE color: 14557048.
HSL color Cylindrical-coordinate representation of color #781FDE: hue angle of 267.96º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781FDE is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 31 | 222 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.13 |
| HSL | 267.96º | 0.75% | 0.5% | - |
| HSV(B) | 267.96º | 0.86% | 0.87% | - |
| XYZ | 21.42 | 10.25 | 69.96 | - |
| YUV | 79.39 | 208.49 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 222 | 0.46 | 0.86 | 0 | 0.13 | 267.96 | 0.75 | 0.5 |
| Hex | 78 | 1F | DE | 2E | 56 | 0 | D | 10C | 4B | 32 |
| Octal | 170 | 37 | 336 | 56 | 126 | 0 | 15 | 414 | 113 | 62 |
| Binary | 1111000 | 11111 | 11011110 | 101110 | 1010110 | 0 | 1101 | 100001100 | 1001011 | 110010 |
Color Harmonies of #781FDE
Complementary color
Monochromatic Colors of #781FDE
Black with #781FDE
Text Example
Text Example
White with #781FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781FDE; }
p { color: rgb(120,31,222); }
H1.HeaderClassName
{
color: #781FDE;
}
.AnyTagClassName
{
color: #781FDE;
}
</style>
background-color css
<style>
a { background-color: #781FDE; }
a { background-color: rgb(120,31,222); }
div.DivClassName
{
background-color: #781FDE;
}
.BgClassName
{
background-color: #781FDE;
}
</style>
border-color css
<style>
span { border-color: #781FDE; }
span { border-color: rgb(120,31,222); }
td.TdClassName
{
border-color: #781FDE;
}
.TagClassName
{
border-color: #781FDE;
}
</style>