Shades of Blue Violet #7725EF
Tints of Blue Violet #7725EF
RGB
CMYK
RGB Variations
Color information
#7725EF (or 0x7725EF) is known color: Blue Violet. HEX triplet: 77, 25 and EF. RGB value is (119,37,239). Sum of RGB (Red+Green+Blue) = 119+37+239=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 239 (93.75% from 255 or 60.51% from 395); Max value from RGB is 239 - color contains mainly: blue. Hex color #7725EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7725EF is #88DA10. Grayscale: #535353. Windows color (decimal): -8968721 or 15672695. OLE color: 15672695.
HSL color Cylindrical-coordinate representation of color #7725EF: hue angle of 264.36º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7725EF is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 37 | 239 | - |
| CMYK | 0.50 | 0.85 | 0 | 0.06 |
| HSL | 264.36º | 0.86% | 0.54% | - |
| HSV(B) | 264.36º | 0.85% | 0.94% | - |
| XYZ | 23.85 | 11.48 | 82.62 | - |
| YUV | 84.55 | 215.17 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 37 | 239 | 0.50 | 0.85 | 0 | 0.06 | 264.36 | 0.86 | 0.54 |
| Hex | 77 | 25 | EF | 32 | 55 | 0 | 6 | 108 | 56 | 36 |
| Octal | 167 | 45 | 357 | 62 | 125 | 0 | 6 | 410 | 126 | 66 |
| Binary | 1110111 | 100101 | 11101111 | 110010 | 1010101 | 0 | 110 | 100001000 | 1010110 | 110110 |
Color Harmonies of #7725EF
Complementary color
Monochromatic Colors of #7725EF
Black with #7725EF
Text Example
Text Example
White with #7725EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7725EF; }
p { color: rgb(119,37,239); }
H1.HeaderClassName
{
color: #7725EF;
}
.AnyTagClassName
{
color: #7725EF;
}
</style>
background-color css
<style>
a { background-color: #7725EF; }
a { background-color: rgb(119,37,239); }
div.DivClassName
{
background-color: #7725EF;
}
.BgClassName
{
background-color: #7725EF;
}
</style>
border-color css
<style>
span { border-color: #7725EF; }
span { border-color: rgb(119,37,239); }
td.TdClassName
{
border-color: #7725EF;
}
.TagClassName
{
border-color: #7725EF;
}
</style>