Shades of Dark Violet #7402B2
Tints of Dark Violet #7402B2
RGB
CMYK
RGB Variations
Color information
#7402B2 (or 0x7402B2) is known color: Dark Violet. HEX triplet: 74, 02 and B2. RGB value is (116,2,178). Sum of RGB (Red+Green+Blue) = 116+2+178=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 178 (69.92% from 255 or 60.14% from 296); Max value from RGB is 178 - color contains mainly: blue. Hex color #7402B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7402B2 is #8BFD4D. Grayscale: #373737. Windows color (decimal): -9174350 or 11666036. OLE color: 11666036.
HSL color Cylindrical-coordinate representation of color #7402B2: hue angle of 278.86º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7402B2 is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 2 | 178 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.30 |
| HSL | 278.86º | 0.98% | 0.35% | - |
| HSV(B) | 278.86º | 0.99% | 0.7% | - |
| XYZ | 15.26 | 6.97 | 42.66 | - |
| YUV | 56.15 | 196.77 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 2 | 178 | 0.35 | 0.99 | 0 | 0.30 | 278.86 | 0.98 | 0.35 |
| Hex | 74 | 2 | B2 | 23 | 63 | 0 | 1E | 117 | 62 | 23 |
| Octal | 164 | 2 | 262 | 43 | 143 | 0 | 36 | 427 | 142 | 43 |
| Binary | 1110100 | 10 | 10110010 | 100011 | 1100011 | 0 | 11110 | 100010111 | 1100010 | 100011 |
Color Harmonies of #7402B2
Complementary color
Monochromatic Colors of #7402B2
Black with #7402B2
Text Example
Text Example
White with #7402B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7402B2; }
p { color: rgb(116,2,178); }
H1.HeaderClassName
{
color: #7402B2;
}
.AnyTagClassName
{
color: #7402B2;
}
</style>
background-color css
<style>
a { background-color: #7402B2; }
a { background-color: rgb(116,2,178); }
div.DivClassName
{
background-color: #7402B2;
}
.BgClassName
{
background-color: #7402B2;
}
</style>
border-color css
<style>
span { border-color: #7402B2; }
span { border-color: rgb(116,2,178); }
td.TdClassName
{
border-color: #7402B2;
}
.TagClassName
{
border-color: #7402B2;
}
</style>