Shades of Blue Violet #742BFF
Tints of Blue Violet #742BFF
RGB
CMYK
RGB Variations
Color information
#742BFF (or 0x742BFF) is known color: Blue Violet. HEX triplet: 74, 2B and FF. RGB value is (116,43,255). Sum of RGB (Red+Green+Blue) = 116+43+255=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 43 (17.19% from 255 or 10.39% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #742BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742BFF is #8BD400. Grayscale: #585858. Windows color (decimal): -9163777 or 16722804. OLE color: 16722804.
HSL color Cylindrical-coordinate representation of color #742BFF: hue angle of 260.66º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #742BFF is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 43 | 255 | - |
| CMYK | 0.55 | 0.83 | 0 | 0 |
| HSL | 260.66º | 1% | 0.58% | - |
| HSV(B) | 260.66º | 0.83% | 1% | - |
| XYZ | 26.12 | 12.66 | 95.68 | - |
| YUV | 89 | 221.68 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 43 | 255 | 0.55 | 0.83 | 0 | 0 | 260.66 | 1 | 0.58 |
| Hex | 74 | 2B | FF | 37 | 53 | 0 | 0 | 105 | 64 | 3A |
| Octal | 164 | 53 | 377 | 67 | 123 | 0 | 0 | 405 | 144 | 72 |
| Binary | 1110100 | 101011 | 11111111 | 110111 | 1010011 | 0 | 0 | 100000101 | 1100100 | 111010 |
Color Harmonies of #742BFF
Complementary color
Monochromatic Colors of #742BFF
Black with #742BFF
Text Example
Text Example
White with #742BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742BFF; }
p { color: rgb(116,43,255); }
H1.HeaderClassName
{
color: #742BFF;
}
.AnyTagClassName
{
color: #742BFF;
}
</style>
background-color css
<style>
a { background-color: #742BFF; }
a { background-color: rgb(116,43,255); }
div.DivClassName
{
background-color: #742BFF;
}
.BgClassName
{
background-color: #742BFF;
}
</style>
border-color css
<style>
span { border-color: #742BFF; }
span { border-color: rgb(116,43,255); }
td.TdClassName
{
border-color: #742BFF;
}
.TagClassName
{
border-color: #742BFF;
}
</style>