Shades of Blue Violet #742CEB
Tints of Blue Violet #742CEB
RGB
CMYK
RGB Variations
Color information
#742CEB (or 0x742CEB) is known color: Blue Violet. HEX triplet: 74, 2C and EB. RGB value is (116,44,235). Sum of RGB (Red+Green+Blue) = 116+44+235=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #742CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742CEB is #8BD314. Grayscale: #565656. Windows color (decimal): -9163541 or 15412340. OLE color: 15412340.
HSL color Cylindrical-coordinate representation of color #742CEB: hue angle of 262.62º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #742CEB is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 44 | 235 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.08 |
| HSL | 262.62º | 0.83% | 0.55% | - |
| HSV(B) | 262.62º | 0.81% | 0.92% | - |
| XYZ | 23.1 | 11.51 | 79.6 | - |
| YUV | 87.3 | 211.35 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 44 | 235 | 0.51 | 0.81 | 0 | 0.08 | 262.62 | 0.83 | 0.55 |
| Hex | 74 | 2C | EB | 33 | 51 | 0 | 8 | 107 | 53 | 37 |
| Octal | 164 | 54 | 353 | 63 | 121 | 0 | 10 | 407 | 123 | 67 |
| Binary | 1110100 | 101100 | 11101011 | 110011 | 1010001 | 0 | 1000 | 100000111 | 1010011 | 110111 |
Color Harmonies of #742CEB
Complementary color
Monochromatic Colors of #742CEB
Black with #742CEB
Text Example
Text Example
White with #742CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742CEB; }
p { color: rgb(116,44,235); }
H1.HeaderClassName
{
color: #742CEB;
}
.AnyTagClassName
{
color: #742CEB;
}
</style>
background-color css
<style>
a { background-color: #742CEB; }
a { background-color: rgb(116,44,235); }
div.DivClassName
{
background-color: #742CEB;
}
.BgClassName
{
background-color: #742CEB;
}
</style>
border-color css
<style>
span { border-color: #742CEB; }
span { border-color: rgb(116,44,235); }
td.TdClassName
{
border-color: #742CEB;
}
.TagClassName
{
border-color: #742CEB;
}
</style>