Shades of Blue Violet #7829DA
Tints of Blue Violet #7829DA
RGB
CMYK
RGB Variations
Color information
#7829DA (or 0x7829DA) is known color: Blue Violet. HEX triplet: 78, 29 and DA. RGB value is (120,41,218). Sum of RGB (Red+Green+Blue) = 120+41+218=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #7829DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7829DA is #87D625. Grayscale: #545454. Windows color (decimal): -8902182 or 14297464. OLE color: 14297464.
HSL color Cylindrical-coordinate representation of color #7829DA: hue angle of 266.78º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7829DA is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 41 | 218 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.15 |
| HSL | 266.78º | 0.71% | 0.51% | - |
| HSV(B) | 266.78º | 0.81% | 0.85% | - |
| XYZ | 21.19 | 10.64 | 67.27 | - |
| YUV | 84.8 | 203.17 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 41 | 218 | 0.45 | 0.81 | 0 | 0.15 | 266.78 | 0.71 | 0.51 |
| Hex | 78 | 29 | DA | 2D | 51 | 0 | F | 10B | 47 | 33 |
| Octal | 170 | 51 | 332 | 55 | 121 | 0 | 17 | 413 | 107 | 63 |
| Binary | 1111000 | 101001 | 11011010 | 101101 | 1010001 | 0 | 1111 | 100001011 | 1000111 | 110011 |
Color Harmonies of #7829DA
Complementary color
Monochromatic Colors of #7829DA
Black with #7829DA
Text Example
Text Example
White with #7829DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7829DA; }
p { color: rgb(120,41,218); }
H1.HeaderClassName
{
color: #7829DA;
}
.AnyTagClassName
{
color: #7829DA;
}
</style>
background-color css
<style>
a { background-color: #7829DA; }
a { background-color: rgb(120,41,218); }
div.DivClassName
{
background-color: #7829DA;
}
.BgClassName
{
background-color: #7829DA;
}
</style>
border-color css
<style>
span { border-color: #7829DA; }
span { border-color: rgb(120,41,218); }
td.TdClassName
{
border-color: #7829DA;
}
.TagClassName
{
border-color: #7829DA;
}
</style>