Shades of Blue Violet #781BEE
Tints of Blue Violet #781BEE
RGB
CMYK
RGB Variations
Color information
#781BEE (or 0x781BEE) is known color: Blue Violet. HEX triplet: 78, 1B and EE. RGB value is (120,27,238). Sum of RGB (Red+Green+Blue) = 120+27+238=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 238 (93.36% from 255 or 61.82% from 385); Max value from RGB is 238 - color contains mainly: blue. Hex color #781BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781BEE is #87E411. Grayscale: #4E4E4E. Windows color (decimal): -8905746 or 15604600. OLE color: 15604600.
HSL color Cylindrical-coordinate representation of color #781BEE: hue angle of 266.45º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #781BEE is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 27 | 238 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.07 |
| HSL | 266.45º | 0.86% | 0.52% | - |
| HSV(B) | 266.45º | 0.89% | 0.93% | - |
| XYZ | 23.57 | 10.95 | 81.76 | - |
| YUV | 78.86 | 217.81 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 238 | 0.50 | 0.89 | 0 | 0.07 | 266.45 | 0.86 | 0.52 |
| Hex | 78 | 1B | EE | 32 | 59 | 0 | 7 | 10A | 56 | 34 |
| Octal | 170 | 33 | 356 | 62 | 131 | 0 | 7 | 412 | 126 | 64 |
| Binary | 1111000 | 11011 | 11101110 | 110010 | 1011001 | 0 | 111 | 100001010 | 1010110 | 110100 |
Color Harmonies of #781BEE
Complementary color
Monochromatic Colors of #781BEE
Black with #781BEE
Text Example
Text Example
White with #781BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781BEE; }
p { color: rgb(120,27,238); }
H1.HeaderClassName
{
color: #781BEE;
}
.AnyTagClassName
{
color: #781BEE;
}
</style>
background-color css
<style>
a { background-color: #781BEE; }
a { background-color: rgb(120,27,238); }
div.DivClassName
{
background-color: #781BEE;
}
.BgClassName
{
background-color: #781BEE;
}
</style>
border-color css
<style>
span { border-color: #781BEE; }
span { border-color: rgb(120,27,238); }
td.TdClassName
{
border-color: #781BEE;
}
.TagClassName
{
border-color: #781BEE;
}
</style>