Shades of Blue Violet #742CE9
Tints of Blue Violet #742CE9
RGB
CMYK
RGB Variations
Color information
#742CE9 (or 0x742CE9) is known color: Blue Violet. HEX triplet: 74, 2C and E9. RGB value is (116,44,233). Sum of RGB (Red+Green+Blue) = 116+44+233=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 233 (91.41% from 255 or 59.29% from 393); Max value from RGB is 233 - color contains mainly: blue. Hex color #742CE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742CE9 is #8BD316. Grayscale: #565656. Windows color (decimal): -9163543 or 15281268. OLE color: 15281268.
HSL color Cylindrical-coordinate representation of color #742CE9: hue angle of 262.86º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #742CE9 is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 44 | 233 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.09 |
| HSL | 262.86º | 0.81% | 0.54% | - |
| HSV(B) | 262.86º | 0.81% | 0.91% | - |
| XYZ | 22.81 | 11.4 | 78.09 | - |
| YUV | 87.07 | 210.35 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 44 | 233 | 0.50 | 0.81 | 0 | 0.09 | 262.86 | 0.81 | 0.54 |
| Hex | 74 | 2C | E9 | 32 | 51 | 0 | 9 | 107 | 51 | 36 |
| Octal | 164 | 54 | 351 | 62 | 121 | 0 | 11 | 407 | 121 | 66 |
| Binary | 1110100 | 101100 | 11101001 | 110010 | 1010001 | 0 | 1001 | 100000111 | 1010001 | 110110 |
Color Harmonies of #742CE9
Complementary color
Monochromatic Colors of #742CE9
Black with #742CE9
Text Example
Text Example
White with #742CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742CE9; }
p { color: rgb(116,44,233); }
H1.HeaderClassName
{
color: #742CE9;
}
.AnyTagClassName
{
color: #742CE9;
}
</style>
background-color css
<style>
a { background-color: #742CE9; }
a { background-color: rgb(116,44,233); }
div.DivClassName
{
background-color: #742CE9;
}
.BgClassName
{
background-color: #742CE9;
}
</style>
border-color css
<style>
span { border-color: #742CE9; }
span { border-color: rgb(116,44,233); }
td.TdClassName
{
border-color: #742CE9;
}
.TagClassName
{
border-color: #742CE9;
}
</style>