Shades of Dark Violet #780CCD
Tints of Dark Violet #780CCD
RGB
CMYK
RGB Variations
Color information
#780CCD (or 0x780CCD) is known color: Dark Violet. HEX triplet: 78, 0C and CD. RGB value is (120,12,205). Sum of RGB (Red+Green+Blue) = 120+12+205=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #780CCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780CCD is #87F332. Grayscale: #414141. Windows color (decimal): -8909619 or 13438072. OLE color: 13438072.
HSL color Cylindrical-coordinate representation of color #780CCD: hue angle of 273.58º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780CCD is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 12 | 205 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.20 |
| HSL | 273.58º | 0.89% | 0.43% | - |
| HSV(B) | 273.58º | 0.94% | 0.8% | - |
| XYZ | 18.9 | 8.66 | 58.43 | - |
| YUV | 66.29 | 206.28 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 205 | 0.41 | 0.94 | 0 | 0.20 | 273.58 | 0.89 | 0.43 |
| Hex | 78 | C | CD | 29 | 5E | 0 | 14 | 112 | 59 | 2B |
| Octal | 170 | 14 | 315 | 51 | 136 | 0 | 24 | 422 | 131 | 53 |
| Binary | 1111000 | 1100 | 11001101 | 101001 | 1011110 | 0 | 10100 | 100010010 | 1011001 | 101011 |
Color Harmonies of #780CCD
Complementary color
Monochromatic Colors of #780CCD
Black with #780CCD
Text Example
Text Example
White with #780CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780CCD; }
p { color: rgb(120,12,205); }
H1.HeaderClassName
{
color: #780CCD;
}
.AnyTagClassName
{
color: #780CCD;
}
</style>
background-color css
<style>
a { background-color: #780CCD; }
a { background-color: rgb(120,12,205); }
div.DivClassName
{
background-color: #780CCD;
}
.BgClassName
{
background-color: #780CCD;
}
</style>
border-color css
<style>
span { border-color: #780CCD; }
span { border-color: rgb(120,12,205); }
td.TdClassName
{
border-color: #780CCD;
}
.TagClassName
{
border-color: #780CCD;
}
</style>