Shades of Blue Violet #7730D7
Tints of Blue Violet #7730D7
RGB
CMYK
RGB Variations
Color information
#7730D7 (or 0x7730D7) is known color: Blue Violet. HEX triplet: 77, 30 and D7. RGB value is (119,48,215). Sum of RGB (Red+Green+Blue) = 119+48+215=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 215 (84.38% from 255 or 56.28% from 382); Max value from RGB is 215 - color contains mainly: blue. Hex color #7730D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7730D7 is #88CF28. Grayscale: #575757. Windows color (decimal): -8965929 or 14102647. OLE color: 14102647.
HSL color Cylindrical-coordinate representation of color #7730D7: hue angle of 265.51º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7730D7 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 48 | 215 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.16 |
| HSL | 265.51º | 0.68% | 0.52% | - |
| HSV(B) | 265.51º | 0.78% | 0.84% | - |
| XYZ | 20.93 | 10.94 | 65.3 | - |
| YUV | 88.27 | 199.52 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 215 | 0.45 | 0.78 | 0 | 0.16 | 265.51 | 0.68 | 0.52 |
| Hex | 77 | 30 | D7 | 2D | 4E | 0 | 10 | 10A | 44 | 34 |
| Octal | 167 | 60 | 327 | 55 | 116 | 0 | 20 | 412 | 104 | 64 |
| Binary | 1110111 | 110000 | 11010111 | 101101 | 1001110 | 0 | 10000 | 100001010 | 1000100 | 110100 |
Color Harmonies of #7730D7
Complementary color
Monochromatic Colors of #7730D7
Black with #7730D7
Text Example
Text Example
White with #7730D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7730D7; }
p { color: rgb(119,48,215); }
H1.HeaderClassName
{
color: #7730D7;
}
.AnyTagClassName
{
color: #7730D7;
}
</style>
background-color css
<style>
a { background-color: #7730D7; }
a { background-color: rgb(119,48,215); }
div.DivClassName
{
background-color: #7730D7;
}
.BgClassName
{
background-color: #7730D7;
}
</style>
border-color css
<style>
span { border-color: #7730D7; }
span { border-color: rgb(119,48,215); }
td.TdClassName
{
border-color: #7730D7;
}
.TagClassName
{
border-color: #7730D7;
}
</style>