Shades of Blue Violet #7439E0
Tints of Blue Violet #7439E0
RGB
CMYK
RGB Variations
Color information
#7439E0 (or 0x7439E0) is known color: Blue Violet. HEX triplet: 74, 39 and E0. RGB value is (116,57,224). Sum of RGB (Red+Green+Blue) = 116+57+224=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 224 (87.89% from 255 or 56.42% from 397); Max value from RGB is 224 - color contains mainly: blue. Hex color #7439E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7439E0 is #8BC61F. Grayscale: #5D5D5D. Windows color (decimal): -9160224 or 14694772. OLE color: 14694772.
HSL color Cylindrical-coordinate representation of color #7439E0: hue angle of 261.2º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7439E0 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 57 | 224 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.12 |
| HSL | 261.2º | 0.73% | 0.55% | - |
| HSV(B) | 261.2º | 0.75% | 0.88% | - |
| XYZ | 22.12 | 12.02 | 71.68 | - |
| YUV | 93.68 | 201.55 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 57 | 224 | 0.48 | 0.75 | 0 | 0.12 | 261.2 | 0.73 | 0.55 |
| Hex | 74 | 39 | E0 | 30 | 4B | 0 | C | 105 | 49 | 37 |
| Octal | 164 | 71 | 340 | 60 | 113 | 0 | 14 | 405 | 111 | 67 |
| Binary | 1110100 | 111001 | 11100000 | 110000 | 1001011 | 0 | 1100 | 100000101 | 1001001 | 110111 |
Color Harmonies of #7439E0
Complementary color
Monochromatic Colors of #7439E0
Black with #7439E0
Text Example
Text Example
White with #7439E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7439E0; }
p { color: rgb(116,57,224); }
H1.HeaderClassName
{
color: #7439E0;
}
.AnyTagClassName
{
color: #7439E0;
}
</style>
background-color css
<style>
a { background-color: #7439E0; }
a { background-color: rgb(116,57,224); }
div.DivClassName
{
background-color: #7439E0;
}
.BgClassName
{
background-color: #7439E0;
}
</style>
border-color css
<style>
span { border-color: #7439E0; }
span { border-color: rgb(116,57,224); }
td.TdClassName
{
border-color: #7439E0;
}
.TagClassName
{
border-color: #7439E0;
}
</style>