Shades of Blue Violet #742CEF
Tints of Blue Violet #742CEF
RGB
CMYK
RGB Variations
Color information
#742CEF (or 0x742CEF) is known color: Blue Violet. HEX triplet: 74, 2C and EF. RGB value is (116,44,239). Sum of RGB (Red+Green+Blue) = 116+44+239=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #742CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742CEF is #8BD310. Grayscale: #575757. Windows color (decimal): -9163537 or 15674484. OLE color: 15674484.
HSL color Cylindrical-coordinate representation of color #742CEF: hue angle of 262.15º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #742CEF is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 44 | 239 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.06 |
| HSL | 262.15º | 0.86% | 0.55% | - |
| HSV(B) | 262.15º | 0.82% | 0.94% | - |
| XYZ | 23.68 | 11.75 | 82.68 | - |
| YUV | 87.76 | 213.35 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 44 | 239 | 0.51 | 0.82 | 0 | 0.06 | 262.15 | 0.86 | 0.55 |
| Hex | 74 | 2C | EF | 33 | 52 | 0 | 6 | 106 | 56 | 37 |
| Octal | 164 | 54 | 357 | 63 | 122 | 0 | 6 | 406 | 126 | 67 |
| Binary | 1110100 | 101100 | 11101111 | 110011 | 1010010 | 0 | 110 | 100000110 | 1010110 | 110111 |
Color Harmonies of #742CEF
Complementary color
Monochromatic Colors of #742CEF
Black with #742CEF
Text Example
Text Example
White with #742CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742CEF; }
p { color: rgb(116,44,239); }
H1.HeaderClassName
{
color: #742CEF;
}
.AnyTagClassName
{
color: #742CEF;
}
</style>
background-color css
<style>
a { background-color: #742CEF; }
a { background-color: rgb(116,44,239); }
div.DivClassName
{
background-color: #742CEF;
}
.BgClassName
{
background-color: #742CEF;
}
</style>
border-color css
<style>
span { border-color: #742CEF; }
span { border-color: rgb(116,44,239); }
td.TdClassName
{
border-color: #742CEF;
}
.TagClassName
{
border-color: #742CEF;
}
</style>