Shades of Blue Violet #7721FA
Tints of Blue Violet #7721FA
RGB
CMYK
RGB Variations
Color information
#7721FA (or 0x7721FA) is known color: Blue Violet. HEX triplet: 77, 21 and FA. RGB value is (119,33,250). Sum of RGB (Red+Green+Blue) = 119+33+250=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #7721FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7721FA is #88DE05. Grayscale: #525252. Windows color (decimal): -8969734 or 16392567. OLE color: 16392567.
HSL color Cylindrical-coordinate representation of color #7721FA: hue angle of 263.78º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7721FA is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 33 | 250 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.02 |
| HSL | 263.78º | 0.96% | 0.55% | - |
| HSV(B) | 263.78º | 0.87% | 0.98% | - |
| XYZ | 25.41 | 11.91 | 91.4 | - |
| YUV | 83.45 | 221.99 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 33 | 250 | 0.52 | 0.87 | 0 | 0.02 | 263.78 | 0.96 | 0.55 |
| Hex | 77 | 21 | FA | 34 | 57 | 0 | 2 | 108 | 60 | 37 |
| Octal | 167 | 41 | 372 | 64 | 127 | 0 | 2 | 410 | 140 | 67 |
| Binary | 1110111 | 100001 | 11111010 | 110100 | 1010111 | 0 | 10 | 100001000 | 1100000 | 110111 |
Color Harmonies of #7721FA
Complementary color
Monochromatic Colors of #7721FA
Black with #7721FA
Text Example
Text Example
White with #7721FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7721FA; }
p { color: rgb(119,33,250); }
H1.HeaderClassName
{
color: #7721FA;
}
.AnyTagClassName
{
color: #7721FA;
}
</style>
background-color css
<style>
a { background-color: #7721FA; }
a { background-color: rgb(119,33,250); }
div.DivClassName
{
background-color: #7721FA;
}
.BgClassName
{
background-color: #7721FA;
}
</style>
border-color css
<style>
span { border-color: #7721FA; }
span { border-color: rgb(119,33,250); }
td.TdClassName
{
border-color: #7721FA;
}
.TagClassName
{
border-color: #7721FA;
}
</style>