Shades of Blue Violet #7726D5
Tints of Blue Violet #7726D5
RGB
CMYK
RGB Variations
Color information
#7726D5 (or 0x7726D5) is known color: Blue Violet. HEX triplet: 77, 26 and D5. RGB value is (119,38,213). Sum of RGB (Red+Green+Blue) = 119+38+213=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 213 (83.59% from 255 or 57.57% from 370); Max value from RGB is 213 - color contains mainly: blue. Hex color #7726D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7726D5 is #88D92A. Grayscale: #515151. Windows color (decimal): -8968491 or 13969015. OLE color: 13969015.
HSL color Cylindrical-coordinate representation of color #7726D5: hue angle of 267.77º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7726D5 is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 38 | 213 | - |
| CMYK | 0.44 | 0.82 | 0 | 0.16 |
| HSL | 267.77º | 0.7% | 0.49% | - |
| HSV(B) | 267.77º | 0.82% | 0.84% | - |
| XYZ | 20.31 | 10.11 | 63.83 | - |
| YUV | 82.17 | 201.84 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 213 | 0.44 | 0.82 | 0 | 0.16 | 267.77 | 0.7 | 0.49 |
| Hex | 77 | 26 | D5 | 2C | 52 | 0 | 10 | 10C | 46 | 31 |
| Octal | 167 | 46 | 325 | 54 | 122 | 0 | 20 | 414 | 106 | 61 |
| Binary | 1110111 | 100110 | 11010101 | 101100 | 1010010 | 0 | 10000 | 100001100 | 1000110 | 110001 |
Color Harmonies of #7726D5
Complementary color
Monochromatic Colors of #7726D5
Black with #7726D5
Text Example
Text Example
White with #7726D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7726D5; }
p { color: rgb(119,38,213); }
H1.HeaderClassName
{
color: #7726D5;
}
.AnyTagClassName
{
color: #7726D5;
}
</style>
background-color css
<style>
a { background-color: #7726D5; }
a { background-color: rgb(119,38,213); }
div.DivClassName
{
background-color: #7726D5;
}
.BgClassName
{
background-color: #7726D5;
}
</style>
border-color css
<style>
span { border-color: #7726D5; }
span { border-color: rgb(119,38,213); }
td.TdClassName
{
border-color: #7726D5;
}
.TagClassName
{
border-color: #7726D5;
}
</style>