Shades of Blue Violet #742CFF
Tints of Blue Violet #742CFF
RGB
CMYK
RGB Variations
Color information
#742CFF (or 0x742CFF) is known color: Blue Violet. HEX triplet: 74, 2C and FF. RGB value is (116,44,255). Sum of RGB (Red+Green+Blue) = 116+44+255=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #742CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742CFF is #8BD300. Grayscale: #585858. Windows color (decimal): -9163521 or 16723060. OLE color: 16723060.
HSL color Cylindrical-coordinate representation of color #742CFF: hue angle of 260.47º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #742CFF is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 44 | 255 | - |
| CMYK | 0.55 | 0.83 | 0 | 0 |
| HSL | 260.47º | 1% | 0.59% | - |
| HSV(B) | 260.47º | 0.83% | 1% | - |
| XYZ | 26.15 | 12.73 | 95.69 | - |
| YUV | 89.58 | 221.35 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 44 | 255 | 0.55 | 0.83 | 0 | 0 | 260.47 | 1 | 0.59 |
| Hex | 74 | 2C | FF | 37 | 53 | 0 | 0 | 104 | 64 | 3B |
| Octal | 164 | 54 | 377 | 67 | 123 | 0 | 0 | 404 | 144 | 73 |
| Binary | 1110100 | 101100 | 11111111 | 110111 | 1010011 | 0 | 0 | 100000100 | 1100100 | 111011 |
Color Harmonies of #742CFF
Complementary color
Monochromatic Colors of #742CFF
Black with #742CFF
Text Example
Text Example
White with #742CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742CFF; }
p { color: rgb(116,44,255); }
H1.HeaderClassName
{
color: #742CFF;
}
.AnyTagClassName
{
color: #742CFF;
}
</style>
background-color css
<style>
a { background-color: #742CFF; }
a { background-color: rgb(116,44,255); }
div.DivClassName
{
background-color: #742CFF;
}
.BgClassName
{
background-color: #742CFF;
}
</style>
border-color css
<style>
span { border-color: #742CFF; }
span { border-color: rgb(116,44,255); }
td.TdClassName
{
border-color: #742CFF;
}
.TagClassName
{
border-color: #742CFF;
}
</style>