Shades of Blue Violet #772ADD
Tints of Blue Violet #772ADD
RGB
CMYK
RGB Variations
Color information
#772ADD (or 0x772ADD) is known color: Blue Violet. HEX triplet: 77, 2A and DD. RGB value is (119,42,221). Sum of RGB (Red+Green+Blue) = 119+42+221=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #772ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772ADD is #88D522. Grayscale: #545454. Windows color (decimal): -8967459 or 14494327. OLE color: 14494327.
HSL color Cylindrical-coordinate representation of color #772ADD: hue angle of 265.81º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #772ADD is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 42 | 221 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.13 |
| HSL | 265.81º | 0.72% | 0.52% | - |
| HSV(B) | 265.81º | 0.81% | 0.87% | - |
| XYZ | 21.49 | 10.8 | 69.36 | - |
| YUV | 85.43 | 204.51 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 221 | 0.46 | 0.81 | 0 | 0.13 | 265.81 | 0.72 | 0.52 |
| Hex | 77 | 2A | DD | 2E | 51 | 0 | D | 10A | 48 | 34 |
| Octal | 167 | 52 | 335 | 56 | 121 | 0 | 15 | 412 | 110 | 64 |
| Binary | 1110111 | 101010 | 11011101 | 101110 | 1010001 | 0 | 1101 | 100001010 | 1001000 | 110100 |
Color Harmonies of #772ADD
Complementary color
Monochromatic Colors of #772ADD
Black with #772ADD
Text Example
Text Example
White with #772ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772ADD; }
p { color: rgb(119,42,221); }
H1.HeaderClassName
{
color: #772ADD;
}
.AnyTagClassName
{
color: #772ADD;
}
</style>
background-color css
<style>
a { background-color: #772ADD; }
a { background-color: rgb(119,42,221); }
div.DivClassName
{
background-color: #772ADD;
}
.BgClassName
{
background-color: #772ADD;
}
</style>
border-color css
<style>
span { border-color: #772ADD; }
span { border-color: rgb(119,42,221); }
td.TdClassName
{
border-color: #772ADD;
}
.TagClassName
{
border-color: #772ADD;
}
</style>