Shades of Blue Violet #7945DF
Tints of Blue Violet #7945DF
RGB
CMYK
RGB Variations
Color information
#7945DF (or 0x7945DF) is known color: Blue Violet. HEX triplet: 79, 45 and DF. RGB value is (121,69,223). Sum of RGB (Red+Green+Blue) = 121+69+223=413 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.30% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #7945DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7945DF is #86BA20. Grayscale: #656565. Windows color (decimal): -8829473 or 14632313. OLE color: 14632313.
HSL color Cylindrical-coordinate representation of color #7945DF: hue angle of 260.26º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7945DF is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 69 | 223 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.13 |
| HSL | 260.26º | 0.71% | 0.57% | - |
| HSV(B) | 260.26º | 0.69% | 0.87% | - |
| XYZ | 23.33 | 13.65 | 71.22 | - |
| YUV | 102.1 | 196.23 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 69 | 223 | 0.46 | 0.69 | 0 | 0.13 | 260.26 | 0.71 | 0.57 |
| Hex | 79 | 45 | DF | 2E | 45 | 0 | D | 104 | 47 | 39 |
| Octal | 171 | 105 | 337 | 56 | 105 | 0 | 15 | 404 | 107 | 71 |
| Binary | 1111001 | 1000101 | 11011111 | 101110 | 1000101 | 0 | 1101 | 100000100 | 1000111 | 111001 |
Color Harmonies of #7945DF
Complementary color
Monochromatic Colors of #7945DF
Black with #7945DF
Text Example
Text Example
White with #7945DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7945DF; }
p { color: rgb(121,69,223); }
H1.HeaderClassName
{
color: #7945DF;
}
.AnyTagClassName
{
color: #7945DF;
}
</style>
background-color css
<style>
a { background-color: #7945DF; }
a { background-color: rgb(121,69,223); }
div.DivClassName
{
background-color: #7945DF;
}
.BgClassName
{
background-color: #7945DF;
}
</style>
border-color css
<style>
span { border-color: #7945DF; }
span { border-color: rgb(121,69,223); }
td.TdClassName
{
border-color: #7945DF;
}
.TagClassName
{
border-color: #7945DF;
}
</style>