Shades of Blue Violet #742FEB
Tints of Blue Violet #742FEB
RGB
CMYK
RGB Variations
Color information
#742FEB (or 0x742FEB) is known color: Blue Violet. HEX triplet: 74, 2F and EB. RGB value is (116,47,235). Sum of RGB (Red+Green+Blue) = 116+47+235=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #742FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742FEB is #8BD014. Grayscale: #585858. Windows color (decimal): -9162773 or 15413108. OLE color: 15413108.
HSL color Cylindrical-coordinate representation of color #742FEB: hue angle of 262.02º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #742FEB is Cyan = 0.51, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 47 | 235 | - |
| CMYK | 0.51 | 0.8 | 0 | 0.08 |
| HSL | 262.02º | 0.82% | 0.55% | - |
| HSV(B) | 262.02º | 0.8% | 0.92% | - |
| XYZ | 23.21 | 11.74 | 79.64 | - |
| YUV | 89.06 | 210.36 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 235 | 0.51 | 0.8 | 0 | 0.08 | 262.02 | 0.82 | 0.55 |
| Hex | 74 | 2F | EB | 33 | 50 | 0 | 8 | 106 | 52 | 37 |
| Octal | 164 | 57 | 353 | 63 | 120 | 0 | 10 | 406 | 122 | 67 |
| Binary | 1110100 | 101111 | 11101011 | 110011 | 1010000 | 0 | 1000 | 100000110 | 1010010 | 110111 |
Color Harmonies of #742FEB
Complementary color
Monochromatic Colors of #742FEB
Black with #742FEB
Text Example
Text Example
White with #742FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742FEB; }
p { color: rgb(116,47,235); }
H1.HeaderClassName
{
color: #742FEB;
}
.AnyTagClassName
{
color: #742FEB;
}
</style>
background-color css
<style>
a { background-color: #742FEB; }
a { background-color: rgb(116,47,235); }
div.DivClassName
{
background-color: #742FEB;
}
.BgClassName
{
background-color: #742FEB;
}
</style>
border-color css
<style>
span { border-color: #742FEB; }
span { border-color: rgb(116,47,235); }
td.TdClassName
{
border-color: #742FEB;
}
.TagClassName
{
border-color: #742FEB;
}
</style>