Shades of Blue Violet #7428DF
Tints of Blue Violet #7428DF
RGB
CMYK
RGB Variations
Color information
#7428DF (or 0x7428DF) is known color: Blue Violet. HEX triplet: 74, 28 and DF. RGB value is (116,40,223). Sum of RGB (Red+Green+Blue) = 116+40+223=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #7428DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7428DF is #8BD720. Grayscale: #525252. Windows color (decimal): -9164577 or 14624884. OLE color: 14624884.
HSL color Cylindrical-coordinate representation of color #7428DF: hue angle of 264.92º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7428DF is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 40 | 223 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.13 |
| HSL | 264.92º | 0.74% | 0.52% | - |
| HSV(B) | 264.92º | 0.82% | 0.87% | - |
| XYZ | 21.28 | 10.56 | 70.73 | - |
| YUV | 83.59 | 206.68 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 40 | 223 | 0.48 | 0.82 | 0 | 0.13 | 264.92 | 0.74 | 0.52 |
| Hex | 74 | 28 | DF | 30 | 52 | 0 | D | 109 | 4A | 34 |
| Octal | 164 | 50 | 337 | 60 | 122 | 0 | 15 | 411 | 112 | 64 |
| Binary | 1110100 | 101000 | 11011111 | 110000 | 1010010 | 0 | 1101 | 100001001 | 1001010 | 110100 |
Color Harmonies of #7428DF
Complementary color
Monochromatic Colors of #7428DF
Black with #7428DF
Text Example
Text Example
White with #7428DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7428DF; }
p { color: rgb(116,40,223); }
H1.HeaderClassName
{
color: #7428DF;
}
.AnyTagClassName
{
color: #7428DF;
}
</style>
background-color css
<style>
a { background-color: #7428DF; }
a { background-color: rgb(116,40,223); }
div.DivClassName
{
background-color: #7428DF;
}
.BgClassName
{
background-color: #7428DF;
}
</style>
border-color css
<style>
span { border-color: #7428DF; }
span { border-color: rgb(116,40,223); }
td.TdClassName
{
border-color: #7428DF;
}
.TagClassName
{
border-color: #7428DF;
}
</style>