Shades of Blue Violet #7A28FD
Tints of Blue Violet #7A28FD
RGB
CMYK
RGB Variations
Color information
#7A28FD (or 0x7A28FD) is known color: Blue Violet. HEX triplet: 7A, 28 and FD. RGB value is (122,40,253). Sum of RGB (Red+Green+Blue) = 122+40+253=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 253 (99.22% from 255 or 60.96% from 415); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A28FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A28FD is #85D702. Grayscale: #585858. Windows color (decimal): -8771331 or 16590970. OLE color: 16590970.
HSL color Cylindrical-coordinate representation of color #7A28FD: hue angle of 263.1º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A28FD is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 40 | 253 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.01 |
| HSL | 263.1º | 0.98% | 0.57% | - |
| HSV(B) | 263.1º | 0.84% | 0.99% | - |
| XYZ | 26.51 | 12.75 | 93.99 | - |
| YUV | 88.8 | 220.67 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 40 | 253 | 0.52 | 0.84 | 0 | 0.01 | 263.1 | 0.98 | 0.57 |
| Hex | 7A | 28 | FD | 34 | 54 | 0 | 1 | 107 | 62 | 39 |
| Octal | 172 | 50 | 375 | 64 | 124 | 0 | 1 | 407 | 142 | 71 |
| Binary | 1111010 | 101000 | 11111101 | 110100 | 1010100 | 0 | 1 | 100000111 | 1100010 | 111001 |
Color Harmonies of #7A28FD
Complementary color
Monochromatic Colors of #7A28FD
Black with #7A28FD
Text Example
Text Example
White with #7A28FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A28FD; }
p { color: rgb(122,40,253); }
H1.HeaderClassName
{
color: #7A28FD;
}
.AnyTagClassName
{
color: #7A28FD;
}
</style>
background-color css
<style>
a { background-color: #7A28FD; }
a { background-color: rgb(122,40,253); }
div.DivClassName
{
background-color: #7A28FD;
}
.BgClassName
{
background-color: #7A28FD;
}
</style>
border-color css
<style>
span { border-color: #7A28FD; }
span { border-color: rgb(122,40,253); }
td.TdClassName
{
border-color: #7A28FD;
}
.TagClassName
{
border-color: #7A28FD;
}
</style>