Shades of Blue Violet #772CFD
Tints of Blue Violet #772CFD
RGB
CMYK
RGB Variations
Color information
#772CFD (or 0x772CFD) is known color: Blue Violet. HEX triplet: 77, 2C and FD. RGB value is (119,44,253). Sum of RGB (Red+Green+Blue) = 119+44+253=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #772CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772CFD is #88D302. Grayscale: #595959. Windows color (decimal): -8966915 or 16591991. OLE color: 16591991.
HSL color Cylindrical-coordinate representation of color #772CFD: hue angle of 261.53º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #772CFD is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 44 | 253 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.01 |
| HSL | 261.53º | 0.98% | 0.58% | - |
| HSV(B) | 261.53º | 0.83% | 0.99% | - |
| XYZ | 26.24 | 12.82 | 94.02 | - |
| YUV | 90.25 | 219.85 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 253 | 0.53 | 0.83 | 0 | 0.01 | 261.53 | 0.98 | 0.58 |
| Hex | 77 | 2C | FD | 35 | 53 | 0 | 1 | 106 | 62 | 3A |
| Octal | 167 | 54 | 375 | 65 | 123 | 0 | 1 | 406 | 142 | 72 |
| Binary | 1110111 | 101100 | 11111101 | 110101 | 1010011 | 0 | 1 | 100000110 | 1100010 | 111010 |
Color Harmonies of #772CFD
Complementary color
Monochromatic Colors of #772CFD
Black with #772CFD
Text Example
Text Example
White with #772CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772CFD; }
p { color: rgb(119,44,253); }
H1.HeaderClassName
{
color: #772CFD;
}
.AnyTagClassName
{
color: #772CFD;
}
</style>
background-color css
<style>
a { background-color: #772CFD; }
a { background-color: rgb(119,44,253); }
div.DivClassName
{
background-color: #772CFD;
}
.BgClassName
{
background-color: #772CFD;
}
</style>
border-color css
<style>
span { border-color: #772CFD; }
span { border-color: rgb(119,44,253); }
td.TdClassName
{
border-color: #772CFD;
}
.TagClassName
{
border-color: #772CFD;
}
</style>