Shades of Blue Violet #780CE1
Tints of Blue Violet #780CE1
RGB
CMYK
RGB Variations
Color information
#780CE1 (or 0x780CE1) is known color: Blue Violet. HEX triplet: 78, 0C and E1. RGB value is (120,12,225). Sum of RGB (Red+Green+Blue) = 120+12+225=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 225 (88.28% from 255 or 63.03% from 357); Max value from RGB is 225 - color contains mainly: blue. Hex color #780CE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780CE1 is #87F31E. Grayscale: #434343. Windows color (decimal): -8909599 or 14748792. OLE color: 14748792.
HSL color Cylindrical-coordinate representation of color #780CE1: hue angle of 270.42º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780CE1 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 120 | 12 | 225 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.12 |
| HSL | 270.42º | 0.9% | 0.46% | - |
| HSV(B) | 270.42º | 0.95% | 0.88% | - |
| XYZ | 21.47 | 9.69 | 71.97 | - |
| YUV | 68.57 | 216.28 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 225 | 0.47 | 0.95 | 0 | 0.12 | 270.42 | 0.9 | 0.46 |
| Hex | 78 | C | E1 | 2F | 5F | 0 | C | 10E | 5A | 2E |
| Octal | 170 | 14 | 341 | 57 | 137 | 0 | 14 | 416 | 132 | 56 |
| Binary | 1111000 | 1100 | 11100001 | 101111 | 1011111 | 0 | 1100 | 100001110 | 1011010 | 101110 |
Color Harmonies of #780CE1
Complementary color
Monochromatic Colors of #780CE1
Black with #780CE1
Text Example
Text Example
White with #780CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780CE1; }
p { color: rgb(120,12,225); }
H1.HeaderClassName
{
color: #780CE1;
}
.AnyTagClassName
{
color: #780CE1;
}
</style>
background-color css
<style>
a { background-color: #780CE1; }
a { background-color: rgb(120,12,225); }
div.DivClassName
{
background-color: #780CE1;
}
.BgClassName
{
background-color: #780CE1;
}
</style>
border-color css
<style>
span { border-color: #780CE1; }
span { border-color: rgb(120,12,225); }
td.TdClassName
{
border-color: #780CE1;
}
.TagClassName
{
border-color: #780CE1;
}
</style>