Shades of Blue Violet #741ADD
Tints of Blue Violet #741ADD
RGB
CMYK
RGB Variations
Color information
#741ADD (or 0x741ADD) is known color: Blue Violet. HEX triplet: 74, 1A and DD. RGB value is (116,26,221). Sum of RGB (Red+Green+Blue) = 116+26+221=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #741ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741ADD is #8BE522. Grayscale: #4A4A4A. Windows color (decimal): -9168163 or 14490228. OLE color: 14490228.
HSL color Cylindrical-coordinate representation of color #741ADD: hue angle of 267.69º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741ADD is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 26 | 221 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.13 |
| HSL | 267.69º | 0.79% | 0.48% | - |
| HSV(B) | 267.69º | 0.88% | 0.87% | - |
| XYZ | 20.62 | 9.67 | 69.19 | - |
| YUV | 75.14 | 210.32 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 221 | 0.48 | 0.88 | 0 | 0.13 | 267.69 | 0.79 | 0.48 |
| Hex | 74 | 1A | DD | 30 | 58 | 0 | D | 10C | 4F | 30 |
| Octal | 164 | 32 | 335 | 60 | 130 | 0 | 15 | 414 | 117 | 60 |
| Binary | 1110100 | 11010 | 11011101 | 110000 | 1011000 | 0 | 1101 | 100001100 | 1001111 | 110000 |
Color Harmonies of #741ADD
Complementary color
Monochromatic Colors of #741ADD
Black with #741ADD
Text Example
Text Example
White with #741ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741ADD; }
p { color: rgb(116,26,221); }
H1.HeaderClassName
{
color: #741ADD;
}
.AnyTagClassName
{
color: #741ADD;
}
</style>
background-color css
<style>
a { background-color: #741ADD; }
a { background-color: rgb(116,26,221); }
div.DivClassName
{
background-color: #741ADD;
}
.BgClassName
{
background-color: #741ADD;
}
</style>
border-color css
<style>
span { border-color: #741ADD; }
span { border-color: rgb(116,26,221); }
td.TdClassName
{
border-color: #741ADD;
}
.TagClassName
{
border-color: #741ADD;
}
</style>