Shades of Dark Violet #780BCF
Tints of Dark Violet #780BCF
RGB
CMYK
RGB Variations
Color information
#780BCF (or 0x780BCF) is known color: Dark Violet. HEX triplet: 78, 0B and CF. RGB value is (120,11,207). Sum of RGB (Red+Green+Blue) = 120+11+207=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #780BCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780BCF is #87F430. Grayscale: #414141. Windows color (decimal): -8909873 or 13568888. OLE color: 13568888.
HSL color Cylindrical-coordinate representation of color #780BCF: hue angle of 273.37º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780BCF is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 11 | 207 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.19 |
| HSL | 273.37º | 0.9% | 0.43% | - |
| HSV(B) | 273.37º | 0.95% | 0.81% | - |
| XYZ | 19.13 | 8.74 | 59.71 | - |
| YUV | 65.94 | 207.61 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 207 | 0.42 | 0.95 | 0 | 0.19 | 273.37 | 0.9 | 0.43 |
| Hex | 78 | B | CF | 2A | 5F | 0 | 13 | 111 | 5A | 2B |
| Octal | 170 | 13 | 317 | 52 | 137 | 0 | 23 | 421 | 132 | 53 |
| Binary | 1111000 | 1011 | 11001111 | 101010 | 1011111 | 0 | 10011 | 100010001 | 1011010 | 101011 |
Color Harmonies of #780BCF
Complementary color
Monochromatic Colors of #780BCF
Black with #780BCF
Text Example
Text Example
White with #780BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780BCF; }
p { color: rgb(120,11,207); }
H1.HeaderClassName
{
color: #780BCF;
}
.AnyTagClassName
{
color: #780BCF;
}
</style>
background-color css
<style>
a { background-color: #780BCF; }
a { background-color: rgb(120,11,207); }
div.DivClassName
{
background-color: #780BCF;
}
.BgClassName
{
background-color: #780BCF;
}
</style>
border-color css
<style>
span { border-color: #780BCF; }
span { border-color: rgb(120,11,207); }
td.TdClassName
{
border-color: #780BCF;
}
.TagClassName
{
border-color: #780BCF;
}
</style>