Shades of Blue Violet #741CE1
Tints of Blue Violet #741CE1
RGB
CMYK
RGB Variations
Color information
#741CE1 (or 0x741CE1) is known color: Blue Violet. HEX triplet: 74, 1C and E1. RGB value is (116,28,225). Sum of RGB (Red+Green+Blue) = 116+28+225=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 225 (88.28% from 255 or 60.98% from 369); Max value from RGB is 225 - color contains mainly: blue. Hex color #741CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741CE1 is #8BE31E. Grayscale: #4C4C4C. Windows color (decimal): -9167647 or 14752884. OLE color: 14752884.
HSL color Cylindrical-coordinate representation of color #741CE1: hue angle of 266.8º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741CE1 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 28 | 225 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.12 |
| HSL | 266.8º | 0.78% | 0.5% | - |
| HSV(B) | 266.8º | 0.88% | 0.88% | - |
| XYZ | 21.21 | 9.98 | 72.04 | - |
| YUV | 76.77 | 211.65 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 225 | 0.48 | 0.88 | 0 | 0.12 | 266.8 | 0.78 | 0.5 |
| Hex | 74 | 1C | E1 | 30 | 58 | 0 | C | 10B | 4E | 32 |
| Octal | 164 | 34 | 341 | 60 | 130 | 0 | 14 | 413 | 116 | 62 |
| Binary | 1110100 | 11100 | 11100001 | 110000 | 1011000 | 0 | 1100 | 100001011 | 1001110 | 110010 |
Color Harmonies of #741CE1
Complementary color
Monochromatic Colors of #741CE1
Black with #741CE1
Text Example
Text Example
White with #741CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741CE1; }
p { color: rgb(116,28,225); }
H1.HeaderClassName
{
color: #741CE1;
}
.AnyTagClassName
{
color: #741CE1;
}
</style>
background-color css
<style>
a { background-color: #741CE1; }
a { background-color: rgb(116,28,225); }
div.DivClassName
{
background-color: #741CE1;
}
.BgClassName
{
background-color: #741CE1;
}
</style>
border-color css
<style>
span { border-color: #741CE1; }
span { border-color: rgb(116,28,225); }
td.TdClassName
{
border-color: #741CE1;
}
.TagClassName
{
border-color: #741CE1;
}
</style>