Shades of Blue Violet #741CE3
Tints of Blue Violet #741CE3
RGB
CMYK
RGB Variations
Color information
#741CE3 (or 0x741CE3) is known color: Blue Violet. HEX triplet: 74, 1C and E3. RGB value is (116,28,227). Sum of RGB (Red+Green+Blue) = 116+28+227=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 227 (89.06% from 255 or 61.19% from 371); Max value from RGB is 227 - color contains mainly: blue. Hex color #741CE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741CE3 is #8BE31C. Grayscale: #4C4C4C. Windows color (decimal): -9167645 or 14883956. OLE color: 14883956.
HSL color Cylindrical-coordinate representation of color #741CE3: hue angle of 266.53º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741CE3 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 28 | 227 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.11 |
| HSL | 266.53º | 0.78% | 0.5% | - |
| HSV(B) | 266.53º | 0.88% | 0.89% | - |
| XYZ | 21.48 | 10.09 | 73.49 | - |
| YUV | 77 | 212.65 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 227 | 0.49 | 0.88 | 0 | 0.11 | 266.53 | 0.78 | 0.5 |
| Hex | 74 | 1C | E3 | 31 | 58 | 0 | B | 10B | 4E | 32 |
| Octal | 164 | 34 | 343 | 61 | 130 | 0 | 13 | 413 | 116 | 62 |
| Binary | 1110100 | 11100 | 11100011 | 110001 | 1011000 | 0 | 1011 | 100001011 | 1001110 | 110010 |
Color Harmonies of #741CE3
Complementary color
Monochromatic Colors of #741CE3
Black with #741CE3
Text Example
Text Example
White with #741CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741CE3; }
p { color: rgb(116,28,227); }
H1.HeaderClassName
{
color: #741CE3;
}
.AnyTagClassName
{
color: #741CE3;
}
</style>
background-color css
<style>
a { background-color: #741CE3; }
a { background-color: rgb(116,28,227); }
div.DivClassName
{
background-color: #741CE3;
}
.BgClassName
{
background-color: #741CE3;
}
</style>
border-color css
<style>
span { border-color: #741CE3; }
span { border-color: rgb(116,28,227); }
td.TdClassName
{
border-color: #741CE3;
}
.TagClassName
{
border-color: #741CE3;
}
</style>