Shades of Blue Violet #772CDA
Tints of Blue Violet #772CDA
RGB
CMYK
RGB Variations
Color information
#772CDA (or 0x772CDA) is known color: Blue Violet. HEX triplet: 77, 2C and DA. RGB value is (119,44,218). Sum of RGB (Red+Green+Blue) = 119+44+218=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #772CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772CDA is #88D325. Grayscale: #555555. Windows color (decimal): -8966950 or 14298231. OLE color: 14298231.
HSL color Cylindrical-coordinate representation of color #772CDA: hue angle of 265.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #772CDA is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 44 | 218 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.15 |
| HSL | 265.86º | 0.7% | 0.51% | - |
| HSV(B) | 265.86º | 0.8% | 0.85% | - |
| XYZ | 21.16 | 10.79 | 67.3 | - |
| YUV | 86.26 | 202.35 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 218 | 0.45 | 0.80 | 0 | 0.15 | 265.86 | 0.7 | 0.51 |
| Hex | 77 | 2C | DA | 2D | 50 | 0 | F | 10A | 46 | 33 |
| Octal | 167 | 54 | 332 | 55 | 120 | 0 | 17 | 412 | 106 | 63 |
| Binary | 1110111 | 101100 | 11011010 | 101101 | 1010000 | 0 | 1111 | 100001010 | 1000110 | 110011 |
Color Harmonies of #772CDA
Complementary color
Monochromatic Colors of #772CDA
Black with #772CDA
Text Example
Text Example
White with #772CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772CDA; }
p { color: rgb(119,44,218); }
H1.HeaderClassName
{
color: #772CDA;
}
.AnyTagClassName
{
color: #772CDA;
}
</style>
background-color css
<style>
a { background-color: #772CDA; }
a { background-color: rgb(119,44,218); }
div.DivClassName
{
background-color: #772CDA;
}
.BgClassName
{
background-color: #772CDA;
}
</style>
border-color css
<style>
span { border-color: #772CDA; }
span { border-color: rgb(119,44,218); }
td.TdClassName
{
border-color: #772CDA;
}
.TagClassName
{
border-color: #772CDA;
}
</style>