Shades of Blue Violet #741CEE
Tints of Blue Violet #741CEE
RGB
CMYK
RGB Variations
Color information
#741CEE (or 0x741CEE) is known color: Blue Violet. HEX triplet: 74, 1C and EE. RGB value is (116,28,238). Sum of RGB (Red+Green+Blue) = 116+28+238=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #741CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741CEE is #8BE311. Grayscale: #4D4D4D. Windows color (decimal): -9167634 or 15604852. OLE color: 15604852.
HSL color Cylindrical-coordinate representation of color #741CEE: hue angle of 265.14º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741CEE is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 28 | 238 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.07 |
| HSL | 265.14º | 0.86% | 0.52% | - |
| HSV(B) | 265.14º | 0.88% | 0.93% | - |
| XYZ | 23.05 | 10.72 | 81.74 | - |
| YUV | 78.25 | 218.15 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 238 | 0.51 | 0.88 | 0 | 0.07 | 265.14 | 0.86 | 0.52 |
| Hex | 74 | 1C | EE | 33 | 58 | 0 | 7 | 109 | 56 | 34 |
| Octal | 164 | 34 | 356 | 63 | 130 | 0 | 7 | 411 | 126 | 64 |
| Binary | 1110100 | 11100 | 11101110 | 110011 | 1011000 | 0 | 111 | 100001001 | 1010110 | 110100 |
Color Harmonies of #741CEE
Complementary color
Monochromatic Colors of #741CEE
Black with #741CEE
Text Example
Text Example
White with #741CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741CEE; }
p { color: rgb(116,28,238); }
H1.HeaderClassName
{
color: #741CEE;
}
.AnyTagClassName
{
color: #741CEE;
}
</style>
background-color css
<style>
a { background-color: #741CEE; }
a { background-color: rgb(116,28,238); }
div.DivClassName
{
background-color: #741CEE;
}
.BgClassName
{
background-color: #741CEE;
}
</style>
border-color css
<style>
span { border-color: #741CEE; }
span { border-color: rgb(116,28,238); }
td.TdClassName
{
border-color: #741CEE;
}
.TagClassName
{
border-color: #741CEE;
}
</style>