Shades of Blue Violet #7B28DD
Tints of Blue Violet #7B28DD
RGB
CMYK
RGB Variations
Color information
#7B28DD (or 0x7B28DD) is known color: Blue Violet. HEX triplet: 7B, 28 and DD. RGB value is (123,40,221). Sum of RGB (Red+Green+Blue) = 123+40+221=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B28DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B28DD is #84D722. Grayscale: #545454. Windows color (decimal): -8705827 or 14493819. OLE color: 14493819.
HSL color Cylindrical-coordinate representation of color #7B28DD: hue angle of 267.51º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B28DD is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 40 | 221 | - |
| CMYK | 0.44 | 0.82 | 0 | 0.13 |
| HSL | 267.51º | 0.73% | 0.51% | - |
| HSV(B) | 267.51º | 0.82% | 0.87% | - |
| XYZ | 21.98 | 10.95 | 69.36 | - |
| YUV | 85.45 | 204.5 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 40 | 221 | 0.44 | 0.82 | 0 | 0.13 | 267.51 | 0.73 | 0.51 |
| Hex | 7B | 28 | DD | 2C | 52 | 0 | D | 10C | 49 | 33 |
| Octal | 173 | 50 | 335 | 54 | 122 | 0 | 15 | 414 | 111 | 63 |
| Binary | 1111011 | 101000 | 11011101 | 101100 | 1010010 | 0 | 1101 | 100001100 | 1001001 | 110011 |
Color Harmonies of #7B28DD
Complementary color
Monochromatic Colors of #7B28DD
Black with #7B28DD
Text Example
Text Example
White with #7B28DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B28DD; }
p { color: rgb(123,40,221); }
H1.HeaderClassName
{
color: #7B28DD;
}
.AnyTagClassName
{
color: #7B28DD;
}
</style>
background-color css
<style>
a { background-color: #7B28DD; }
a { background-color: rgb(123,40,221); }
div.DivClassName
{
background-color: #7B28DD;
}
.BgClassName
{
background-color: #7B28DD;
}
</style>
border-color css
<style>
span { border-color: #7B28DD; }
span { border-color: rgb(123,40,221); }
td.TdClassName
{
border-color: #7B28DD;
}
.TagClassName
{
border-color: #7B28DD;
}
</style>