Shades of Dark Violet #7400BC
Tints of Dark Violet #7400BC
RGB
CMYK
RGB Variations
Color information
#7400BC (or 0x7400BC) is known color: Dark Violet. HEX triplet: 74, 00 and BC. RGB value is (116,0,188). Sum of RGB (Red+Green+Blue) = 116+0+188=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #7400BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7400BC is #8BFF43. Grayscale: #373737. Windows color (decimal): -9174852 or 12320884. OLE color: 12320884.
HSL color Cylindrical-coordinate representation of color #7400BC: hue angle of 277.02º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7400BC is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 0 | 188 | - |
| CMYK | 0.38 | 1 | 0 | 0.26 |
| HSL | 277.02º | 1% | 0.37% | - |
| HSV(B) | 277.02º | 1% | 0.74% | - |
| XYZ | 16.28 | 7.34 | 48.14 | - |
| YUV | 56.12 | 202.43 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 188 | 0.38 | 1 | 0 | 0.26 | 277.02 | 1 | 0.37 |
| Hex | 74 | 0 | BC | 26 | 64 | 0 | 1A | 115 | 64 | 25 |
| Octal | 164 | 0 | 274 | 46 | 144 | 0 | 32 | 425 | 144 | 45 |
| Binary | 1110100 | 0 | 10111100 | 100110 | 1100100 | 0 | 11010 | 100010101 | 1100100 | 100101 |
Color Harmonies of #7400BC
Complementary color
Monochromatic Colors of #7400BC
Black with #7400BC
Text Example
Text Example
White with #7400BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7400BC; }
p { color: rgb(116,0,188); }
H1.HeaderClassName
{
color: #7400BC;
}
.AnyTagClassName
{
color: #7400BC;
}
</style>
background-color css
<style>
a { background-color: #7400BC; }
a { background-color: rgb(116,0,188); }
div.DivClassName
{
background-color: #7400BC;
}
.BgClassName
{
background-color: #7400BC;
}
</style>
border-color css
<style>
span { border-color: #7400BC; }
span { border-color: rgb(116,0,188); }
td.TdClassName
{
border-color: #7400BC;
}
.TagClassName
{
border-color: #7400BC;
}
</style>