Shades of Blue Violet #7A28DD
Tints of Blue Violet #7A28DD
RGB
CMYK
RGB Variations
Color information
#7A28DD (or 0x7A28DD) is known color: Blue Violet. HEX triplet: 7A, 28 and DD. RGB value is (122,40,221). Sum of RGB (Red+Green+Blue) = 122+40+221=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A28DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A28DD is #85D722. Grayscale: #545454. Windows color (decimal): -8771363 or 14493818. OLE color: 14493818.
HSL color Cylindrical-coordinate representation of color #7A28DD: hue angle of 267.18º 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 #7A28DD is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 40 | 221 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.13 |
| HSL | 267.18º | 0.73% | 0.51% | - |
| HSV(B) | 267.18º | 0.82% | 0.87% | - |
| XYZ | 21.84 | 10.88 | 69.35 | - |
| YUV | 85.15 | 204.67 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 40 | 221 | 0.45 | 0.82 | 0 | 0.13 | 267.18 | 0.73 | 0.51 |
| Hex | 7A | 28 | DD | 2D | 52 | 0 | D | 10B | 49 | 33 |
| Octal | 172 | 50 | 335 | 55 | 122 | 0 | 15 | 413 | 111 | 63 |
| Binary | 1111010 | 101000 | 11011101 | 101101 | 1010010 | 0 | 1101 | 100001011 | 1001001 | 110011 |
Color Harmonies of #7A28DD
Complementary color
Monochromatic Colors of #7A28DD
Black with #7A28DD
Text Example
Text Example
White with #7A28DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A28DD; }
p { color: rgb(122,40,221); }
H1.HeaderClassName
{
color: #7A28DD;
}
.AnyTagClassName
{
color: #7A28DD;
}
</style>
background-color css
<style>
a { background-color: #7A28DD; }
a { background-color: rgb(122,40,221); }
div.DivClassName
{
background-color: #7A28DD;
}
.BgClassName
{
background-color: #7A28DD;
}
</style>
border-color css
<style>
span { border-color: #7A28DD; }
span { border-color: rgb(122,40,221); }
td.TdClassName
{
border-color: #7A28DD;
}
.TagClassName
{
border-color: #7A28DD;
}
</style>