Shades of Blue Violet #7631DE
Tints of Blue Violet #7631DE
RGB
CMYK
RGB Variations
Color information
#7631DE (or 0x7631DE) is known color: Blue Violet. HEX triplet: 76, 31 and DE. RGB value is (118,49,222). Sum of RGB (Red+Green+Blue) = 118+49+222=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 222 (87.11% from 255 or 57.07% from 389); Max value from RGB is 222 - color contains mainly: blue. Hex color #7631DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7631DE is #89CE21. Grayscale: #585858. Windows color (decimal): -9031202 or 14561654. OLE color: 14561654.
HSL color Cylindrical-coordinate representation of color #7631DE: hue angle of 263.93º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7631DE is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 49 | 222 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.13 |
| HSL | 263.93º | 0.72% | 0.53% | - |
| HSV(B) | 263.93º | 0.78% | 0.87% | - |
| XYZ | 21.75 | 11.32 | 70.15 | - |
| YUV | 89.35 | 202.86 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 49 | 222 | 0.47 | 0.78 | 0 | 0.13 | 263.93 | 0.72 | 0.53 |
| Hex | 76 | 31 | DE | 2F | 4E | 0 | D | 108 | 48 | 35 |
| Octal | 166 | 61 | 336 | 57 | 116 | 0 | 15 | 410 | 110 | 65 |
| Binary | 1110110 | 110001 | 11011110 | 101111 | 1001110 | 0 | 1101 | 100001000 | 1001000 | 110101 |
Color Harmonies of #7631DE
Complementary color
Monochromatic Colors of #7631DE
Black with #7631DE
Text Example
Text Example
White with #7631DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7631DE; }
p { color: rgb(118,49,222); }
H1.HeaderClassName
{
color: #7631DE;
}
.AnyTagClassName
{
color: #7631DE;
}
</style>
background-color css
<style>
a { background-color: #7631DE; }
a { background-color: rgb(118,49,222); }
div.DivClassName
{
background-color: #7631DE;
}
.BgClassName
{
background-color: #7631DE;
}
</style>
border-color css
<style>
span { border-color: #7631DE; }
span { border-color: rgb(118,49,222); }
td.TdClassName
{
border-color: #7631DE;
}
.TagClassName
{
border-color: #7631DE;
}
</style>