Shades of Blue Violet #741CE7
Tints of Blue Violet #741CE7
RGB
CMYK
RGB Variations
Color information
#741CE7 (or 0x741CE7) is known color: Blue Violet. HEX triplet: 74, 1C and E7. RGB value is (116,28,231). Sum of RGB (Red+Green+Blue) = 116+28+231=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 231 (90.62% from 255 or 61.6% from 375); Max value from RGB is 231 - color contains mainly: blue. Hex color #741CE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741CE7 is #8BE318. Grayscale: #4C4C4C. Windows color (decimal): -9167641 or 15146100. OLE color: 15146100.
HSL color Cylindrical-coordinate representation of color #741CE7: hue angle of 266.01º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741CE7 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 28 | 231 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.09 |
| HSL | 266.01º | 0.81% | 0.51% | - |
| HSV(B) | 266.01º | 0.88% | 0.91% | - |
| XYZ | 22.04 | 10.31 | 76.43 | - |
| YUV | 77.45 | 214.65 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 231 | 0.50 | 0.88 | 0 | 0.09 | 266.01 | 0.81 | 0.51 |
| Hex | 74 | 1C | E7 | 32 | 58 | 0 | 9 | 10A | 51 | 33 |
| Octal | 164 | 34 | 347 | 62 | 130 | 0 | 11 | 412 | 121 | 63 |
| Binary | 1110100 | 11100 | 11100111 | 110010 | 1011000 | 0 | 1001 | 100001010 | 1010001 | 110011 |
Color Harmonies of #741CE7
Complementary color
Monochromatic Colors of #741CE7
Black with #741CE7
Text Example
Text Example
White with #741CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741CE7; }
p { color: rgb(116,28,231); }
H1.HeaderClassName
{
color: #741CE7;
}
.AnyTagClassName
{
color: #741CE7;
}
</style>
background-color css
<style>
a { background-color: #741CE7; }
a { background-color: rgb(116,28,231); }
div.DivClassName
{
background-color: #741CE7;
}
.BgClassName
{
background-color: #741CE7;
}
</style>
border-color css
<style>
span { border-color: #741CE7; }
span { border-color: rgb(116,28,231); }
td.TdClassName
{
border-color: #741CE7;
}
.TagClassName
{
border-color: #741CE7;
}
</style>