Shades of Blue Violet #7730D4
Tints of Blue Violet #7730D4
RGB
CMYK
RGB Variations
Color information
#7730D4 (or 0x7730D4) is known color: Blue Violet. HEX triplet: 77, 30 and D4. RGB value is (119,48,212). Sum of RGB (Red+Green+Blue) = 119+48+212=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 212 (83.20% from 255 or 55.94% from 379); Max value from RGB is 212 - color contains mainly: blue. Hex color #7730D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7730D4 is #88CF2B. Grayscale: #575757. Windows color (decimal): -8965932 or 13906039. OLE color: 13906039.
HSL color Cylindrical-coordinate representation of color #7730D4: hue angle of 265.98º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7730D4 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 48 | 212 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.17 |
| HSL | 265.98º | 0.66% | 0.51% | - |
| HSV(B) | 265.98º | 0.77% | 0.83% | - |
| XYZ | 20.55 | 10.79 | 63.29 | - |
| YUV | 87.93 | 198.02 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 212 | 0.44 | 0.77 | 0 | 0.17 | 265.98 | 0.66 | 0.51 |
| Hex | 77 | 30 | D4 | 2C | 4D | 0 | 11 | 10A | 42 | 33 |
| Octal | 167 | 60 | 324 | 54 | 115 | 0 | 21 | 412 | 102 | 63 |
| Binary | 1110111 | 110000 | 11010100 | 101100 | 1001101 | 0 | 10001 | 100001010 | 1000010 | 110011 |
Color Harmonies of #7730D4
Complementary color
Monochromatic Colors of #7730D4
Black with #7730D4
Text Example
Text Example
White with #7730D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7730D4; }
p { color: rgb(119,48,212); }
H1.HeaderClassName
{
color: #7730D4;
}
.AnyTagClassName
{
color: #7730D4;
}
</style>
background-color css
<style>
a { background-color: #7730D4; }
a { background-color: rgb(119,48,212); }
div.DivClassName
{
background-color: #7730D4;
}
.BgClassName
{
background-color: #7730D4;
}
</style>
border-color css
<style>
span { border-color: #7730D4; }
span { border-color: rgb(119,48,212); }
td.TdClassName
{
border-color: #7730D4;
}
.TagClassName
{
border-color: #7730D4;
}
</style>