Shades of Blue Violet #7725EA
Tints of Blue Violet #7725EA
RGB
CMYK
RGB Variations
Color information
#7725EA (or 0x7725EA) is known color: Blue Violet. HEX triplet: 77, 25 and EA. RGB value is (119,37,234). Sum of RGB (Red+Green+Blue) = 119+37+234=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #7725EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7725EA is #88DA15. Grayscale: #535353. Windows color (decimal): -8968726 or 15345015. OLE color: 15345015.
HSL color Cylindrical-coordinate representation of color #7725EA: hue angle of 264.97º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7725EA is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 37 | 234 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.08 |
| HSL | 264.97º | 0.82% | 0.53% | - |
| HSV(B) | 264.97º | 0.84% | 0.92% | - |
| XYZ | 23.12 | 11.19 | 78.78 | - |
| YUV | 83.98 | 212.67 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 37 | 234 | 0.49 | 0.84 | 0 | 0.08 | 264.97 | 0.82 | 0.53 |
| Hex | 77 | 25 | EA | 31 | 54 | 0 | 8 | 109 | 52 | 35 |
| Octal | 167 | 45 | 352 | 61 | 124 | 0 | 10 | 411 | 122 | 65 |
| Binary | 1110111 | 100101 | 11101010 | 110001 | 1010100 | 0 | 1000 | 100001001 | 1010010 | 110101 |
Color Harmonies of #7725EA
Complementary color
Monochromatic Colors of #7725EA
Black with #7725EA
Text Example
Text Example
White with #7725EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7725EA; }
p { color: rgb(119,37,234); }
H1.HeaderClassName
{
color: #7725EA;
}
.AnyTagClassName
{
color: #7725EA;
}
</style>
background-color css
<style>
a { background-color: #7725EA; }
a { background-color: rgb(119,37,234); }
div.DivClassName
{
background-color: #7725EA;
}
.BgClassName
{
background-color: #7725EA;
}
</style>
border-color css
<style>
span { border-color: #7725EA; }
span { border-color: rgb(119,37,234); }
td.TdClassName
{
border-color: #7725EA;
}
.TagClassName
{
border-color: #7725EA;
}
</style>