Shades of Blue Violet #7439DA
Tints of Blue Violet #7439DA
RGB
CMYK
RGB Variations
Color information
#7439DA (or 0x7439DA) is known color: Blue Violet. HEX triplet: 74, 39 and DA. RGB value is (116,57,218). Sum of RGB (Red+Green+Blue) = 116+57+218=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #7439DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7439DA is #8BC625. Grayscale: #5C5C5C. Windows color (decimal): -9160230 or 14301556. OLE color: 14301556.
HSL color Cylindrical-coordinate representation of color #7439DA: hue angle of 261.99º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7439DA is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 57 | 218 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.15 |
| HSL | 261.99º | 0.69% | 0.54% | - |
| HSV(B) | 261.99º | 0.74% | 0.85% | - |
| XYZ | 21.32 | 11.7 | 67.46 | - |
| YUV | 93 | 198.55 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 57 | 218 | 0.47 | 0.74 | 0 | 0.15 | 261.99 | 0.69 | 0.54 |
| Hex | 74 | 39 | DA | 2F | 4A | 0 | F | 106 | 45 | 36 |
| Octal | 164 | 71 | 332 | 57 | 112 | 0 | 17 | 406 | 105 | 66 |
| Binary | 1110100 | 111001 | 11011010 | 101111 | 1001010 | 0 | 1111 | 100000110 | 1000101 | 110110 |
Color Harmonies of #7439DA
Complementary color
Monochromatic Colors of #7439DA
Black with #7439DA
Text Example
Text Example
White with #7439DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7439DA; }
p { color: rgb(116,57,218); }
H1.HeaderClassName
{
color: #7439DA;
}
.AnyTagClassName
{
color: #7439DA;
}
</style>
background-color css
<style>
a { background-color: #7439DA; }
a { background-color: rgb(116,57,218); }
div.DivClassName
{
background-color: #7439DA;
}
.BgClassName
{
background-color: #7439DA;
}
</style>
border-color css
<style>
span { border-color: #7439DA; }
span { border-color: rgb(116,57,218); }
td.TdClassName
{
border-color: #7439DA;
}
.TagClassName
{
border-color: #7439DA;
}
</style>