Shades of Blue Violet #7413DF
Tints of Blue Violet #7413DF
RGB
CMYK
RGB Variations
Color information
#7413DF (or 0x7413DF) is known color: Blue Violet. HEX triplet: 74, 13 and DF. RGB value is (116,19,223). Sum of RGB (Red+Green+Blue) = 116+19+223=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #7413DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7413DF is #8BEC20. Grayscale: #464646. Windows color (decimal): -9169953 or 14619508. OLE color: 14619508.
HSL color Cylindrical-coordinate representation of color #7413DF: hue angle of 268.53º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7413DF is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 19 | 223 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.13 |
| HSL | 268.53º | 0.84% | 0.47% | - |
| HSV(B) | 268.53º | 0.91% | 0.87% | - |
| XYZ | 20.75 | 9.51 | 70.55 | - |
| YUV | 71.26 | 213.64 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 223 | 0.48 | 0.91 | 0 | 0.13 | 268.53 | 0.84 | 0.47 |
| Hex | 74 | 13 | DF | 30 | 5B | 0 | D | 10D | 54 | 2F |
| Octal | 164 | 23 | 337 | 60 | 133 | 0 | 15 | 415 | 124 | 57 |
| Binary | 1110100 | 10011 | 11011111 | 110000 | 1011011 | 0 | 1101 | 100001101 | 1010100 | 101111 |
Color Harmonies of #7413DF
Complementary color
Monochromatic Colors of #7413DF
Black with #7413DF
Text Example
Text Example
White with #7413DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7413DF; }
p { color: rgb(116,19,223); }
H1.HeaderClassName
{
color: #7413DF;
}
.AnyTagClassName
{
color: #7413DF;
}
</style>
background-color css
<style>
a { background-color: #7413DF; }
a { background-color: rgb(116,19,223); }
div.DivClassName
{
background-color: #7413DF;
}
.BgClassName
{
background-color: #7413DF;
}
</style>
border-color css
<style>
span { border-color: #7413DF; }
span { border-color: rgb(116,19,223); }
td.TdClassName
{
border-color: #7413DF;
}
.TagClassName
{
border-color: #7413DF;
}
</style>