Shades of Blue Violet #780FE1
Tints of Blue Violet #780FE1
RGB
CMYK
RGB Variations
Color information
#780FE1 (or 0x780FE1) is known color: Blue Violet. HEX triplet: 78, 0F and E1. RGB value is (120,15,225). Sum of RGB (Red+Green+Blue) = 120+15+225=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 225 (88.28% from 255 or 62.5% from 360); Max value from RGB is 225 - color contains mainly: blue. Hex color #780FE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780FE1 is #87F01E. Grayscale: #454545. Windows color (decimal): -8908831 or 14749560. OLE color: 14749560.
HSL color Cylindrical-coordinate representation of color #780FE1: hue angle of 270º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780FE1 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 120 | 15 | 225 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.12 |
| HSL | 270º | 0.88% | 0.47% | - |
| HSV(B) | 270º | 0.93% | 0.88% | - |
| XYZ | 21.51 | 9.77 | 71.99 | - |
| YUV | 70.34 | 215.29 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 225 | 0.47 | 0.93 | 0 | 0.12 | 270 | 0.88 | 0.47 |
| Hex | 78 | F | E1 | 2F | 5D | 0 | C | 10E | 58 | 2F |
| Octal | 170 | 17 | 341 | 57 | 135 | 0 | 14 | 416 | 130 | 57 |
| Binary | 1111000 | 1111 | 11100001 | 101111 | 1011101 | 0 | 1100 | 100001110 | 1011000 | 101111 |
Color Harmonies of #780FE1
Complementary color
Monochromatic Colors of #780FE1
Black with #780FE1
Text Example
Text Example
White with #780FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780FE1; }
p { color: rgb(120,15,225); }
H1.HeaderClassName
{
color: #780FE1;
}
.AnyTagClassName
{
color: #780FE1;
}
</style>
background-color css
<style>
a { background-color: #780FE1; }
a { background-color: rgb(120,15,225); }
div.DivClassName
{
background-color: #780FE1;
}
.BgClassName
{
background-color: #780FE1;
}
</style>
border-color css
<style>
span { border-color: #780FE1; }
span { border-color: rgb(120,15,225); }
td.TdClassName
{
border-color: #780FE1;
}
.TagClassName
{
border-color: #780FE1;
}
</style>