Shades of Blue Violet #7628DF
Tints of Blue Violet #7628DF
RGB
CMYK
RGB Variations
Color information
#7628DF (or 0x7628DF) is known color: Blue Violet. HEX triplet: 76, 28 and DF. RGB value is (118,40,223). Sum of RGB (Red+Green+Blue) = 118+40+223=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #7628DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7628DF is #89D720. Grayscale: #535353. Windows color (decimal): -9033505 or 14624886. OLE color: 14624886.
HSL color Cylindrical-coordinate representation of color #7628DF: hue angle of 265.57º 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 #7628DF is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 40 | 223 | - |
| CMYK | 0.47 | 0.82 | 0 | 0.13 |
| HSL | 265.57º | 0.74% | 0.52% | - |
| HSV(B) | 265.57º | 0.82% | 0.87% | - |
| XYZ | 21.55 | 10.7 | 70.74 | - |
| YUV | 84.18 | 206.34 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 40 | 223 | 0.47 | 0.82 | 0 | 0.13 | 265.57 | 0.74 | 0.52 |
| Hex | 76 | 28 | DF | 2F | 52 | 0 | D | 10A | 4A | 34 |
| Octal | 166 | 50 | 337 | 57 | 122 | 0 | 15 | 412 | 112 | 64 |
| Binary | 1110110 | 101000 | 11011111 | 101111 | 1010010 | 0 | 1101 | 100001010 | 1001010 | 110100 |
Color Harmonies of #7628DF
Complementary color
Monochromatic Colors of #7628DF
Black with #7628DF
Text Example
Text Example
White with #7628DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7628DF; }
p { color: rgb(118,40,223); }
H1.HeaderClassName
{
color: #7628DF;
}
.AnyTagClassName
{
color: #7628DF;
}
</style>
background-color css
<style>
a { background-color: #7628DF; }
a { background-color: rgb(118,40,223); }
div.DivClassName
{
background-color: #7628DF;
}
.BgClassName
{
background-color: #7628DF;
}
</style>
border-color css
<style>
span { border-color: #7628DF; }
span { border-color: rgb(118,40,223); }
td.TdClassName
{
border-color: #7628DF;
}
.TagClassName
{
border-color: #7628DF;
}
</style>