Shades of Blue Violet #742ADA
Tints of Blue Violet #742ADA
RGB
CMYK
RGB Variations
Color information
#742ADA (or 0x742ADA) is known color: Blue Violet. HEX triplet: 74, 2A and DA. RGB value is (116,42,218). Sum of RGB (Red+Green+Blue) = 116+42+218=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 42 (16.80% from 255 or 11.17% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #742ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742ADA is #8BD525. Grayscale: #535353. Windows color (decimal): -9164070 or 14297716. OLE color: 14297716.
HSL color Cylindrical-coordinate representation of color #742ADA: hue angle of 265.23º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #742ADA is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 42 | 218 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.15 |
| HSL | 265.23º | 0.7% | 0.51% | - |
| HSV(B) | 265.23º | 0.81% | 0.85% | - |
| XYZ | 20.69 | 10.43 | 67.25 | - |
| YUV | 84.19 | 203.52 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 42 | 218 | 0.47 | 0.81 | 0 | 0.15 | 265.23 | 0.7 | 0.51 |
| Hex | 74 | 2A | DA | 2F | 51 | 0 | F | 109 | 46 | 33 |
| Octal | 164 | 52 | 332 | 57 | 121 | 0 | 17 | 411 | 106 | 63 |
| Binary | 1110100 | 101010 | 11011010 | 101111 | 1010001 | 0 | 1111 | 100001001 | 1000110 | 110011 |
Color Harmonies of #742ADA
Complementary color
Monochromatic Colors of #742ADA
Black with #742ADA
Text Example
Text Example
White with #742ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742ADA; }
p { color: rgb(116,42,218); }
H1.HeaderClassName
{
color: #742ADA;
}
.AnyTagClassName
{
color: #742ADA;
}
</style>
background-color css
<style>
a { background-color: #742ADA; }
a { background-color: rgb(116,42,218); }
div.DivClassName
{
background-color: #742ADA;
}
.BgClassName
{
background-color: #742ADA;
}
</style>
border-color css
<style>
span { border-color: #742ADA; }
span { border-color: rgb(116,42,218); }
td.TdClassName
{
border-color: #742ADA;
}
.TagClassName
{
border-color: #742ADA;
}
</style>