Shades of Blue Violet #742CDE
Tints of Blue Violet #742CDE
RGB
CMYK
RGB Variations
Color information
#742CDE (or 0x742CDE) is known color: Blue Violet. HEX triplet: 74, 2C and DE. RGB value is (116,44,222). Sum of RGB (Red+Green+Blue) = 116+44+222=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #742CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742CDE is #8BD321. Grayscale: #555555. Windows color (decimal): -9163554 or 14560372. OLE color: 14560372.
HSL color Cylindrical-coordinate representation of color #742CDE: hue angle of 264.27º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #742CDE is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 44 | 222 | - |
| CMYK | 0.48 | 0.80 | 0 | 0.13 |
| HSL | 264.27º | 0.73% | 0.52% | - |
| HSV(B) | 264.27º | 0.8% | 0.87% | - |
| XYZ | 21.29 | 10.79 | 70.07 | - |
| YUV | 85.82 | 204.85 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 44 | 222 | 0.48 | 0.80 | 0 | 0.13 | 264.27 | 0.73 | 0.52 |
| Hex | 74 | 2C | DE | 30 | 50 | 0 | D | 108 | 49 | 34 |
| Octal | 164 | 54 | 336 | 60 | 120 | 0 | 15 | 410 | 111 | 64 |
| Binary | 1110100 | 101100 | 11011110 | 110000 | 1010000 | 0 | 1101 | 100001000 | 1001001 | 110100 |
Color Harmonies of #742CDE
Complementary color
Monochromatic Colors of #742CDE
Black with #742CDE
Text Example
Text Example
White with #742CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742CDE; }
p { color: rgb(116,44,222); }
H1.HeaderClassName
{
color: #742CDE;
}
.AnyTagClassName
{
color: #742CDE;
}
</style>
background-color css
<style>
a { background-color: #742CDE; }
a { background-color: rgb(116,44,222); }
div.DivClassName
{
background-color: #742CDE;
}
.BgClassName
{
background-color: #742CDE;
}
</style>
border-color css
<style>
span { border-color: #742CDE; }
span { border-color: rgb(116,44,222); }
td.TdClassName
{
border-color: #742CDE;
}
.TagClassName
{
border-color: #742CDE;
}
</style>