Shades of Blue Violet #7239DF
Tints of Blue Violet #7239DF
RGB
CMYK
RGB Variations
Color information
#7239DF (or 0x7239DF) is known color: Blue Violet. HEX triplet: 72, 39 and DF. RGB value is (114,57,223). Sum of RGB (Red+Green+Blue) = 114+57+223=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 57 (22.66% from 255 or 14.47% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #7239DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7239DF is #8DC620. Grayscale: #5C5C5C. Windows color (decimal): -9291297 or 14629234. OLE color: 14629234.
HSL color Cylindrical-coordinate representation of color #7239DF: hue angle of 260.6º 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 #7239DF is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 57 | 223 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.13 |
| HSL | 260.6º | 0.72% | 0.55% | - |
| HSV(B) | 260.6º | 0.74% | 0.87% | - |
| XYZ | 21.72 | 11.83 | 70.95 | - |
| YUV | 92.97 | 201.38 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 57 | 223 | 0.49 | 0.74 | 0 | 0.13 | 260.6 | 0.72 | 0.55 |
| Hex | 72 | 39 | DF | 31 | 4A | 0 | D | 105 | 48 | 37 |
| Octal | 162 | 71 | 337 | 61 | 112 | 0 | 15 | 405 | 110 | 67 |
| Binary | 1110010 | 111001 | 11011111 | 110001 | 1001010 | 0 | 1101 | 100000101 | 1001000 | 110111 |
Color Harmonies of #7239DF
Complementary color
Monochromatic Colors of #7239DF
Black with #7239DF
Text Example
Text Example
White with #7239DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7239DF; }
p { color: rgb(114,57,223); }
H1.HeaderClassName
{
color: #7239DF;
}
.AnyTagClassName
{
color: #7239DF;
}
</style>
background-color css
<style>
a { background-color: #7239DF; }
a { background-color: rgb(114,57,223); }
div.DivClassName
{
background-color: #7239DF;
}
.BgClassName
{
background-color: #7239DF;
}
</style>
border-color css
<style>
span { border-color: #7239DF; }
span { border-color: rgb(114,57,223); }
td.TdClassName
{
border-color: #7239DF;
}
.TagClassName
{
border-color: #7239DF;
}
</style>