Shades of Blue Violet #7A25FD
Tints of Blue Violet #7A25FD
RGB
CMYK
RGB Variations
Color information
#7A25FD (or 0x7A25FD) is known color: Blue Violet. HEX triplet: 7A, 25 and FD. RGB value is (122,37,253). Sum of RGB (Red+Green+Blue) = 122+37+253=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A25FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A25FD is #85DA02. Grayscale: #565656. Windows color (decimal): -8772099 or 16590202. OLE color: 16590202.
HSL color Cylindrical-coordinate representation of color #7A25FD: hue angle of 263.61º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A25FD is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 37 | 253 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.01 |
| HSL | 263.61º | 0.98% | 0.57% | - |
| HSV(B) | 263.61º | 0.85% | 0.99% | - |
| XYZ | 26.42 | 12.55 | 93.96 | - |
| YUV | 87.04 | 221.66 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 37 | 253 | 0.52 | 0.85 | 0 | 0.01 | 263.61 | 0.98 | 0.57 |
| Hex | 7A | 25 | FD | 34 | 55 | 0 | 1 | 108 | 62 | 39 |
| Octal | 172 | 45 | 375 | 64 | 125 | 0 | 1 | 410 | 142 | 71 |
| Binary | 1111010 | 100101 | 11111101 | 110100 | 1010101 | 0 | 1 | 100001000 | 1100010 | 111001 |
Color Harmonies of #7A25FD
Complementary color
Monochromatic Colors of #7A25FD
Black with #7A25FD
Text Example
Text Example
White with #7A25FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A25FD; }
p { color: rgb(122,37,253); }
H1.HeaderClassName
{
color: #7A25FD;
}
.AnyTagClassName
{
color: #7A25FD;
}
</style>
background-color css
<style>
a { background-color: #7A25FD; }
a { background-color: rgb(122,37,253); }
div.DivClassName
{
background-color: #7A25FD;
}
.BgClassName
{
background-color: #7A25FD;
}
</style>
border-color css
<style>
span { border-color: #7A25FD; }
span { border-color: rgb(122,37,253); }
td.TdClassName
{
border-color: #7A25FD;
}
.TagClassName
{
border-color: #7A25FD;
}
</style>