Shades of Blue Violet #7723DD
Tints of Blue Violet #7723DD
RGB
CMYK
RGB Variations
Color information
#7723DD (or 0x7723DD) is known color: Blue Violet. HEX triplet: 77, 23 and DD. RGB value is (119,35,221). Sum of RGB (Red+Green+Blue) = 119+35+221=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #7723DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7723DD is #88DC22. Grayscale: #505050. Windows color (decimal): -8969251 or 14492535. OLE color: 14492535.
HSL color Cylindrical-coordinate representation of color #7723DD: hue angle of 267.1º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7723DD is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 35 | 221 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.13 |
| HSL | 267.1º | 0.73% | 0.5% | - |
| HSV(B) | 267.1º | 0.84% | 0.87% | - |
| XYZ | 21.26 | 10.34 | 69.28 | - |
| YUV | 81.32 | 206.83 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 35 | 221 | 0.46 | 0.84 | 0 | 0.13 | 267.1 | 0.73 | 0.5 |
| Hex | 77 | 23 | DD | 2E | 54 | 0 | D | 10B | 49 | 32 |
| Octal | 167 | 43 | 335 | 56 | 124 | 0 | 15 | 413 | 111 | 62 |
| Binary | 1110111 | 100011 | 11011101 | 101110 | 1010100 | 0 | 1101 | 100001011 | 1001001 | 110010 |
Color Harmonies of #7723DD
Complementary color
Monochromatic Colors of #7723DD
Black with #7723DD
Text Example
Text Example
White with #7723DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7723DD; }
p { color: rgb(119,35,221); }
H1.HeaderClassName
{
color: #7723DD;
}
.AnyTagClassName
{
color: #7723DD;
}
</style>
background-color css
<style>
a { background-color: #7723DD; }
a { background-color: rgb(119,35,221); }
div.DivClassName
{
background-color: #7723DD;
}
.BgClassName
{
background-color: #7723DD;
}
</style>
border-color css
<style>
span { border-color: #7723DD; }
span { border-color: rgb(119,35,221); }
td.TdClassName
{
border-color: #7723DD;
}
.TagClassName
{
border-color: #7723DD;
}
</style>