Shades of Blue Violet #7633DB
Tints of Blue Violet #7633DB
RGB
CMYK
RGB Variations
Color information
#7633DB (or 0x7633DB) is known color: Blue Violet. HEX triplet: 76, 33 and DB. RGB value is (118,51,219). Sum of RGB (Red+Green+Blue) = 118+51+219=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #7633DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7633DB is #89CC24. Grayscale: #595959. Windows color (decimal): -9030693 or 14365558. OLE color: 14365558.
HSL color Cylindrical-coordinate representation of color #7633DB: hue angle of 263.93º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7633DB is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 51 | 219 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.14 |
| HSL | 263.93º | 0.7% | 0.53% | - |
| HSV(B) | 263.93º | 0.77% | 0.86% | - |
| XYZ | 21.44 | 11.33 | 68.08 | - |
| YUV | 90.19 | 200.7 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 51 | 219 | 0.46 | 0.77 | 0 | 0.14 | 263.93 | 0.7 | 0.53 |
| Hex | 76 | 33 | DB | 2E | 4D | 0 | E | 108 | 46 | 35 |
| Octal | 166 | 63 | 333 | 56 | 115 | 0 | 16 | 410 | 106 | 65 |
| Binary | 1110110 | 110011 | 11011011 | 101110 | 1001101 | 0 | 1110 | 100001000 | 1000110 | 110101 |
Color Harmonies of #7633DB
Complementary color
Monochromatic Colors of #7633DB
Black with #7633DB
Text Example
Text Example
White with #7633DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7633DB; }
p { color: rgb(118,51,219); }
H1.HeaderClassName
{
color: #7633DB;
}
.AnyTagClassName
{
color: #7633DB;
}
</style>
background-color css
<style>
a { background-color: #7633DB; }
a { background-color: rgb(118,51,219); }
div.DivClassName
{
background-color: #7633DB;
}
.BgClassName
{
background-color: #7633DB;
}
</style>
border-color css
<style>
span { border-color: #7633DB; }
span { border-color: rgb(118,51,219); }
td.TdClassName
{
border-color: #7633DB;
}
.TagClassName
{
border-color: #7633DB;
}
</style>