Shades of Blue Violet #7434E8
Tints of Blue Violet #7434E8
RGB
CMYK
RGB Variations
Color information
#7434E8 (or 0x7434E8) is known color: Blue Violet. HEX triplet: 74, 34 and E8. RGB value is (116,52,232). Sum of RGB (Red+Green+Blue) = 116+52+232=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 232 (91.02% from 255 or 58% from 400); Max value from RGB is 232 - color contains mainly: blue. Hex color #7434E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7434E8 is #8BCB17. Grayscale: #5A5A5A. Windows color (decimal): -9161496 or 15217780. OLE color: 15217780.
HSL color Cylindrical-coordinate representation of color #7434E8: hue angle of 261.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7434E8 is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 52 | 232 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.09 |
| HSL | 261.33º | 0.8% | 0.56% | - |
| HSV(B) | 261.33º | 0.78% | 0.91% | - |
| XYZ | 23 | 12 | 77.45 | - |
| YUV | 91.66 | 207.2 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 232 | 0.50 | 0.78 | 0 | 0.09 | 261.33 | 0.8 | 0.56 |
| Hex | 74 | 34 | E8 | 32 | 4E | 0 | 9 | 105 | 50 | 38 |
| Octal | 164 | 64 | 350 | 62 | 116 | 0 | 11 | 405 | 120 | 70 |
| Binary | 1110100 | 110100 | 11101000 | 110010 | 1001110 | 0 | 1001 | 100000101 | 1010000 | 111000 |
Color Harmonies of #7434E8
Complementary color
Monochromatic Colors of #7434E8
Black with #7434E8
Text Example
Text Example
White with #7434E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7434E8; }
p { color: rgb(116,52,232); }
H1.HeaderClassName
{
color: #7434E8;
}
.AnyTagClassName
{
color: #7434E8;
}
</style>
background-color css
<style>
a { background-color: #7434E8; }
a { background-color: rgb(116,52,232); }
div.DivClassName
{
background-color: #7434E8;
}
.BgClassName
{
background-color: #7434E8;
}
</style>
border-color css
<style>
span { border-color: #7434E8; }
span { border-color: rgb(116,52,232); }
td.TdClassName
{
border-color: #7434E8;
}
.TagClassName
{
border-color: #7434E8;
}
</style>