Shades of Blue Violet #742AD7
Tints of Blue Violet #742AD7
RGB
CMYK
RGB Variations
Color information
#742AD7 (or 0x742AD7) is known color: Blue Violet. HEX triplet: 74, 2A and D7. RGB value is (116,42,215). Sum of RGB (Red+Green+Blue) = 116+42+215=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 42 (16.80% from 255 or 11.26% from 373); Blue value is 215 (84.38% from 255 or 57.64% from 373); Max value from RGB is 215 - color contains mainly: blue. Hex color #742AD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742AD7 is #8BD528. Grayscale: #535353. Windows color (decimal): -9164073 or 14101108. OLE color: 14101108.
HSL color Cylindrical-coordinate representation of color #742AD7: hue angle of 265.66º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #742AD7 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 42 | 215 | - |
| CMYK | 0.46 | 0.80 | 0 | 0.16 |
| HSL | 265.66º | 0.68% | 0.5% | - |
| HSV(B) | 265.66º | 0.8% | 0.84% | - |
| XYZ | 20.3 | 10.28 | 65.2 | - |
| YUV | 83.85 | 202.02 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 42 | 215 | 0.46 | 0.80 | 0 | 0.16 | 265.66 | 0.68 | 0.5 |
| Hex | 74 | 2A | D7 | 2E | 50 | 0 | 10 | 10A | 44 | 32 |
| Octal | 164 | 52 | 327 | 56 | 120 | 0 | 20 | 412 | 104 | 62 |
| Binary | 1110100 | 101010 | 11010111 | 101110 | 1010000 | 0 | 10000 | 100001010 | 1000100 | 110010 |
Color Harmonies of #742AD7
Complementary color
Monochromatic Colors of #742AD7
Black with #742AD7
Text Example
Text Example
White with #742AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742AD7; }
p { color: rgb(116,42,215); }
H1.HeaderClassName
{
color: #742AD7;
}
.AnyTagClassName
{
color: #742AD7;
}
</style>
background-color css
<style>
a { background-color: #742AD7; }
a { background-color: rgb(116,42,215); }
div.DivClassName
{
background-color: #742AD7;
}
.BgClassName
{
background-color: #742AD7;
}
</style>
border-color css
<style>
span { border-color: #742AD7; }
span { border-color: rgb(116,42,215); }
td.TdClassName
{
border-color: #742AD7;
}
.TagClassName
{
border-color: #742AD7;
}
</style>