Shades of Dark Violet #780CDD
Tints of Dark Violet #780CDD
RGB
CMYK
RGB Variations
Color information
#780CDD (or 0x780CDD) is known color: Dark Violet. HEX triplet: 78, 0C and DD. RGB value is (120,12,221). Sum of RGB (Red+Green+Blue) = 120+12+221=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #780CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780CDD is #87F322. Grayscale: #434343. Windows color (decimal): -8909603 or 14486648. OLE color: 14486648.
HSL color Cylindrical-coordinate representation of color #780CDD: hue angle of 271º 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 #780CDD is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 12 | 221 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.13 |
| HSL | 271º | 0.9% | 0.46% | - |
| HSV(B) | 271º | 0.95% | 0.87% | - |
| XYZ | 20.93 | 9.48 | 69.13 | - |
| YUV | 68.12 | 214.28 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 221 | 0.46 | 0.95 | 0 | 0.13 | 271 | 0.9 | 0.46 |
| Hex | 78 | C | DD | 2E | 5F | 0 | D | 10F | 5A | 2E |
| Octal | 170 | 14 | 335 | 56 | 137 | 0 | 15 | 417 | 132 | 56 |
| Binary | 1111000 | 1100 | 11011101 | 101110 | 1011111 | 0 | 1101 | 100001111 | 1011010 | 101110 |
Color Harmonies of #780CDD
Complementary color
Monochromatic Colors of #780CDD
Black with #780CDD
Text Example
Text Example
White with #780CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780CDD; }
p { color: rgb(120,12,221); }
H1.HeaderClassName
{
color: #780CDD;
}
.AnyTagClassName
{
color: #780CDD;
}
</style>
background-color css
<style>
a { background-color: #780CDD; }
a { background-color: rgb(120,12,221); }
div.DivClassName
{
background-color: #780CDD;
}
.BgClassName
{
background-color: #780CDD;
}
</style>
border-color css
<style>
span { border-color: #780CDD; }
span { border-color: rgb(120,12,221); }
td.TdClassName
{
border-color: #780CDD;
}
.TagClassName
{
border-color: #780CDD;
}
</style>