Shades of Blue Violet #741DDA
Tints of Blue Violet #741DDA
RGB
CMYK
RGB Variations
Color information
#741DDA (or 0x741DDA) is known color: Blue Violet. HEX triplet: 74, 1D and DA. RGB value is (116,29,218). Sum of RGB (Red+Green+Blue) = 116+29+218=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #741DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741DDA is #8BE225. Grayscale: #4B4B4B. Windows color (decimal): -9167398 or 14294388. OLE color: 14294388.
HSL color Cylindrical-coordinate representation of color #741DDA: hue angle of 267.62º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #741DDA is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 29 | 218 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.15 |
| HSL | 267.62º | 0.77% | 0.48% | - |
| HSV(B) | 267.62º | 0.87% | 0.85% | - |
| XYZ | 20.3 | 9.65 | 67.12 | - |
| YUV | 76.56 | 207.82 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 29 | 218 | 0.47 | 0.87 | 0 | 0.15 | 267.62 | 0.77 | 0.48 |
| Hex | 74 | 1D | DA | 2F | 57 | 0 | F | 10C | 4D | 30 |
| Octal | 164 | 35 | 332 | 57 | 127 | 0 | 17 | 414 | 115 | 60 |
| Binary | 1110100 | 11101 | 11011010 | 101111 | 1010111 | 0 | 1111 | 100001100 | 1001101 | 110000 |
Color Harmonies of #741DDA
Complementary color
Monochromatic Colors of #741DDA
Black with #741DDA
Text Example
Text Example
White with #741DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741DDA; }
p { color: rgb(116,29,218); }
H1.HeaderClassName
{
color: #741DDA;
}
.AnyTagClassName
{
color: #741DDA;
}
</style>
background-color css
<style>
a { background-color: #741DDA; }
a { background-color: rgb(116,29,218); }
div.DivClassName
{
background-color: #741DDA;
}
.BgClassName
{
background-color: #741DDA;
}
</style>
border-color css
<style>
span { border-color: #741DDA; }
span { border-color: rgb(116,29,218); }
td.TdClassName
{
border-color: #741DDA;
}
.TagClassName
{
border-color: #741DDA;
}
</style>