Shades of Blue Violet #7430EF
Tints of Blue Violet #7430EF
RGB
CMYK
RGB Variations
Color information
#7430EF (or 0x7430EF) is known color: Blue Violet. HEX triplet: 74, 30 and EF. RGB value is (116,48,239). Sum of RGB (Red+Green+Blue) = 116+48+239=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #7430EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7430EF is #8BCF10. Grayscale: #595959. Windows color (decimal): -9162513 or 15675508. OLE color: 15675508.
HSL color Cylindrical-coordinate representation of color #7430EF: hue angle of 261.36º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7430EF is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 48 | 239 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.06 |
| HSL | 261.36º | 0.86% | 0.56% | - |
| HSV(B) | 261.36º | 0.8% | 0.94% | - |
| XYZ | 23.84 | 12.06 | 82.73 | - |
| YUV | 90.11 | 212.03 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 48 | 239 | 0.51 | 0.80 | 0 | 0.06 | 261.36 | 0.86 | 0.56 |
| Hex | 74 | 30 | EF | 33 | 50 | 0 | 6 | 105 | 56 | 38 |
| Octal | 164 | 60 | 357 | 63 | 120 | 0 | 6 | 405 | 126 | 70 |
| Binary | 1110100 | 110000 | 11101111 | 110011 | 1010000 | 0 | 110 | 100000101 | 1010110 | 111000 |
Color Harmonies of #7430EF
Complementary color
Monochromatic Colors of #7430EF
Black with #7430EF
Text Example
Text Example
White with #7430EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7430EF; }
p { color: rgb(116,48,239); }
H1.HeaderClassName
{
color: #7430EF;
}
.AnyTagClassName
{
color: #7430EF;
}
</style>
background-color css
<style>
a { background-color: #7430EF; }
a { background-color: rgb(116,48,239); }
div.DivClassName
{
background-color: #7430EF;
}
.BgClassName
{
background-color: #7430EF;
}
</style>
border-color css
<style>
span { border-color: #7430EF; }
span { border-color: rgb(116,48,239); }
td.TdClassName
{
border-color: #7430EF;
}
.TagClassName
{
border-color: #7430EF;
}
</style>