Shades of Blue Violet #772FD5
Tints of Blue Violet #772FD5
RGB
CMYK
RGB Variations
Color information
#772FD5 (or 0x772FD5) is known color: Blue Violet. HEX triplet: 77, 2F and D5. RGB value is (119,47,213). Sum of RGB (Red+Green+Blue) = 119+47+213=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 213 (83.59% from 255 or 56.20% from 379); Max value from RGB is 213 - color contains mainly: blue. Hex color #772FD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772FD5 is #88D02A. Grayscale: #565656. Windows color (decimal): -8966187 or 13971319. OLE color: 13971319.
HSL color Cylindrical-coordinate representation of color #772FD5: hue angle of 266.02º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #772FD5 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 47 | 213 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.16 |
| HSL | 266.02º | 0.66% | 0.51% | - |
| HSV(B) | 266.02º | 0.78% | 0.84% | - |
| XYZ | 20.63 | 10.76 | 63.94 | - |
| YUV | 87.45 | 198.85 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 213 | 0.44 | 0.78 | 0 | 0.16 | 266.02 | 0.66 | 0.51 |
| Hex | 77 | 2F | D5 | 2C | 4E | 0 | 10 | 10A | 42 | 33 |
| Octal | 167 | 57 | 325 | 54 | 116 | 0 | 20 | 412 | 102 | 63 |
| Binary | 1110111 | 101111 | 11010101 | 101100 | 1001110 | 0 | 10000 | 100001010 | 1000010 | 110011 |
Color Harmonies of #772FD5
Complementary color
Monochromatic Colors of #772FD5
Black with #772FD5
Text Example
Text Example
White with #772FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772FD5; }
p { color: rgb(119,47,213); }
H1.HeaderClassName
{
color: #772FD5;
}
.AnyTagClassName
{
color: #772FD5;
}
</style>
background-color css
<style>
a { background-color: #772FD5; }
a { background-color: rgb(119,47,213); }
div.DivClassName
{
background-color: #772FD5;
}
.BgClassName
{
background-color: #772FD5;
}
</style>
border-color css
<style>
span { border-color: #772FD5; }
span { border-color: rgb(119,47,213); }
td.TdClassName
{
border-color: #772FD5;
}
.TagClassName
{
border-color: #772FD5;
}
</style>