Shades of Blue Violet #7915DF
Tints of Blue Violet #7915DF
RGB
CMYK
RGB Variations
Color information
#7915DF (or 0x7915DF) is known color: Blue Violet. HEX triplet: 79, 15 and DF. RGB value is (121,21,223). Sum of RGB (Red+Green+Blue) = 121+21+223=365 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.15% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #7915DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7915DF is #86EA20. Grayscale: #494949. Windows color (decimal): -8841761 or 14620025. OLE color: 14620025.
HSL color Cylindrical-coordinate representation of color #7915DF: hue angle of 269.7º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7915DF is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 21 | 223 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.13 |
| HSL | 269.7º | 0.83% | 0.48% | - |
| HSV(B) | 269.7º | 0.91% | 0.87% | - |
| XYZ | 21.47 | 9.93 | 70.6 | - |
| YUV | 73.93 | 212.13 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 21 | 223 | 0.46 | 0.91 | 0 | 0.13 | 269.7 | 0.83 | 0.48 |
| Hex | 79 | 15 | DF | 2E | 5B | 0 | D | 10E | 53 | 30 |
| Octal | 171 | 25 | 337 | 56 | 133 | 0 | 15 | 416 | 123 | 60 |
| Binary | 1111001 | 10101 | 11011111 | 101110 | 1011011 | 0 | 1101 | 100001110 | 1010011 | 110000 |
Color Harmonies of #7915DF
Complementary color
Monochromatic Colors of #7915DF
Black with #7915DF
Text Example
Text Example
White with #7915DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7915DF; }
p { color: rgb(121,21,223); }
H1.HeaderClassName
{
color: #7915DF;
}
.AnyTagClassName
{
color: #7915DF;
}
</style>
background-color css
<style>
a { background-color: #7915DF; }
a { background-color: rgb(121,21,223); }
div.DivClassName
{
background-color: #7915DF;
}
.BgClassName
{
background-color: #7915DF;
}
</style>
border-color css
<style>
span { border-color: #7915DF; }
span { border-color: rgb(121,21,223); }
td.TdClassName
{
border-color: #7915DF;
}
.TagClassName
{
border-color: #7915DF;
}
</style>