Shades of Blue Violet #742BEA
Tints of Blue Violet #742BEA
RGB
CMYK
RGB Variations
Color information
#742BEA (or 0x742BEA) is known color: Blue Violet. HEX triplet: 74, 2B and EA. RGB value is (116,43,234). Sum of RGB (Red+Green+Blue) = 116+43+234=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #742BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742BEA is #8BD415. Grayscale: #555555. Windows color (decimal): -9163798 or 15346548. OLE color: 15346548.
HSL color Cylindrical-coordinate representation of color #742BEA: hue angle of 262.93º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #742BEA is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 43 | 234 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.08 |
| HSL | 262.93º | 0.82% | 0.54% | - |
| HSV(B) | 262.93º | 0.82% | 0.92% | - |
| XYZ | 22.92 | 11.38 | 78.83 | - |
| YUV | 86.6 | 211.18 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 43 | 234 | 0.50 | 0.82 | 0 | 0.08 | 262.93 | 0.82 | 0.54 |
| Hex | 74 | 2B | EA | 32 | 52 | 0 | 8 | 107 | 52 | 36 |
| Octal | 164 | 53 | 352 | 62 | 122 | 0 | 10 | 407 | 122 | 66 |
| Binary | 1110100 | 101011 | 11101010 | 110010 | 1010010 | 0 | 1000 | 100000111 | 1010010 | 110110 |
Color Harmonies of #742BEA
Complementary color
Monochromatic Colors of #742BEA
Black with #742BEA
Text Example
Text Example
White with #742BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742BEA; }
p { color: rgb(116,43,234); }
H1.HeaderClassName
{
color: #742BEA;
}
.AnyTagClassName
{
color: #742BEA;
}
</style>
background-color css
<style>
a { background-color: #742BEA; }
a { background-color: rgb(116,43,234); }
div.DivClassName
{
background-color: #742BEA;
}
.BgClassName
{
background-color: #742BEA;
}
</style>
border-color css
<style>
span { border-color: #742BEA; }
span { border-color: rgb(116,43,234); }
td.TdClassName
{
border-color: #742BEA;
}
.TagClassName
{
border-color: #742BEA;
}
</style>