Shades of Blue Violet #742AFB
Tints of Blue Violet #742AFB
RGB
CMYK
RGB Variations
Color information
#742AFB (or 0x742AFB) is known color: Blue Violet. HEX triplet: 74, 2A and FB. RGB value is (116,42,251). Sum of RGB (Red+Green+Blue) = 116+42+251=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #742AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742AFB is #8BD504. Grayscale: #575757. Windows color (decimal): -9164037 or 16460404. OLE color: 16460404.
HSL color Cylindrical-coordinate representation of color #742AFB: hue angle of 261.24º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #742AFB is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 42 | 251 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.02 |
| HSL | 261.24º | 0.96% | 0.57% | - |
| HSV(B) | 261.24º | 0.83% | 0.98% | - |
| XYZ | 25.44 | 12.33 | 92.31 | - |
| YUV | 87.95 | 220.02 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 42 | 251 | 0.54 | 0.83 | 0 | 0.02 | 261.24 | 0.96 | 0.57 |
| Hex | 74 | 2A | FB | 36 | 53 | 0 | 2 | 105 | 60 | 39 |
| Octal | 164 | 52 | 373 | 66 | 123 | 0 | 2 | 405 | 140 | 71 |
| Binary | 1110100 | 101010 | 11111011 | 110110 | 1010011 | 0 | 10 | 100000101 | 1100000 | 111001 |
Color Harmonies of #742AFB
Complementary color
Monochromatic Colors of #742AFB
Black with #742AFB
Text Example
Text Example
White with #742AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742AFB; }
p { color: rgb(116,42,251); }
H1.HeaderClassName
{
color: #742AFB;
}
.AnyTagClassName
{
color: #742AFB;
}
</style>
background-color css
<style>
a { background-color: #742AFB; }
a { background-color: rgb(116,42,251); }
div.DivClassName
{
background-color: #742AFB;
}
.BgClassName
{
background-color: #742AFB;
}
</style>
border-color css
<style>
span { border-color: #742AFB; }
span { border-color: rgb(116,42,251); }
td.TdClassName
{
border-color: #742AFB;
}
.TagClassName
{
border-color: #742AFB;
}
</style>