Shades of Dark Violet #7402BB
Tints of Dark Violet #7402BB
RGB
CMYK
RGB Variations
Color information
#7402BB (or 0x7402BB) is known color: Dark Violet. HEX triplet: 74, 02 and BB. RGB value is (116,2,187). Sum of RGB (Red+Green+Blue) = 116+2+187=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #7402BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7402BB is #8BFD44. Grayscale: #383838. Windows color (decimal): -9174341 or 12255860. OLE color: 12255860.
HSL color Cylindrical-coordinate representation of color #7402BB: hue angle of 276.97º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7402BB is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 2 | 187 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.27 |
| HSL | 276.97º | 0.98% | 0.37% | - |
| HSV(B) | 276.97º | 0.99% | 0.73% | - |
| XYZ | 16.19 | 7.34 | 47.58 | - |
| YUV | 57.18 | 201.27 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 2 | 187 | 0.38 | 0.99 | 0 | 0.27 | 276.97 | 0.98 | 0.37 |
| Hex | 74 | 2 | BB | 26 | 63 | 0 | 1B | 115 | 62 | 25 |
| Octal | 164 | 2 | 273 | 46 | 143 | 0 | 33 | 425 | 142 | 45 |
| Binary | 1110100 | 10 | 10111011 | 100110 | 1100011 | 0 | 11011 | 100010101 | 1100010 | 100101 |
Color Harmonies of #7402BB
Complementary color
Monochromatic Colors of #7402BB
Black with #7402BB
Text Example
Text Example
White with #7402BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7402BB; }
p { color: rgb(116,2,187); }
H1.HeaderClassName
{
color: #7402BB;
}
.AnyTagClassName
{
color: #7402BB;
}
</style>
background-color css
<style>
a { background-color: #7402BB; }
a { background-color: rgb(116,2,187); }
div.DivClassName
{
background-color: #7402BB;
}
.BgClassName
{
background-color: #7402BB;
}
</style>
border-color css
<style>
span { border-color: #7402BB; }
span { border-color: rgb(116,2,187); }
td.TdClassName
{
border-color: #7402BB;
}
.TagClassName
{
border-color: #7402BB;
}
</style>