Shades of Blue Violet #770BE0
Tints of Blue Violet #770BE0
RGB
CMYK
RGB Variations
Color information
#770BE0 (or 0x770BE0) is known color: Blue Violet. HEX triplet: 77, 0B and E0. RGB value is (119,11,224). Sum of RGB (Red+Green+Blue) = 119+11+224=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 224 (87.89% from 255 or 63.28% from 354); Max value from RGB is 224 - color contains mainly: blue. Hex color #770BE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BE0 is #88F41F. Grayscale: #424242. Windows color (decimal): -8975392 or 14682999. OLE color: 14682999.
HSL color Cylindrical-coordinate representation of color #770BE0: hue angle of 270.42º degrees, saturation: 0.91, 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 #770BE0 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 119 | 11 | 224 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.12 |
| HSL | 270.42º | 0.91% | 0.46% | - |
| HSV(B) | 270.42º | 0.95% | 0.88% | - |
| XYZ | 21.18 | 9.54 | 71.25 | - |
| YUV | 67.57 | 216.28 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 224 | 0.47 | 0.95 | 0 | 0.12 | 270.42 | 0.91 | 0.46 |
| Hex | 77 | B | E0 | 2F | 5F | 0 | C | 10E | 5B | 2E |
| Octal | 167 | 13 | 340 | 57 | 137 | 0 | 14 | 416 | 133 | 56 |
| Binary | 1110111 | 1011 | 11100000 | 101111 | 1011111 | 0 | 1100 | 100001110 | 1011011 | 101110 |
Color Harmonies of #770BE0
Complementary color
Monochromatic Colors of #770BE0
Black with #770BE0
Text Example
Text Example
White with #770BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770BE0; }
p { color: rgb(119,11,224); }
H1.HeaderClassName
{
color: #770BE0;
}
.AnyTagClassName
{
color: #770BE0;
}
</style>
background-color css
<style>
a { background-color: #770BE0; }
a { background-color: rgb(119,11,224); }
div.DivClassName
{
background-color: #770BE0;
}
.BgClassName
{
background-color: #770BE0;
}
</style>
border-color css
<style>
span { border-color: #770BE0; }
span { border-color: rgb(119,11,224); }
td.TdClassName
{
border-color: #770BE0;
}
.TagClassName
{
border-color: #770BE0;
}
</style>