Shades of Blue Violet #781FDF
Tints of Blue Violet #781FDF
RGB
CMYK
RGB Variations
Color information
#781FDF (or 0x781FDF) is known color: Blue Violet. HEX triplet: 78, 1F and DF. RGB value is (120,31,223). Sum of RGB (Red+Green+Blue) = 120+31+223=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #781FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781FDF is #87E020. Grayscale: #4E4E4E. Windows color (decimal): -8904737 or 14622584. OLE color: 14622584.
HSL color Cylindrical-coordinate representation of color #781FDF: hue angle of 267.81º degrees, saturation: 0.76, 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 #781FDF is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 31 | 223 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.13 |
| HSL | 267.81º | 0.76% | 0.5% | - |
| HSV(B) | 267.81º | 0.86% | 0.87% | - |
| XYZ | 21.56 | 10.3 | 70.66 | - |
| YUV | 79.5 | 208.99 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 223 | 0.46 | 0.86 | 0 | 0.13 | 267.81 | 0.76 | 0.5 |
| Hex | 78 | 1F | DF | 2E | 56 | 0 | D | 10C | 4C | 32 |
| Octal | 170 | 37 | 337 | 56 | 126 | 0 | 15 | 414 | 114 | 62 |
| Binary | 1111000 | 11111 | 11011111 | 101110 | 1010110 | 0 | 1101 | 100001100 | 1001100 | 110010 |
Color Harmonies of #781FDF
Complementary color
Monochromatic Colors of #781FDF
Black with #781FDF
Text Example
Text Example
White with #781FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781FDF; }
p { color: rgb(120,31,223); }
H1.HeaderClassName
{
color: #781FDF;
}
.AnyTagClassName
{
color: #781FDF;
}
</style>
background-color css
<style>
a { background-color: #781FDF; }
a { background-color: rgb(120,31,223); }
div.DivClassName
{
background-color: #781FDF;
}
.BgClassName
{
background-color: #781FDF;
}
</style>
border-color css
<style>
span { border-color: #781FDF; }
span { border-color: rgb(120,31,223); }
td.TdClassName
{
border-color: #781FDF;
}
.TagClassName
{
border-color: #781FDF;
}
</style>