Shades of Blue Violet #740DDC
Tints of Blue Violet #740DDC
RGB
CMYK
RGB Variations
Color information
#740DDC (or 0x740DDC) is known color: Blue Violet. HEX triplet: 74, 0D and DC. RGB value is (116,13,220). Sum of RGB (Red+Green+Blue) = 116+13+220=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #740DDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740DDC is #8BF223. Grayscale: #424242. Windows color (decimal): -9171492 or 14421364. OLE color: 14421364.
HSL color Cylindrical-coordinate representation of color #740DDC: hue angle of 269.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740DDC is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 13 | 220 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.14 |
| HSL | 269.86º | 0.89% | 0.46% | - |
| HSV(B) | 269.86º | 0.94% | 0.86% | - |
| XYZ | 20.26 | 9.17 | 68.41 | - |
| YUV | 67.4 | 214.12 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 13 | 220 | 0.47 | 0.94 | 0 | 0.14 | 269.86 | 0.89 | 0.46 |
| Hex | 74 | D | DC | 2F | 5E | 0 | E | 10E | 59 | 2E |
| Octal | 164 | 15 | 334 | 57 | 136 | 0 | 16 | 416 | 131 | 56 |
| Binary | 1110100 | 1101 | 11011100 | 101111 | 1011110 | 0 | 1110 | 100001110 | 1011001 | 101110 |
Color Harmonies of #740DDC
Complementary color
Monochromatic Colors of #740DDC
Black with #740DDC
Text Example
Text Example
White with #740DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740DDC; }
p { color: rgb(116,13,220); }
H1.HeaderClassName
{
color: #740DDC;
}
.AnyTagClassName
{
color: #740DDC;
}
</style>
background-color css
<style>
a { background-color: #740DDC; }
a { background-color: rgb(116,13,220); }
div.DivClassName
{
background-color: #740DDC;
}
.BgClassName
{
background-color: #740DDC;
}
</style>
border-color css
<style>
span { border-color: #740DDC; }
span { border-color: rgb(116,13,220); }
td.TdClassName
{
border-color: #740DDC;
}
.TagClassName
{
border-color: #740DDC;
}
</style>