Shades of Blue Violet #741CE6
Tints of Blue Violet #741CE6
RGB
CMYK
RGB Variations
Color information
#741CE6 (or 0x741CE6) is known color: Blue Violet. HEX triplet: 74, 1C and E6. RGB value is (116,28,230). Sum of RGB (Red+Green+Blue) = 116+28+230=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 230 (90.23% from 255 or 61.50% from 374); Max value from RGB is 230 - color contains mainly: blue. Hex color #741CE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741CE6 is #8BE319. Grayscale: #4C4C4C. Windows color (decimal): -9167642 or 15080564. OLE color: 15080564.
HSL color Cylindrical-coordinate representation of color #741CE6: hue angle of 266.14º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741CE6 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 28 | 230 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.10 |
| HSL | 266.14º | 0.8% | 0.51% | - |
| HSV(B) | 266.14º | 0.88% | 0.9% | - |
| XYZ | 21.9 | 10.26 | 75.69 | - |
| YUV | 77.34 | 214.15 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 230 | 0.50 | 0.88 | 0 | 0.10 | 266.14 | 0.8 | 0.51 |
| Hex | 74 | 1C | E6 | 32 | 58 | 0 | A | 10A | 50 | 33 |
| Octal | 164 | 34 | 346 | 62 | 130 | 0 | 12 | 412 | 120 | 63 |
| Binary | 1110100 | 11100 | 11100110 | 110010 | 1011000 | 0 | 1010 | 100001010 | 1010000 | 110011 |
Color Harmonies of #741CE6
Complementary color
Monochromatic Colors of #741CE6
Black with #741CE6
Text Example
Text Example
White with #741CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741CE6; }
p { color: rgb(116,28,230); }
H1.HeaderClassName
{
color: #741CE6;
}
.AnyTagClassName
{
color: #741CE6;
}
</style>
background-color css
<style>
a { background-color: #741CE6; }
a { background-color: rgb(116,28,230); }
div.DivClassName
{
background-color: #741CE6;
}
.BgClassName
{
background-color: #741CE6;
}
</style>
border-color css
<style>
span { border-color: #741CE6; }
span { border-color: rgb(116,28,230); }
td.TdClassName
{
border-color: #741CE6;
}
.TagClassName
{
border-color: #741CE6;
}
</style>