Shades of Blue Violet #7633EE
Tints of Blue Violet #7633EE
RGB
CMYK
RGB Variations
Color information
#7633EE (or 0x7633EE) is known color: Blue Violet. HEX triplet: 76, 33 and EE. RGB value is (118,51,238). Sum of RGB (Red+Green+Blue) = 118+51+238=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 238 (93.36% from 255 or 58.48% from 407); Max value from RGB is 238 - color contains mainly: blue. Hex color #7633EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7633EE is #89CC11. Grayscale: #5B5B5B. Windows color (decimal): -9030674 or 15610742. OLE color: 15610742.
HSL color Cylindrical-coordinate representation of color #7633EE: hue angle of 261.5º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7633EE is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 51 | 238 | - |
| CMYK | 0.50 | 0.79 | 0 | 0.07 |
| HSL | 261.5º | 0.85% | 0.57% | - |
| HSV(B) | 261.5º | 0.79% | 0.93% | - |
| XYZ | 24.09 | 12.39 | 82.01 | - |
| YUV | 92.35 | 210.2 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 51 | 238 | 0.50 | 0.79 | 0 | 0.07 | 261.5 | 0.85 | 0.57 |
| Hex | 76 | 33 | EE | 32 | 4F | 0 | 7 | 105 | 55 | 39 |
| Octal | 166 | 63 | 356 | 62 | 117 | 0 | 7 | 405 | 125 | 71 |
| Binary | 1110110 | 110011 | 11101110 | 110010 | 1001111 | 0 | 111 | 100000101 | 1010101 | 111001 |
Color Harmonies of #7633EE
Complementary color
Monochromatic Colors of #7633EE
Black with #7633EE
Text Example
Text Example
White with #7633EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7633EE; }
p { color: rgb(118,51,238); }
H1.HeaderClassName
{
color: #7633EE;
}
.AnyTagClassName
{
color: #7633EE;
}
</style>
background-color css
<style>
a { background-color: #7633EE; }
a { background-color: rgb(118,51,238); }
div.DivClassName
{
background-color: #7633EE;
}
.BgClassName
{
background-color: #7633EE;
}
</style>
border-color css
<style>
span { border-color: #7633EE; }
span { border-color: rgb(118,51,238); }
td.TdClassName
{
border-color: #7633EE;
}
.TagClassName
{
border-color: #7633EE;
}
</style>