Shades of Blue Violet #772ADC
Tints of Blue Violet #772ADC
RGB
CMYK
RGB Variations
Color information
#772ADC (or 0x772ADC) is known color: Blue Violet. HEX triplet: 77, 2A and DC. RGB value is (119,42,220). Sum of RGB (Red+Green+Blue) = 119+42+220=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #772ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772ADC is #88D523. Grayscale: #545454. Windows color (decimal): -8967460 or 14428791. OLE color: 14428791.
HSL color Cylindrical-coordinate representation of color #772ADC: hue angle of 265.96º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #772ADC is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 42 | 220 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.14 |
| HSL | 265.96º | 0.72% | 0.51% | - |
| HSV(B) | 265.96º | 0.81% | 0.86% | - |
| XYZ | 21.35 | 10.75 | 68.66 | - |
| YUV | 85.32 | 204.01 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 220 | 0.46 | 0.81 | 0 | 0.14 | 265.96 | 0.72 | 0.51 |
| Hex | 77 | 2A | DC | 2E | 51 | 0 | E | 10A | 48 | 33 |
| Octal | 167 | 52 | 334 | 56 | 121 | 0 | 16 | 412 | 110 | 63 |
| Binary | 1110111 | 101010 | 11011100 | 101110 | 1010001 | 0 | 1110 | 100001010 | 1001000 | 110011 |
Color Harmonies of #772ADC
Complementary color
Monochromatic Colors of #772ADC
Black with #772ADC
Text Example
Text Example
White with #772ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772ADC; }
p { color: rgb(119,42,220); }
H1.HeaderClassName
{
color: #772ADC;
}
.AnyTagClassName
{
color: #772ADC;
}
</style>
background-color css
<style>
a { background-color: #772ADC; }
a { background-color: rgb(119,42,220); }
div.DivClassName
{
background-color: #772ADC;
}
.BgClassName
{
background-color: #772ADC;
}
</style>
border-color css
<style>
span { border-color: #772ADC; }
span { border-color: rgb(119,42,220); }
td.TdClassName
{
border-color: #772ADC;
}
.TagClassName
{
border-color: #772ADC;
}
</style>