Shades of Blue Violet #7730D3
Tints of Blue Violet #7730D3
RGB
CMYK
RGB Variations
Color information
#7730D3 (or 0x7730D3) is known color: Blue Violet. HEX triplet: 77, 30 and D3. RGB value is (119,48,211). Sum of RGB (Red+Green+Blue) = 119+48+211=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 211 (82.81% from 255 or 55.82% from 378); Max value from RGB is 211 - color contains mainly: blue. Hex color #7730D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7730D3 is #88CF2C. Grayscale: #575757. Windows color (decimal): -8965933 or 13840503. OLE color: 13840503.
HSL color Cylindrical-coordinate representation of color #7730D3: hue angle of 266.13º degrees, saturation: 0.65, 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 #7730D3 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 48 | 211 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.17 |
| HSL | 266.13º | 0.65% | 0.51% | - |
| HSV(B) | 266.13º | 0.77% | 0.83% | - |
| XYZ | 20.42 | 10.74 | 62.62 | - |
| YUV | 87.81 | 197.52 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 211 | 0.44 | 0.77 | 0 | 0.17 | 266.13 | 0.65 | 0.51 |
| Hex | 77 | 30 | D3 | 2C | 4D | 0 | 11 | 10A | 41 | 33 |
| Octal | 167 | 60 | 323 | 54 | 115 | 0 | 21 | 412 | 101 | 63 |
| Binary | 1110111 | 110000 | 11010011 | 101100 | 1001101 | 0 | 10001 | 100001010 | 1000001 | 110011 |
Color Harmonies of #7730D3
Complementary color
Monochromatic Colors of #7730D3
Black with #7730D3
Text Example
Text Example
White with #7730D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7730D3; }
p { color: rgb(119,48,211); }
H1.HeaderClassName
{
color: #7730D3;
}
.AnyTagClassName
{
color: #7730D3;
}
</style>
background-color css
<style>
a { background-color: #7730D3; }
a { background-color: rgb(119,48,211); }
div.DivClassName
{
background-color: #7730D3;
}
.BgClassName
{
background-color: #7730D3;
}
</style>
border-color css
<style>
span { border-color: #7730D3; }
span { border-color: rgb(119,48,211); }
td.TdClassName
{
border-color: #7730D3;
}
.TagClassName
{
border-color: #7730D3;
}
</style>