Shades of Blue Violet #772AD5
Tints of Blue Violet #772AD5
RGB
CMYK
RGB Variations
Color information
#772AD5 (or 0x772AD5) is known color: Blue Violet. HEX triplet: 77, 2A and D5. RGB value is (119,42,213). Sum of RGB (Red+Green+Blue) = 119+42+213=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 213 (83.59% from 255 or 56.95% from 374); Max value from RGB is 213 - color contains mainly: blue. Hex color #772AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772AD5 is #88D52A. Grayscale: #535353. Windows color (decimal): -8967467 or 13970039. OLE color: 13970039.
HSL color Cylindrical-coordinate representation of color #772AD5: hue angle of 267.02º degrees, saturation: 0.67, 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 #772AD5 is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 42 | 213 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.16 |
| HSL | 267.02º | 0.67% | 0.5% | - |
| HSV(B) | 267.02º | 0.8% | 0.84% | - |
| XYZ | 20.45 | 10.38 | 63.88 | - |
| YUV | 84.52 | 200.51 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 213 | 0.44 | 0.80 | 0 | 0.16 | 267.02 | 0.67 | 0.5 |
| Hex | 77 | 2A | D5 | 2C | 50 | 0 | 10 | 10B | 43 | 32 |
| Octal | 167 | 52 | 325 | 54 | 120 | 0 | 20 | 413 | 103 | 62 |
| Binary | 1110111 | 101010 | 11010101 | 101100 | 1010000 | 0 | 10000 | 100001011 | 1000011 | 110010 |
Color Harmonies of #772AD5
Complementary color
Monochromatic Colors of #772AD5
Black with #772AD5
Text Example
Text Example
White with #772AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772AD5; }
p { color: rgb(119,42,213); }
H1.HeaderClassName
{
color: #772AD5;
}
.AnyTagClassName
{
color: #772AD5;
}
</style>
background-color css
<style>
a { background-color: #772AD5; }
a { background-color: rgb(119,42,213); }
div.DivClassName
{
background-color: #772AD5;
}
.BgClassName
{
background-color: #772AD5;
}
</style>
border-color css
<style>
span { border-color: #772AD5; }
span { border-color: rgb(119,42,213); }
td.TdClassName
{
border-color: #772AD5;
}
.TagClassName
{
border-color: #772AD5;
}
</style>