Shades of Blue Violet #7428DB
Tints of Blue Violet #7428DB
RGB
CMYK
RGB Variations
Color information
#7428DB (or 0x7428DB) is known color: Blue Violet. HEX triplet: 74, 28 and DB. RGB value is (116,40,219). Sum of RGB (Red+Green+Blue) = 116+40+219=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #7428DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7428DB is #8BD724. Grayscale: #525252. Windows color (decimal): -9164581 or 14362740. OLE color: 14362740.
HSL color Cylindrical-coordinate representation of color #7428DB: hue angle of 265.47º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7428DB is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 40 | 219 | - |
| CMYK | 0.47 | 0.82 | 0 | 0.14 |
| HSL | 265.47º | 0.71% | 0.51% | - |
| HSV(B) | 265.47º | 0.82% | 0.86% | - |
| XYZ | 20.75 | 10.35 | 67.92 | - |
| YUV | 83.13 | 204.68 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 40 | 219 | 0.47 | 0.82 | 0 | 0.14 | 265.47 | 0.71 | 0.51 |
| Hex | 74 | 28 | DB | 2F | 52 | 0 | E | 109 | 47 | 33 |
| Octal | 164 | 50 | 333 | 57 | 122 | 0 | 16 | 411 | 107 | 63 |
| Binary | 1110100 | 101000 | 11011011 | 101111 | 1010010 | 0 | 1110 | 100001001 | 1000111 | 110011 |
Color Harmonies of #7428DB
Complementary color
Monochromatic Colors of #7428DB
Black with #7428DB
Text Example
Text Example
White with #7428DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7428DB; }
p { color: rgb(116,40,219); }
H1.HeaderClassName
{
color: #7428DB;
}
.AnyTagClassName
{
color: #7428DB;
}
</style>
background-color css
<style>
a { background-color: #7428DB; }
a { background-color: rgb(116,40,219); }
div.DivClassName
{
background-color: #7428DB;
}
.BgClassName
{
background-color: #7428DB;
}
</style>
border-color css
<style>
span { border-color: #7428DB; }
span { border-color: rgb(116,40,219); }
td.TdClassName
{
border-color: #7428DB;
}
.TagClassName
{
border-color: #7428DB;
}
</style>