Shades of Dark Violet #780FCE
Tints of Dark Violet #780FCE
RGB
CMYK
RGB Variations
Color information
#780FCE (or 0x780FCE) is known color: Dark Violet. HEX triplet: 78, 0F and CE. RGB value is (120,15,206). Sum of RGB (Red+Green+Blue) = 120+15+206=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #780FCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780FCE is #87F031. Grayscale: #434343. Windows color (decimal): -8908850 or 13504376. OLE color: 13504376.
HSL color Cylindrical-coordinate representation of color #780FCE: hue angle of 272.98º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780FCE is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 15 | 206 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.19 |
| HSL | 272.98º | 0.86% | 0.43% | - |
| HSV(B) | 272.98º | 0.93% | 0.81% | - |
| XYZ | 19.06 | 8.79 | 59.08 | - |
| YUV | 68.17 | 205.79 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 206 | 0.42 | 0.93 | 0 | 0.19 | 272.98 | 0.86 | 0.43 |
| Hex | 78 | F | CE | 2A | 5D | 0 | 13 | 111 | 56 | 2B |
| Octal | 170 | 17 | 316 | 52 | 135 | 0 | 23 | 421 | 126 | 53 |
| Binary | 1111000 | 1111 | 11001110 | 101010 | 1011101 | 0 | 10011 | 100010001 | 1010110 | 101011 |
Color Harmonies of #780FCE
Complementary color
Monochromatic Colors of #780FCE
Black with #780FCE
Text Example
Text Example
White with #780FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780FCE; }
p { color: rgb(120,15,206); }
H1.HeaderClassName
{
color: #780FCE;
}
.AnyTagClassName
{
color: #780FCE;
}
</style>
background-color css
<style>
a { background-color: #780FCE; }
a { background-color: rgb(120,15,206); }
div.DivClassName
{
background-color: #780FCE;
}
.BgClassName
{
background-color: #780FCE;
}
</style>
border-color css
<style>
span { border-color: #780FCE; }
span { border-color: rgb(120,15,206); }
td.TdClassName
{
border-color: #780FCE;
}
.TagClassName
{
border-color: #780FCE;
}
</style>