Shades of Blue Violet #742FFF
Tints of Blue Violet #742FFF
RGB
CMYK
RGB Variations
Color information
#742FFF (or 0x742FFF) is known color: Blue Violet. HEX triplet: 74, 2F and FF. RGB value is (116,47,255). Sum of RGB (Red+Green+Blue) = 116+47+255=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #742FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742FFF is #8BD000. Grayscale: #5A5A5A. Windows color (decimal): -9162753 or 16723828. OLE color: 16723828.
HSL color Cylindrical-coordinate representation of color #742FFF: hue angle of 259.9º 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 #742FFF is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 47 | 255 | - |
| CMYK | 0.55 | 0.82 | 0 | 0 |
| HSL | 259.9º | 1% | 0.59% | - |
| HSV(B) | 259.9º | 0.82% | 1% | - |
| XYZ | 26.27 | 12.97 | 95.73 | - |
| YUV | 91.34 | 220.36 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 255 | 0.55 | 0.82 | 0 | 0 | 259.9 | 1 | 0.59 |
| Hex | 74 | 2F | FF | 37 | 52 | 0 | 0 | 104 | 64 | 3B |
| Octal | 164 | 57 | 377 | 67 | 122 | 0 | 0 | 404 | 144 | 73 |
| Binary | 1110100 | 101111 | 11111111 | 110111 | 1010010 | 0 | 0 | 100000100 | 1100100 | 111011 |
Color Harmonies of #742FFF
Complementary color
Monochromatic Colors of #742FFF
Black with #742FFF
Text Example
Text Example
White with #742FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742FFF; }
p { color: rgb(116,47,255); }
H1.HeaderClassName
{
color: #742FFF;
}
.AnyTagClassName
{
color: #742FFF;
}
</style>
background-color css
<style>
a { background-color: #742FFF; }
a { background-color: rgb(116,47,255); }
div.DivClassName
{
background-color: #742FFF;
}
.BgClassName
{
background-color: #742FFF;
}
</style>
border-color css
<style>
span { border-color: #742FFF; }
span { border-color: rgb(116,47,255); }
td.TdClassName
{
border-color: #742FFF;
}
.TagClassName
{
border-color: #742FFF;
}
</style>