Shades of Blue Violet #741CEF
Tints of Blue Violet #741CEF
RGB
CMYK
RGB Variations
Color information
#741CEF (or 0x741CEF) is known color: Blue Violet. HEX triplet: 74, 1C and EF. RGB value is (116,28,239). Sum of RGB (Red+Green+Blue) = 116+28+239=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #741CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741CEF is #8BE310. Grayscale: #4D4D4D. Windows color (decimal): -9167633 or 15670388. OLE color: 15670388.
HSL color Cylindrical-coordinate representation of color #741CEF: hue angle of 265.02º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741CEF is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 28 | 239 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.06 |
| HSL | 265.02º | 0.87% | 0.52% | - |
| HSV(B) | 265.02º | 0.88% | 0.94% | - |
| XYZ | 23.2 | 10.78 | 82.52 | - |
| YUV | 78.37 | 218.65 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 239 | 0.51 | 0.88 | 0 | 0.06 | 265.02 | 0.87 | 0.52 |
| Hex | 74 | 1C | EF | 33 | 58 | 0 | 6 | 109 | 57 | 34 |
| Octal | 164 | 34 | 357 | 63 | 130 | 0 | 6 | 411 | 127 | 64 |
| Binary | 1110100 | 11100 | 11101111 | 110011 | 1011000 | 0 | 110 | 100001001 | 1010111 | 110100 |
Color Harmonies of #741CEF
Complementary color
Monochromatic Colors of #741CEF
Black with #741CEF
Text Example
Text Example
White with #741CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741CEF; }
p { color: rgb(116,28,239); }
H1.HeaderClassName
{
color: #741CEF;
}
.AnyTagClassName
{
color: #741CEF;
}
</style>
background-color css
<style>
a { background-color: #741CEF; }
a { background-color: rgb(116,28,239); }
div.DivClassName
{
background-color: #741CEF;
}
.BgClassName
{
background-color: #741CEF;
}
</style>
border-color css
<style>
span { border-color: #741CEF; }
span { border-color: rgb(116,28,239); }
td.TdClassName
{
border-color: #741CEF;
}
.TagClassName
{
border-color: #741CEF;
}
</style>