Shades of Blue Violet #7728DE
Tints of Blue Violet #7728DE
RGB
CMYK
RGB Variations
Color information
#7728DE (or 0x7728DE) is known color: Blue Violet. HEX triplet: 77, 28 and DE. RGB value is (119,40,222). Sum of RGB (Red+Green+Blue) = 119+40+222=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #7728DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7728DE is #88D721. Grayscale: #535353. Windows color (decimal): -8967970 or 14559351. OLE color: 14559351.
HSL color Cylindrical-coordinate representation of color #7728DE: hue angle of 266.04º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7728DE is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 40 | 222 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.13 |
| HSL | 266.04º | 0.73% | 0.51% | - |
| HSV(B) | 266.04º | 0.82% | 0.87% | - |
| XYZ | 21.55 | 10.71 | 70.04 | - |
| YUV | 84.37 | 205.67 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 222 | 0.46 | 0.82 | 0 | 0.13 | 266.04 | 0.73 | 0.51 |
| Hex | 77 | 28 | DE | 2E | 52 | 0 | D | 10A | 49 | 33 |
| Octal | 167 | 50 | 336 | 56 | 122 | 0 | 15 | 412 | 111 | 63 |
| Binary | 1110111 | 101000 | 11011110 | 101110 | 1010010 | 0 | 1101 | 100001010 | 1001001 | 110011 |
Color Harmonies of #7728DE
Complementary color
Monochromatic Colors of #7728DE
Black with #7728DE
Text Example
Text Example
White with #7728DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7728DE; }
p { color: rgb(119,40,222); }
H1.HeaderClassName
{
color: #7728DE;
}
.AnyTagClassName
{
color: #7728DE;
}
</style>
background-color css
<style>
a { background-color: #7728DE; }
a { background-color: rgb(119,40,222); }
div.DivClassName
{
background-color: #7728DE;
}
.BgClassName
{
background-color: #7728DE;
}
</style>
border-color css
<style>
span { border-color: #7728DE; }
span { border-color: rgb(119,40,222); }
td.TdClassName
{
border-color: #7728DE;
}
.TagClassName
{
border-color: #7728DE;
}
</style>