Shades of Blue Violet #772AD7
Tints of Blue Violet #772AD7
RGB
CMYK
RGB Variations
Color information
#772AD7 (or 0x772AD7) is known color: Blue Violet. HEX triplet: 77, 2A and D7. RGB value is (119,42,215). Sum of RGB (Red+Green+Blue) = 119+42+215=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 42 (16.80% from 255 or 11.17% from 376); Blue value is 215 (84.38% from 255 or 57.18% from 376); Max value from RGB is 215 - color contains mainly: blue. Hex color #772AD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772AD7 is #88D528. Grayscale: #545454. Windows color (decimal): -8967465 or 14101111. OLE color: 14101111.
HSL color Cylindrical-coordinate representation of color #772AD7: hue angle of 266.71º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #772AD7 is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 42 | 215 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.16 |
| HSL | 266.71º | 0.68% | 0.5% | - |
| HSV(B) | 266.71º | 0.8% | 0.84% | - |
| XYZ | 20.7 | 10.48 | 65.22 | - |
| YUV | 84.75 | 201.51 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 215 | 0.45 | 0.80 | 0 | 0.16 | 266.71 | 0.68 | 0.5 |
| Hex | 77 | 2A | D7 | 2D | 50 | 0 | 10 | 10B | 44 | 32 |
| Octal | 167 | 52 | 327 | 55 | 120 | 0 | 20 | 413 | 104 | 62 |
| Binary | 1110111 | 101010 | 11010111 | 101101 | 1010000 | 0 | 10000 | 100001011 | 1000100 | 110010 |
Color Harmonies of #772AD7
Complementary color
Monochromatic Colors of #772AD7
Black with #772AD7
Text Example
Text Example
White with #772AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772AD7; }
p { color: rgb(119,42,215); }
H1.HeaderClassName
{
color: #772AD7;
}
.AnyTagClassName
{
color: #772AD7;
}
</style>
background-color css
<style>
a { background-color: #772AD7; }
a { background-color: rgb(119,42,215); }
div.DivClassName
{
background-color: #772AD7;
}
.BgClassName
{
background-color: #772AD7;
}
</style>
border-color css
<style>
span { border-color: #772AD7; }
span { border-color: rgb(119,42,215); }
td.TdClassName
{
border-color: #772AD7;
}
.TagClassName
{
border-color: #772AD7;
}
</style>