Shades of Blue Violet #7730E6
Tints of Blue Violet #7730E6
RGB
CMYK
RGB Variations
Color information
#7730E6 (or 0x7730E6) is known color: Blue Violet. HEX triplet: 77, 30 and E6. RGB value is (119,48,230). Sum of RGB (Red+Green+Blue) = 119+48+230=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 230 (90.23% from 255 or 57.93% from 397); Max value from RGB is 230 - color contains mainly: blue. Hex color #7730E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7730E6 is #88CF19. Grayscale: #595959. Windows color (decimal): -8965914 or 15085687. OLE color: 15085687.
HSL color Cylindrical-coordinate representation of color #7730E6: hue angle of 263.41º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7730E6 is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 48 | 230 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.10 |
| HSL | 263.41º | 0.78% | 0.55% | - |
| HSV(B) | 263.41º | 0.79% | 0.9% | - |
| XYZ | 22.95 | 11.75 | 75.92 | - |
| YUV | 89.98 | 207.02 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 230 | 0.48 | 0.79 | 0 | 0.10 | 263.41 | 0.78 | 0.55 |
| Hex | 77 | 30 | E6 | 30 | 4F | 0 | A | 107 | 4E | 37 |
| Octal | 167 | 60 | 346 | 60 | 117 | 0 | 12 | 407 | 116 | 67 |
| Binary | 1110111 | 110000 | 11100110 | 110000 | 1001111 | 0 | 1010 | 100000111 | 1001110 | 110111 |
Color Harmonies of #7730E6
Complementary color
Monochromatic Colors of #7730E6
Black with #7730E6
Text Example
Text Example
White with #7730E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7730E6; }
p { color: rgb(119,48,230); }
H1.HeaderClassName
{
color: #7730E6;
}
.AnyTagClassName
{
color: #7730E6;
}
</style>
background-color css
<style>
a { background-color: #7730E6; }
a { background-color: rgb(119,48,230); }
div.DivClassName
{
background-color: #7730E6;
}
.BgClassName
{
background-color: #7730E6;
}
</style>
border-color css
<style>
span { border-color: #7730E6; }
span { border-color: rgb(119,48,230); }
td.TdClassName
{
border-color: #7730E6;
}
.TagClassName
{
border-color: #7730E6;
}
</style>