Shades of Blue Violet #7625FF
Tints of Blue Violet #7625FF
RGB
CMYK
RGB Variations
Color information
#7625FF (or 0x7625FF) is known color: Blue Violet. HEX triplet: 76, 25 and FF. RGB value is (118,37,255). Sum of RGB (Red+Green+Blue) = 118+37+255=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #7625FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7625FF is #89DA00. Grayscale: #555555. Windows color (decimal): -9034241 or 16721270. OLE color: 16721270.
HSL color Cylindrical-coordinate representation of color #7625FF: hue angle of 262.29º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7625FF is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 37 | 255 | - |
| CMYK | 0.54 | 0.85 | 0 | 0 |
| HSL | 262.29º | 1% | 0.57% | - |
| HSV(B) | 262.29º | 0.85% | 1% | - |
| XYZ | 26.18 | 12.39 | 95.62 | - |
| YUV | 86.07 | 223.34 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 37 | 255 | 0.54 | 0.85 | 0 | 0 | 262.29 | 1 | 0.57 |
| Hex | 76 | 25 | FF | 36 | 55 | 0 | 0 | 106 | 64 | 39 |
| Octal | 166 | 45 | 377 | 66 | 125 | 0 | 0 | 406 | 144 | 71 |
| Binary | 1110110 | 100101 | 11111111 | 110110 | 1010101 | 0 | 0 | 100000110 | 1100100 | 111001 |
Color Harmonies of #7625FF
Complementary color
Monochromatic Colors of #7625FF
Black with #7625FF
Text Example
Text Example
White with #7625FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7625FF; }
p { color: rgb(118,37,255); }
H1.HeaderClassName
{
color: #7625FF;
}
.AnyTagClassName
{
color: #7625FF;
}
</style>
background-color css
<style>
a { background-color: #7625FF; }
a { background-color: rgb(118,37,255); }
div.DivClassName
{
background-color: #7625FF;
}
.BgClassName
{
background-color: #7625FF;
}
</style>
border-color css
<style>
span { border-color: #7625FF; }
span { border-color: rgb(118,37,255); }
td.TdClassName
{
border-color: #7625FF;
}
.TagClassName
{
border-color: #7625FF;
}
</style>