Shades of Blue Violet #7439DF
Tints of Blue Violet #7439DF
RGB
CMYK
RGB Variations
Color information
#7439DF (or 0x7439DF) is known color: Blue Violet. HEX triplet: 74, 39 and DF. RGB value is (116,57,223). Sum of RGB (Red+Green+Blue) = 116+57+223=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 57 (22.66% from 255 or 14.39% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #7439DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7439DF is #8BC620. Grayscale: #5C5C5C. Windows color (decimal): -9160225 or 14629236. OLE color: 14629236.
HSL color Cylindrical-coordinate representation of color #7439DF: hue angle of 261.33º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7439DF is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 57 | 223 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.13 |
| HSL | 261.33º | 0.72% | 0.55% | - |
| HSV(B) | 261.33º | 0.74% | 0.87% | - |
| XYZ | 21.98 | 11.97 | 70.96 | - |
| YUV | 93.57 | 201.05 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 57 | 223 | 0.48 | 0.74 | 0 | 0.13 | 261.33 | 0.72 | 0.55 |
| Hex | 74 | 39 | DF | 30 | 4A | 0 | D | 105 | 48 | 37 |
| Octal | 164 | 71 | 337 | 60 | 112 | 0 | 15 | 405 | 110 | 67 |
| Binary | 1110100 | 111001 | 11011111 | 110000 | 1001010 | 0 | 1101 | 100000101 | 1001000 | 110111 |
Color Harmonies of #7439DF
Complementary color
Monochromatic Colors of #7439DF
Black with #7439DF
Text Example
Text Example
White with #7439DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7439DF; }
p { color: rgb(116,57,223); }
H1.HeaderClassName
{
color: #7439DF;
}
.AnyTagClassName
{
color: #7439DF;
}
</style>
background-color css
<style>
a { background-color: #7439DF; }
a { background-color: rgb(116,57,223); }
div.DivClassName
{
background-color: #7439DF;
}
.BgClassName
{
background-color: #7439DF;
}
</style>
border-color css
<style>
span { border-color: #7439DF; }
span { border-color: rgb(116,57,223); }
td.TdClassName
{
border-color: #7439DF;
}
.TagClassName
{
border-color: #7439DF;
}
</style>