Shades of Blue Violet #742AFE
Tints of Blue Violet #742AFE
RGB
CMYK
RGB Variations
Color information
#742AFE (or 0x742AFE) is known color: Blue Violet. HEX triplet: 74, 2A and FE. RGB value is (116,42,254). Sum of RGB (Red+Green+Blue) = 116+42+254=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 42 (16.80% from 255 or 10.19% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #742AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742AFE is #8BD501. Grayscale: #575757. Windows color (decimal): -9164034 or 16657012. OLE color: 16657012.
HSL color Cylindrical-coordinate representation of color #742AFE: hue angle of 260.94º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #742AFE is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 42 | 254 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.00 |
| HSL | 260.94º | 0.99% | 0.58% | - |
| HSV(B) | 260.94º | 0.83% | 1% | - |
| XYZ | 25.92 | 12.52 | 94.82 | - |
| YUV | 88.29 | 221.52 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 42 | 254 | 0.54 | 0.83 | 0 | 0.00 | 260.94 | 0.99 | 0.58 |
| Hex | 74 | 2A | FE | 36 | 53 | 0 | 0 | 105 | 63 | 3A |
| Octal | 164 | 52 | 376 | 66 | 123 | 0 | 0 | 405 | 143 | 72 |
| Binary | 1110100 | 101010 | 11111110 | 110110 | 1010011 | 0 | 0 | 100000101 | 1100011 | 111010 |
Color Harmonies of #742AFE
Complementary color
Monochromatic Colors of #742AFE
Black with #742AFE
Text Example
Text Example
White with #742AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742AFE; }
p { color: rgb(116,42,254); }
H1.HeaderClassName
{
color: #742AFE;
}
.AnyTagClassName
{
color: #742AFE;
}
</style>
background-color css
<style>
a { background-color: #742AFE; }
a { background-color: rgb(116,42,254); }
div.DivClassName
{
background-color: #742AFE;
}
.BgClassName
{
background-color: #742AFE;
}
</style>
border-color css
<style>
span { border-color: #742AFE; }
span { border-color: rgb(116,42,254); }
td.TdClassName
{
border-color: #742AFE;
}
.TagClassName
{
border-color: #742AFE;
}
</style>