Shades of Blue Violet #742DFF
Tints of Blue Violet #742DFF
RGB
CMYK
RGB Variations
Color information
#742DFF (or 0x742DFF) is known color: Blue Violet. HEX triplet: 74, 2D and FF. RGB value is (116,45,255). Sum of RGB (Red+Green+Blue) = 116+45+255=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #742DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742DFF is #8BD200. Grayscale: #595959. Windows color (decimal): -9163265 or 16723316. OLE color: 16723316.
HSL color Cylindrical-coordinate representation of color #742DFF: hue angle of 260.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #742DFF is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 45 | 255 | - |
| CMYK | 0.55 | 0.82 | 0 | 0 |
| HSL | 260.29º | 1% | 0.59% | - |
| HSV(B) | 260.29º | 0.82% | 1% | - |
| XYZ | 26.19 | 12.81 | 95.7 | - |
| YUV | 90.17 | 221.02 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 255 | 0.55 | 0.82 | 0 | 0 | 260.29 | 1 | 0.59 |
| Hex | 74 | 2D | FF | 37 | 52 | 0 | 0 | 104 | 64 | 3B |
| Octal | 164 | 55 | 377 | 67 | 122 | 0 | 0 | 404 | 144 | 73 |
| Binary | 1110100 | 101101 | 11111111 | 110111 | 1010010 | 0 | 0 | 100000100 | 1100100 | 111011 |
Color Harmonies of #742DFF
Complementary color
Monochromatic Colors of #742DFF
Black with #742DFF
Text Example
Text Example
White with #742DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742DFF; }
p { color: rgb(116,45,255); }
H1.HeaderClassName
{
color: #742DFF;
}
.AnyTagClassName
{
color: #742DFF;
}
</style>
background-color css
<style>
a { background-color: #742DFF; }
a { background-color: rgb(116,45,255); }
div.DivClassName
{
background-color: #742DFF;
}
.BgClassName
{
background-color: #742DFF;
}
</style>
border-color css
<style>
span { border-color: #742DFF; }
span { border-color: rgb(116,45,255); }
td.TdClassName
{
border-color: #742DFF;
}
.TagClassName
{
border-color: #742DFF;
}
</style>