Shades of Blue Violet #772DDB
Tints of Blue Violet #772DDB
RGB
CMYK
RGB Variations
Color information
#772DDB (or 0x772DDB) is known color: Blue Violet. HEX triplet: 77, 2D and DB. RGB value is (119,45,219). Sum of RGB (Red+Green+Blue) = 119+45+219=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #772DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772DDB is #88D224. Grayscale: #565656. Windows color (decimal): -8966693 or 14364023. OLE color: 14364023.
HSL color Cylindrical-coordinate representation of color #772DDB: hue angle of 265.52º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #772DDB is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 45 | 219 | - |
| CMYK | 0.46 | 0.79 | 0 | 0.14 |
| HSL | 265.52º | 0.71% | 0.52% | - |
| HSV(B) | 265.52º | 0.79% | 0.86% | - |
| XYZ | 21.33 | 10.91 | 68 | - |
| YUV | 86.96 | 202.52 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 219 | 0.46 | 0.79 | 0 | 0.14 | 265.52 | 0.71 | 0.52 |
| Hex | 77 | 2D | DB | 2E | 4F | 0 | E | 10A | 47 | 34 |
| Octal | 167 | 55 | 333 | 56 | 117 | 0 | 16 | 412 | 107 | 64 |
| Binary | 1110111 | 101101 | 11011011 | 101110 | 1001111 | 0 | 1110 | 100001010 | 1000111 | 110100 |
Color Harmonies of #772DDB
Complementary color
Monochromatic Colors of #772DDB
Black with #772DDB
Text Example
Text Example
White with #772DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772DDB; }
p { color: rgb(119,45,219); }
H1.HeaderClassName
{
color: #772DDB;
}
.AnyTagClassName
{
color: #772DDB;
}
</style>
background-color css
<style>
a { background-color: #772DDB; }
a { background-color: rgb(119,45,219); }
div.DivClassName
{
background-color: #772DDB;
}
.BgClassName
{
background-color: #772DDB;
}
</style>
border-color css
<style>
span { border-color: #772DDB; }
span { border-color: rgb(119,45,219); }
td.TdClassName
{
border-color: #772DDB;
}
.TagClassName
{
border-color: #772DDB;
}
</style>