Shades of Blue Violet #781CDF
Tints of Blue Violet #781CDF
RGB
CMYK
RGB Variations
Color information
#781CDF (or 0x781CDF) is known color: Blue Violet. HEX triplet: 78, 1C and DF. RGB value is (120,28,223). Sum of RGB (Red+Green+Blue) = 120+28+223=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #781CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781CDF is #87E320. Grayscale: #4D4D4D. Windows color (decimal): -8905505 or 14621816. OLE color: 14621816.
HSL color Cylindrical-coordinate representation of color #781CDF: hue angle of 268.31º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781CDF is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 28 | 223 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.13 |
| HSL | 268.31º | 0.78% | 0.49% | - |
| HSV(B) | 268.31º | 0.87% | 0.87% | - |
| XYZ | 21.48 | 10.15 | 70.64 | - |
| YUV | 77.74 | 209.98 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 223 | 0.46 | 0.87 | 0 | 0.13 | 268.31 | 0.78 | 0.49 |
| Hex | 78 | 1C | DF | 2E | 57 | 0 | D | 10C | 4E | 31 |
| Octal | 170 | 34 | 337 | 56 | 127 | 0 | 15 | 414 | 116 | 61 |
| Binary | 1111000 | 11100 | 11011111 | 101110 | 1010111 | 0 | 1101 | 100001100 | 1001110 | 110001 |
Color Harmonies of #781CDF
Complementary color
Monochromatic Colors of #781CDF
Black with #781CDF
Text Example
Text Example
White with #781CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781CDF; }
p { color: rgb(120,28,223); }
H1.HeaderClassName
{
color: #781CDF;
}
.AnyTagClassName
{
color: #781CDF;
}
</style>
background-color css
<style>
a { background-color: #781CDF; }
a { background-color: rgb(120,28,223); }
div.DivClassName
{
background-color: #781CDF;
}
.BgClassName
{
background-color: #781CDF;
}
</style>
border-color css
<style>
span { border-color: #781CDF; }
span { border-color: rgb(120,28,223); }
td.TdClassName
{
border-color: #781CDF;
}
.TagClassName
{
border-color: #781CDF;
}
</style>