Shades of Blue Violet #742AFD
Tints of Blue Violet #742AFD
RGB
CMYK
RGB Variations
Color information
#742AFD (or 0x742AFD) is known color: Blue Violet. HEX triplet: 74, 2A and FD. RGB value is (116,42,253). Sum of RGB (Red+Green+Blue) = 116+42+253=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #742AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742AFD is #8BD502. Grayscale: #575757. Windows color (decimal): -9164035 or 16591476. OLE color: 16591476.
HSL color Cylindrical-coordinate representation of color #742AFD: hue angle of 261.04º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #742AFD is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 42 | 253 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.01 |
| HSL | 261.04º | 0.98% | 0.58% | - |
| HSV(B) | 261.04º | 0.83% | 0.99% | - |
| XYZ | 25.76 | 12.46 | 93.98 | - |
| YUV | 88.18 | 221.02 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 42 | 253 | 0.54 | 0.83 | 0 | 0.01 | 261.04 | 0.98 | 0.58 |
| Hex | 74 | 2A | FD | 36 | 53 | 0 | 1 | 105 | 62 | 3A |
| Octal | 164 | 52 | 375 | 66 | 123 | 0 | 1 | 405 | 142 | 72 |
| Binary | 1110100 | 101010 | 11111101 | 110110 | 1010011 | 0 | 1 | 100000101 | 1100010 | 111010 |
Color Harmonies of #742AFD
Complementary color
Monochromatic Colors of #742AFD
Black with #742AFD
Text Example
Text Example
White with #742AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742AFD; }
p { color: rgb(116,42,253); }
H1.HeaderClassName
{
color: #742AFD;
}
.AnyTagClassName
{
color: #742AFD;
}
</style>
background-color css
<style>
a { background-color: #742AFD; }
a { background-color: rgb(116,42,253); }
div.DivClassName
{
background-color: #742AFD;
}
.BgClassName
{
background-color: #742AFD;
}
</style>
border-color css
<style>
span { border-color: #742AFD; }
span { border-color: rgb(116,42,253); }
td.TdClassName
{
border-color: #742AFD;
}
.TagClassName
{
border-color: #742AFD;
}
</style>