Shades of Dark Violet #7402BD
Tints of Dark Violet #7402BD
RGB
CMYK
RGB Variations
Color information
#7402BD (or 0x7402BD) is known color: Dark Violet. HEX triplet: 74, 02 and BD. RGB value is (116,2,189). Sum of RGB (Red+Green+Blue) = 116+2+189=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #7402BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7402BD is #8BFD42. Grayscale: #383838. Windows color (decimal): -9174339 or 12386932. OLE color: 12386932.
HSL color Cylindrical-coordinate representation of color #7402BD: hue angle of 276.58º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7402BD is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 2 | 189 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.26 |
| HSL | 276.58º | 0.98% | 0.37% | - |
| HSV(B) | 276.58º | 0.99% | 0.74% | - |
| XYZ | 16.41 | 7.43 | 48.71 | - |
| YUV | 57.4 | 202.27 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 2 | 189 | 0.39 | 0.99 | 0 | 0.26 | 276.58 | 0.98 | 0.37 |
| Hex | 74 | 2 | BD | 27 | 63 | 0 | 1A | 115 | 62 | 25 |
| Octal | 164 | 2 | 275 | 47 | 143 | 0 | 32 | 425 | 142 | 45 |
| Binary | 1110100 | 10 | 10111101 | 100111 | 1100011 | 0 | 11010 | 100010101 | 1100010 | 100101 |
Color Harmonies of #7402BD
Complementary color
Monochromatic Colors of #7402BD
Black with #7402BD
Text Example
Text Example
White with #7402BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7402BD; }
p { color: rgb(116,2,189); }
H1.HeaderClassName
{
color: #7402BD;
}
.AnyTagClassName
{
color: #7402BD;
}
</style>
background-color css
<style>
a { background-color: #7402BD; }
a { background-color: rgb(116,2,189); }
div.DivClassName
{
background-color: #7402BD;
}
.BgClassName
{
background-color: #7402BD;
}
</style>
border-color css
<style>
span { border-color: #7402BD; }
span { border-color: rgb(116,2,189); }
td.TdClassName
{
border-color: #7402BD;
}
.TagClassName
{
border-color: #7402BD;
}
</style>