Shades of Dark Violet #7403BB
Tints of Dark Violet #7403BB
RGB
CMYK
RGB Variations
Color information
#7403BB (or 0x7403BB) is known color: Dark Violet. HEX triplet: 74, 03 and BB. RGB value is (116,3,187). Sum of RGB (Red+Green+Blue) = 116+3+187=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #7403BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7403BB is #8BFC44. Grayscale: #393939. Windows color (decimal): -9174085 or 12256116. OLE color: 12256116.
HSL color Cylindrical-coordinate representation of color #7403BB: hue angle of 276.85º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7403BB is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 3 | 187 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.27 |
| HSL | 276.85º | 0.97% | 0.37% | - |
| HSV(B) | 276.85º | 0.98% | 0.73% | - |
| XYZ | 16.2 | 7.37 | 47.58 | - |
| YUV | 57.76 | 200.94 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 3 | 187 | 0.38 | 0.98 | 0 | 0.27 | 276.85 | 0.97 | 0.37 |
| Hex | 74 | 3 | BB | 26 | 62 | 0 | 1B | 115 | 61 | 25 |
| Octal | 164 | 3 | 273 | 46 | 142 | 0 | 33 | 425 | 141 | 45 |
| Binary | 1110100 | 11 | 10111011 | 100110 | 1100010 | 0 | 11011 | 100010101 | 1100001 | 100101 |
Color Harmonies of #7403BB
Complementary color
Monochromatic Colors of #7403BB
Black with #7403BB
Text Example
Text Example
White with #7403BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7403BB; }
p { color: rgb(116,3,187); }
H1.HeaderClassName
{
color: #7403BB;
}
.AnyTagClassName
{
color: #7403BB;
}
</style>
background-color css
<style>
a { background-color: #7403BB; }
a { background-color: rgb(116,3,187); }
div.DivClassName
{
background-color: #7403BB;
}
.BgClassName
{
background-color: #7403BB;
}
</style>
border-color css
<style>
span { border-color: #7403BB; }
span { border-color: rgb(116,3,187); }
td.TdClassName
{
border-color: #7403BB;
}
.TagClassName
{
border-color: #7403BB;
}
</style>