Shades of Blue Violet #781AE5
Tints of Blue Violet #781AE5
RGB
CMYK
RGB Variations
Color information
#781AE5 (or 0x781AE5) is known color: Blue Violet. HEX triplet: 78, 1A and E5. RGB value is (120,26,229). Sum of RGB (Red+Green+Blue) = 120+26+229=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 229 (89.84% from 255 or 61.07% from 375); Max value from RGB is 229 - color contains mainly: blue. Hex color #781AE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781AE5 is #87E51A. Grayscale: #4C4C4C. Windows color (decimal): -8906011 or 15014520. OLE color: 15014520.
HSL color Cylindrical-coordinate representation of color #781AE5: hue angle of 267.78º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #781AE5 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 120 | 26 | 229 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.10 |
| HSL | 267.78º | 0.8% | 0.5% | - |
| HSV(B) | 267.78º | 0.89% | 0.9% | - |
| XYZ | 22.26 | 10.39 | 74.96 | - |
| YUV | 77.25 | 213.64 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 229 | 0.48 | 0.89 | 0 | 0.10 | 267.78 | 0.8 | 0.5 |
| Hex | 78 | 1A | E5 | 30 | 59 | 0 | A | 10C | 50 | 32 |
| Octal | 170 | 32 | 345 | 60 | 131 | 0 | 12 | 414 | 120 | 62 |
| Binary | 1111000 | 11010 | 11100101 | 110000 | 1011001 | 0 | 1010 | 100001100 | 1010000 | 110010 |
Color Harmonies of #781AE5
Complementary color
Monochromatic Colors of #781AE5
Black with #781AE5
Text Example
Text Example
White with #781AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781AE5; }
p { color: rgb(120,26,229); }
H1.HeaderClassName
{
color: #781AE5;
}
.AnyTagClassName
{
color: #781AE5;
}
</style>
background-color css
<style>
a { background-color: #781AE5; }
a { background-color: rgb(120,26,229); }
div.DivClassName
{
background-color: #781AE5;
}
.BgClassName
{
background-color: #781AE5;
}
</style>
border-color css
<style>
span { border-color: #781AE5; }
span { border-color: rgb(120,26,229); }
td.TdClassName
{
border-color: #781AE5;
}
.TagClassName
{
border-color: #781AE5;
}
</style>