Shades of Dark Violet #7403D3
Tints of Dark Violet #7403D3
RGB
CMYK
RGB Variations
Color information
#7403D3 (or 0x7403D3) is known color: Dark Violet. HEX triplet: 74, 03 and D3. RGB value is (116,3,211). Sum of RGB (Red+Green+Blue) = 116+3+211=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 211 (82.81% from 255 or 63.94% from 330); Max value from RGB is 211 - color contains mainly: blue. Hex color #7403D3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7403D3 is #8BFC2C. Grayscale: #3B3B3B. Windows color (decimal): -9174061 or 13828980. OLE color: 13828980.
HSL color Cylindrical-coordinate representation of color #7403D3: hue angle of 272.6º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7403D3 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 3 | 211 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.17 |
| HSL | 272.6º | 0.97% | 0.42% | - |
| HSV(B) | 272.6º | 0.99% | 0.83% | - |
| XYZ | 18.99 | 8.48 | 62.26 | - |
| YUV | 60.5 | 212.94 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 3 | 211 | 0.45 | 0.99 | 0 | 0.17 | 272.6 | 0.97 | 0.42 |
| Hex | 74 | 3 | D3 | 2D | 63 | 0 | 11 | 111 | 61 | 2A |
| Octal | 164 | 3 | 323 | 55 | 143 | 0 | 21 | 421 | 141 | 52 |
| Binary | 1110100 | 11 | 11010011 | 101101 | 1100011 | 0 | 10001 | 100010001 | 1100001 | 101010 |
Color Harmonies of #7403D3
Complementary color
Monochromatic Colors of #7403D3
Black with #7403D3
Text Example
Text Example
White with #7403D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7403D3; }
p { color: rgb(116,3,211); }
H1.HeaderClassName
{
color: #7403D3;
}
.AnyTagClassName
{
color: #7403D3;
}
</style>
background-color css
<style>
a { background-color: #7403D3; }
a { background-color: rgb(116,3,211); }
div.DivClassName
{
background-color: #7403D3;
}
.BgClassName
{
background-color: #7403D3;
}
</style>
border-color css
<style>
span { border-color: #7403D3; }
span { border-color: rgb(116,3,211); }
td.TdClassName
{
border-color: #7403D3;
}
.TagClassName
{
border-color: #7403D3;
}
</style>