Shades of Blue Violet #742CFB
Tints of Blue Violet #742CFB
RGB
CMYK
RGB Variations
Color information
#742CFB (or 0x742CFB) is known color: Blue Violet. HEX triplet: 74, 2C and FB. RGB value is (116,44,251). Sum of RGB (Red+Green+Blue) = 116+44+251=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #742CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742CFB is #8BD304. Grayscale: #585858. Windows color (decimal): -9163525 or 16460916. OLE color: 16460916.
HSL color Cylindrical-coordinate representation of color #742CFB: hue angle of 260.87º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #742CFB is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 44 | 251 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.02 |
| HSL | 260.87º | 0.96% | 0.58% | - |
| HSV(B) | 260.87º | 0.82% | 0.98% | - |
| XYZ | 25.52 | 12.48 | 92.33 | - |
| YUV | 89.13 | 219.35 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 44 | 251 | 0.54 | 0.82 | 0 | 0.02 | 260.87 | 0.96 | 0.58 |
| Hex | 74 | 2C | FB | 36 | 52 | 0 | 2 | 105 | 60 | 3A |
| Octal | 164 | 54 | 373 | 66 | 122 | 0 | 2 | 405 | 140 | 72 |
| Binary | 1110100 | 101100 | 11111011 | 110110 | 1010010 | 0 | 10 | 100000101 | 1100000 | 111010 |
Color Harmonies of #742CFB
Complementary color
Monochromatic Colors of #742CFB
Black with #742CFB
Text Example
Text Example
White with #742CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742CFB; }
p { color: rgb(116,44,251); }
H1.HeaderClassName
{
color: #742CFB;
}
.AnyTagClassName
{
color: #742CFB;
}
</style>
background-color css
<style>
a { background-color: #742CFB; }
a { background-color: rgb(116,44,251); }
div.DivClassName
{
background-color: #742CFB;
}
.BgClassName
{
background-color: #742CFB;
}
</style>
border-color css
<style>
span { border-color: #742CFB; }
span { border-color: rgb(116,44,251); }
td.TdClassName
{
border-color: #742CFB;
}
.TagClassName
{
border-color: #742CFB;
}
</style>