Shades of Blue Violet #7434E6
Tints of Blue Violet #7434E6
RGB
CMYK
RGB Variations
Color information
#7434E6 (or 0x7434E6) is known color: Blue Violet. HEX triplet: 74, 34 and E6. RGB value is (116,52,230). Sum of RGB (Red+Green+Blue) = 116+52+230=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 230 (90.23% from 255 or 57.79% from 398); Max value from RGB is 230 - color contains mainly: blue. Hex color #7434E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7434E6 is #8BCB19. Grayscale: #5A5A5A. Windows color (decimal): -9161498 or 15086708. OLE color: 15086708.
HSL color Cylindrical-coordinate representation of color #7434E6: hue angle of 261.57º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7434E6 is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 52 | 230 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.10 |
| HSL | 261.57º | 0.78% | 0.55% | - |
| HSV(B) | 261.57º | 0.77% | 0.9% | - |
| XYZ | 22.71 | 11.88 | 75.96 | - |
| YUV | 91.43 | 206.2 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 230 | 0.50 | 0.77 | 0 | 0.10 | 261.57 | 0.78 | 0.55 |
| Hex | 74 | 34 | E6 | 32 | 4D | 0 | A | 106 | 4E | 37 |
| Octal | 164 | 64 | 346 | 62 | 115 | 0 | 12 | 406 | 116 | 67 |
| Binary | 1110100 | 110100 | 11100110 | 110010 | 1001101 | 0 | 1010 | 100000110 | 1001110 | 110111 |
Color Harmonies of #7434E6
Complementary color
Monochromatic Colors of #7434E6
Black with #7434E6
Text Example
Text Example
White with #7434E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7434E6; }
p { color: rgb(116,52,230); }
H1.HeaderClassName
{
color: #7434E6;
}
.AnyTagClassName
{
color: #7434E6;
}
</style>
background-color css
<style>
a { background-color: #7434E6; }
a { background-color: rgb(116,52,230); }
div.DivClassName
{
background-color: #7434E6;
}
.BgClassName
{
background-color: #7434E6;
}
</style>
border-color css
<style>
span { border-color: #7434E6; }
span { border-color: rgb(116,52,230); }
td.TdClassName
{
border-color: #7434E6;
}
.TagClassName
{
border-color: #7434E6;
}
</style>