Shades of Blue Violet #782FDF
Tints of Blue Violet #782FDF
RGB
CMYK
RGB Variations
Color information
#782FDF (or 0x782FDF) is known color: Blue Violet. HEX triplet: 78, 2F and DF. RGB value is (120,47,223). Sum of RGB (Red+Green+Blue) = 120+47+223=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #782FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782FDF is #87D020. Grayscale: #585858. Windows color (decimal): -8900641 or 14626680. OLE color: 14626680.
HSL color Cylindrical-coordinate representation of color #782FDF: hue angle of 264.89º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #782FDF is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 47 | 223 | - |
| CMYK | 0.46 | 0.79 | 0 | 0.13 |
| HSL | 264.89º | 0.73% | 0.53% | - |
| HSV(B) | 264.89º | 0.79% | 0.87% | - |
| XYZ | 22.08 | 11.35 | 70.84 | - |
| YUV | 88.89 | 203.68 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 47 | 223 | 0.46 | 0.79 | 0 | 0.13 | 264.89 | 0.73 | 0.53 |
| Hex | 78 | 2F | DF | 2E | 4F | 0 | D | 109 | 49 | 35 |
| Octal | 170 | 57 | 337 | 56 | 117 | 0 | 15 | 411 | 111 | 65 |
| Binary | 1111000 | 101111 | 11011111 | 101110 | 1001111 | 0 | 1101 | 100001001 | 1001001 | 110101 |
Color Harmonies of #782FDF
Complementary color
Monochromatic Colors of #782FDF
Black with #782FDF
Text Example
Text Example
White with #782FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782FDF; }
p { color: rgb(120,47,223); }
H1.HeaderClassName
{
color: #782FDF;
}
.AnyTagClassName
{
color: #782FDF;
}
</style>
background-color css
<style>
a { background-color: #782FDF; }
a { background-color: rgb(120,47,223); }
div.DivClassName
{
background-color: #782FDF;
}
.BgClassName
{
background-color: #782FDF;
}
</style>
border-color css
<style>
span { border-color: #782FDF; }
span { border-color: rgb(120,47,223); }
td.TdClassName
{
border-color: #782FDF;
}
.TagClassName
{
border-color: #782FDF;
}
</style>