Shades of Blue Violet #7627FF
Tints of Blue Violet #7627FF
RGB
CMYK
RGB Variations
Color information
#7627FF (or 0x7627FF) is known color: Blue Violet. HEX triplet: 76, 27 and FF. RGB value is (118,39,255). Sum of RGB (Red+Green+Blue) = 118+39+255=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 39 (15.62% from 255 or 9.47% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #7627FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7627FF is #89D800. Grayscale: #565656. Windows color (decimal): -9033729 or 16721782. OLE color: 16721782.
HSL color Cylindrical-coordinate representation of color #7627FF: hue angle of 261.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7627FF is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 39 | 255 | - |
| CMYK | 0.54 | 0.85 | 0 | 0 |
| HSL | 261.94º | 1% | 0.58% | - |
| HSV(B) | 261.94º | 0.85% | 1% | - |
| XYZ | 26.25 | 12.52 | 95.64 | - |
| YUV | 87.25 | 222.67 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 39 | 255 | 0.54 | 0.85 | 0 | 0 | 261.94 | 1 | 0.58 |
| Hex | 76 | 27 | FF | 36 | 55 | 0 | 0 | 106 | 64 | 3A |
| Octal | 166 | 47 | 377 | 66 | 125 | 0 | 0 | 406 | 144 | 72 |
| Binary | 1110110 | 100111 | 11111111 | 110110 | 1010101 | 0 | 0 | 100000110 | 1100100 | 111010 |
Color Harmonies of #7627FF
Complementary color
Monochromatic Colors of #7627FF
Black with #7627FF
Text Example
Text Example
White with #7627FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7627FF; }
p { color: rgb(118,39,255); }
H1.HeaderClassName
{
color: #7627FF;
}
.AnyTagClassName
{
color: #7627FF;
}
</style>
background-color css
<style>
a { background-color: #7627FF; }
a { background-color: rgb(118,39,255); }
div.DivClassName
{
background-color: #7627FF;
}
.BgClassName
{
background-color: #7627FF;
}
</style>
border-color css
<style>
span { border-color: #7627FF; }
span { border-color: rgb(118,39,255); }
td.TdClassName
{
border-color: #7627FF;
}
.TagClassName
{
border-color: #7627FF;
}
</style>