Shades of Blue Violet #780CDF
Tints of Blue Violet #780CDF
RGB
CMYK
RGB Variations
Color information
#780CDF (or 0x780CDF) is known color: Blue Violet. HEX triplet: 78, 0C and DF. RGB value is (120,12,223). Sum of RGB (Red+Green+Blue) = 120+12+223=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 12 (5.08% from 255 or 3.38% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #780CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780CDF is #87F320. Grayscale: #434343. Windows color (decimal): -8909601 or 14617720. OLE color: 14617720.
HSL color Cylindrical-coordinate representation of color #780CDF: hue angle of 270.71º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780CDF is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 12 | 223 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.13 |
| HSL | 270.71º | 0.9% | 0.46% | - |
| HSV(B) | 270.71º | 0.95% | 0.87% | - |
| XYZ | 21.2 | 9.58 | 70.54 | - |
| YUV | 68.35 | 215.28 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 223 | 0.46 | 0.95 | 0 | 0.13 | 270.71 | 0.9 | 0.46 |
| Hex | 78 | C | DF | 2E | 5F | 0 | D | 10F | 5A | 2E |
| Octal | 170 | 14 | 337 | 56 | 137 | 0 | 15 | 417 | 132 | 56 |
| Binary | 1111000 | 1100 | 11011111 | 101110 | 1011111 | 0 | 1101 | 100001111 | 1011010 | 101110 |
Color Harmonies of #780CDF
Complementary color
Monochromatic Colors of #780CDF
Black with #780CDF
Text Example
Text Example
White with #780CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780CDF; }
p { color: rgb(120,12,223); }
H1.HeaderClassName
{
color: #780CDF;
}
.AnyTagClassName
{
color: #780CDF;
}
</style>
background-color css
<style>
a { background-color: #780CDF; }
a { background-color: rgb(120,12,223); }
div.DivClassName
{
background-color: #780CDF;
}
.BgClassName
{
background-color: #780CDF;
}
</style>
border-color css
<style>
span { border-color: #780CDF; }
span { border-color: rgb(120,12,223); }
td.TdClassName
{
border-color: #780CDF;
}
.TagClassName
{
border-color: #780CDF;
}
</style>