Shades of Blue Violet #742AD9
Tints of Blue Violet #742AD9
RGB
CMYK
RGB Variations
Color information
#742AD9 (or 0x742AD9) is known color: Blue Violet. HEX triplet: 74, 2A and D9. RGB value is (116,42,217). Sum of RGB (Red+Green+Blue) = 116+42+217=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 217 (85.16% from 255 or 57.87% from 375); Max value from RGB is 217 - color contains mainly: blue. Hex color #742AD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742AD9 is #8BD526. Grayscale: #535353. Windows color (decimal): -9164071 or 14232180. OLE color: 14232180.
HSL color Cylindrical-coordinate representation of color #742AD9: hue angle of 265.37º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #742AD9 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 42 | 217 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.15 |
| HSL | 265.37º | 0.7% | 0.51% | - |
| HSV(B) | 265.37º | 0.81% | 0.85% | - |
| XYZ | 20.55 | 10.38 | 66.57 | - |
| YUV | 84.08 | 203.02 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 42 | 217 | 0.47 | 0.81 | 0 | 0.15 | 265.37 | 0.7 | 0.51 |
| Hex | 74 | 2A | D9 | 2F | 51 | 0 | F | 109 | 46 | 33 |
| Octal | 164 | 52 | 331 | 57 | 121 | 0 | 17 | 411 | 106 | 63 |
| Binary | 1110100 | 101010 | 11011001 | 101111 | 1010001 | 0 | 1111 | 100001001 | 1000110 | 110011 |
Color Harmonies of #742AD9
Complementary color
Monochromatic Colors of #742AD9
Black with #742AD9
Text Example
Text Example
White with #742AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742AD9; }
p { color: rgb(116,42,217); }
H1.HeaderClassName
{
color: #742AD9;
}
.AnyTagClassName
{
color: #742AD9;
}
</style>
background-color css
<style>
a { background-color: #742AD9; }
a { background-color: rgb(116,42,217); }
div.DivClassName
{
background-color: #742AD9;
}
.BgClassName
{
background-color: #742AD9;
}
</style>
border-color css
<style>
span { border-color: #742AD9; }
span { border-color: rgb(116,42,217); }
td.TdClassName
{
border-color: #742AD9;
}
.TagClassName
{
border-color: #742AD9;
}
</style>