Shades of Blue Violet #7415DF
Tints of Blue Violet #7415DF
RGB
CMYK
RGB Variations
Color information
#7415DF (or 0x7415DF) is known color: Blue Violet. HEX triplet: 74, 15 and DF. RGB value is (116,21,223). Sum of RGB (Red+Green+Blue) = 116+21+223=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #7415DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7415DF is #8BEA20. Grayscale: #474747. Windows color (decimal): -9169441 or 14620020. OLE color: 14620020.
HSL color Cylindrical-coordinate representation of color #7415DF: hue angle of 268.22º 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 #7415DF is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 21 | 223 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.13 |
| HSL | 268.22º | 0.83% | 0.48% | - |
| HSV(B) | 268.22º | 0.91% | 0.87% | - |
| XYZ | 20.79 | 9.58 | 70.56 | - |
| YUV | 72.43 | 212.97 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 21 | 223 | 0.48 | 0.91 | 0 | 0.13 | 268.22 | 0.83 | 0.48 |
| Hex | 74 | 15 | DF | 30 | 5B | 0 | D | 10C | 53 | 30 |
| Octal | 164 | 25 | 337 | 60 | 133 | 0 | 15 | 414 | 123 | 60 |
| Binary | 1110100 | 10101 | 11011111 | 110000 | 1011011 | 0 | 1101 | 100001100 | 1010011 | 110000 |
Color Harmonies of #7415DF
Complementary color
Monochromatic Colors of #7415DF
Black with #7415DF
Text Example
Text Example
White with #7415DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7415DF; }
p { color: rgb(116,21,223); }
H1.HeaderClassName
{
color: #7415DF;
}
.AnyTagClassName
{
color: #7415DF;
}
</style>
background-color css
<style>
a { background-color: #7415DF; }
a { background-color: rgb(116,21,223); }
div.DivClassName
{
background-color: #7415DF;
}
.BgClassName
{
background-color: #7415DF;
}
</style>
border-color css
<style>
span { border-color: #7415DF; }
span { border-color: rgb(116,21,223); }
td.TdClassName
{
border-color: #7415DF;
}
.TagClassName
{
border-color: #7415DF;
}
</style>