Shades of Blue Violet #7430EB
Tints of Blue Violet #7430EB
RGB
CMYK
RGB Variations
Color information
#7430EB (or 0x7430EB) is known color: Blue Violet. HEX triplet: 74, 30 and EB. RGB value is (116,48,235). Sum of RGB (Red+Green+Blue) = 116+48+235=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #7430EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7430EB is #8BCF14. Grayscale: #585858. Windows color (decimal): -9162517 or 15413364. OLE color: 15413364.
HSL color Cylindrical-coordinate representation of color #7430EB: hue angle of 261.82º 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 #7430EB is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 48 | 235 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.08 |
| HSL | 261.82º | 0.82% | 0.55% | - |
| HSV(B) | 261.82º | 0.8% | 0.92% | - |
| XYZ | 23.25 | 11.83 | 79.65 | - |
| YUV | 89.65 | 210.03 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 48 | 235 | 0.51 | 0.80 | 0 | 0.08 | 261.82 | 0.82 | 0.55 |
| Hex | 74 | 30 | EB | 33 | 50 | 0 | 8 | 106 | 52 | 37 |
| Octal | 164 | 60 | 353 | 63 | 120 | 0 | 10 | 406 | 122 | 67 |
| Binary | 1110100 | 110000 | 11101011 | 110011 | 1010000 | 0 | 1000 | 100000110 | 1010010 | 110111 |
Color Harmonies of #7430EB
Complementary color
Monochromatic Colors of #7430EB
Black with #7430EB
Text Example
Text Example
White with #7430EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7430EB; }
p { color: rgb(116,48,235); }
H1.HeaderClassName
{
color: #7430EB;
}
.AnyTagClassName
{
color: #7430EB;
}
</style>
background-color css
<style>
a { background-color: #7430EB; }
a { background-color: rgb(116,48,235); }
div.DivClassName
{
background-color: #7430EB;
}
.BgClassName
{
background-color: #7430EB;
}
</style>
border-color css
<style>
span { border-color: #7430EB; }
span { border-color: rgb(116,48,235); }
td.TdClassName
{
border-color: #7430EB;
}
.TagClassName
{
border-color: #7430EB;
}
</style>