Shades of Blue Violet #7730E7
Tints of Blue Violet #7730E7
RGB
CMYK
RGB Variations
Color information
#7730E7 (or 0x7730E7) is known color: Blue Violet. HEX triplet: 77, 30 and E7. RGB value is (119,48,231). Sum of RGB (Red+Green+Blue) = 119+48+231=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 231 (90.62% from 255 or 58.04% from 398); Max value from RGB is 231 - color contains mainly: blue. Hex color #7730E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7730E7 is #88CF18. Grayscale: #595959. Windows color (decimal): -8965913 or 15151223. OLE color: 15151223.
HSL color Cylindrical-coordinate representation of color #7730E7: hue angle of 263.28º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7730E7 is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 48 | 231 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.09 |
| HSL | 263.28º | 0.79% | 0.55% | - |
| HSV(B) | 263.28º | 0.79% | 0.91% | - |
| XYZ | 23.09 | 11.81 | 76.66 | - |
| YUV | 90.09 | 207.52 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 231 | 0.48 | 0.79 | 0 | 0.09 | 263.28 | 0.79 | 0.55 |
| Hex | 77 | 30 | E7 | 30 | 4F | 0 | 9 | 107 | 4F | 37 |
| Octal | 167 | 60 | 347 | 60 | 117 | 0 | 11 | 407 | 117 | 67 |
| Binary | 1110111 | 110000 | 11100111 | 110000 | 1001111 | 0 | 1001 | 100000111 | 1001111 | 110111 |
Color Harmonies of #7730E7
Complementary color
Monochromatic Colors of #7730E7
Black with #7730E7
Text Example
Text Example
White with #7730E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7730E7; }
p { color: rgb(119,48,231); }
H1.HeaderClassName
{
color: #7730E7;
}
.AnyTagClassName
{
color: #7730E7;
}
</style>
background-color css
<style>
a { background-color: #7730E7; }
a { background-color: rgb(119,48,231); }
div.DivClassName
{
background-color: #7730E7;
}
.BgClassName
{
background-color: #7730E7;
}
</style>
border-color css
<style>
span { border-color: #7730E7; }
span { border-color: rgb(119,48,231); }
td.TdClassName
{
border-color: #7730E7;
}
.TagClassName
{
border-color: #7730E7;
}
</style>