Shades of Blue Violet #742ADB
Tints of Blue Violet #742ADB
RGB
CMYK
RGB Variations
Color information
#742ADB (or 0x742ADB) is known color: Blue Violet. HEX triplet: 74, 2A and DB. RGB value is (116,42,219). Sum of RGB (Red+Green+Blue) = 116+42+219=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #742ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742ADB is #8BD524. Grayscale: #535353. Windows color (decimal): -9164069 or 14363252. OLE color: 14363252.
HSL color Cylindrical-coordinate representation of color #742ADB: hue angle of 265.08º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #742ADB is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 42 | 219 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.14 |
| HSL | 265.08º | 0.71% | 0.51% | - |
| HSV(B) | 265.08º | 0.81% | 0.86% | - |
| XYZ | 20.82 | 10.48 | 67.94 | - |
| YUV | 84.3 | 204.02 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 42 | 219 | 0.47 | 0.81 | 0 | 0.14 | 265.08 | 0.71 | 0.51 |
| Hex | 74 | 2A | DB | 2F | 51 | 0 | E | 109 | 47 | 33 |
| Octal | 164 | 52 | 333 | 57 | 121 | 0 | 16 | 411 | 107 | 63 |
| Binary | 1110100 | 101010 | 11011011 | 101111 | 1010001 | 0 | 1110 | 100001001 | 1000111 | 110011 |
Color Harmonies of #742ADB
Complementary color
Monochromatic Colors of #742ADB
Black with #742ADB
Text Example
Text Example
White with #742ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742ADB; }
p { color: rgb(116,42,219); }
H1.HeaderClassName
{
color: #742ADB;
}
.AnyTagClassName
{
color: #742ADB;
}
</style>
background-color css
<style>
a { background-color: #742ADB; }
a { background-color: rgb(116,42,219); }
div.DivClassName
{
background-color: #742ADB;
}
.BgClassName
{
background-color: #742ADB;
}
</style>
border-color css
<style>
span { border-color: #742ADB; }
span { border-color: rgb(116,42,219); }
td.TdClassName
{
border-color: #742ADB;
}
.TagClassName
{
border-color: #742ADB;
}
</style>