Shades of Blue Violet #781CD5
Tints of Blue Violet #781CD5
RGB
CMYK
RGB Variations
Color information
#781CD5 (or 0x781CD5) is known color: Blue Violet. HEX triplet: 78, 1C and D5. RGB value is (120,28,213). Sum of RGB (Red+Green+Blue) = 120+28+213=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 213 (83.59% from 255 or 59.00% from 361); Max value from RGB is 213 - color contains mainly: blue. Hex color #781CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781CD5 is #87E32A. Grayscale: #4B4B4B. Windows color (decimal): -8905515 or 13966456. OLE color: 13966456.
HSL color Cylindrical-coordinate representation of color #781CD5: hue angle of 269.84º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781CD5 is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 28 | 213 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.16 |
| HSL | 269.84º | 0.77% | 0.47% | - |
| HSV(B) | 269.84º | 0.87% | 0.84% | - |
| XYZ | 20.17 | 9.63 | 63.75 | - |
| YUV | 76.6 | 204.98 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 213 | 0.44 | 0.87 | 0 | 0.16 | 269.84 | 0.77 | 0.47 |
| Hex | 78 | 1C | D5 | 2C | 57 | 0 | 10 | 10E | 4D | 2F |
| Octal | 170 | 34 | 325 | 54 | 127 | 0 | 20 | 416 | 115 | 57 |
| Binary | 1111000 | 11100 | 11010101 | 101100 | 1010111 | 0 | 10000 | 100001110 | 1001101 | 101111 |
Color Harmonies of #781CD5
Complementary color
Monochromatic Colors of #781CD5
Black with #781CD5
Text Example
Text Example
White with #781CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781CD5; }
p { color: rgb(120,28,213); }
H1.HeaderClassName
{
color: #781CD5;
}
.AnyTagClassName
{
color: #781CD5;
}
</style>
background-color css
<style>
a { background-color: #781CD5; }
a { background-color: rgb(120,28,213); }
div.DivClassName
{
background-color: #781CD5;
}
.BgClassName
{
background-color: #781CD5;
}
</style>
border-color css
<style>
span { border-color: #781CD5; }
span { border-color: rgb(120,28,213); }
td.TdClassName
{
border-color: #781CD5;
}
.TagClassName
{
border-color: #781CD5;
}
</style>