Shades of Blue Violet #7830D4
Tints of Blue Violet #7830D4
RGB
CMYK
RGB Variations
Color information
#7830D4 (or 0x7830D4) is known color: Blue Violet. HEX triplet: 78, 30 and D4. RGB value is (120,48,212). Sum of RGB (Red+Green+Blue) = 120+48+212=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 212 (83.20% from 255 or 55.79% from 380); Max value from RGB is 212 - color contains mainly: blue. Hex color #7830D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7830D4 is #87CF2B. Grayscale: #575757. Windows color (decimal): -8900396 or 13906040. OLE color: 13906040.
HSL color Cylindrical-coordinate representation of color #7830D4: hue angle of 266.34º 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 #7830D4 is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 120 | 48 | 212 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.17 |
| HSL | 266.34º | 0.66% | 0.51% | - |
| HSV(B) | 266.34º | 0.77% | 0.83% | - |
| XYZ | 20.69 | 10.86 | 63.29 | - |
| YUV | 88.22 | 197.85 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 48 | 212 | 0.43 | 0.77 | 0 | 0.17 | 266.34 | 0.66 | 0.51 |
| Hex | 78 | 30 | D4 | 2B | 4D | 0 | 11 | 10A | 42 | 33 |
| Octal | 170 | 60 | 324 | 53 | 115 | 0 | 21 | 412 | 102 | 63 |
| Binary | 1111000 | 110000 | 11010100 | 101011 | 1001101 | 0 | 10001 | 100001010 | 1000010 | 110011 |
Color Harmonies of #7830D4
Complementary color
Monochromatic Colors of #7830D4
Black with #7830D4
Text Example
Text Example
White with #7830D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7830D4; }
p { color: rgb(120,48,212); }
H1.HeaderClassName
{
color: #7830D4;
}
.AnyTagClassName
{
color: #7830D4;
}
</style>
background-color css
<style>
a { background-color: #7830D4; }
a { background-color: rgb(120,48,212); }
div.DivClassName
{
background-color: #7830D4;
}
.BgClassName
{
background-color: #7830D4;
}
</style>
border-color css
<style>
span { border-color: #7830D4; }
span { border-color: rgb(120,48,212); }
td.TdClassName
{
border-color: #7830D4;
}
.TagClassName
{
border-color: #7830D4;
}
</style>