Shades of Blue Violet #7632DB
Tints of Blue Violet #7632DB
RGB
CMYK
RGB Variations
Color information
#7632DB (or 0x7632DB) is known color: Blue Violet. HEX triplet: 76, 32 and DB. RGB value is (118,50,219). Sum of RGB (Red+Green+Blue) = 118+50+219=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #7632DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7632DB is #89CD24. Grayscale: #585858. Windows color (decimal): -9030949 or 14365302. OLE color: 14365302.
HSL color Cylindrical-coordinate representation of color #7632DB: hue angle of 264.14º 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 #7632DB is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 50 | 219 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.14 |
| HSL | 264.14º | 0.7% | 0.53% | - |
| HSV(B) | 264.14º | 0.77% | 0.86% | - |
| XYZ | 21.4 | 11.25 | 68.06 | - |
| YUV | 89.6 | 201.03 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 219 | 0.46 | 0.77 | 0 | 0.14 | 264.14 | 0.7 | 0.53 |
| Hex | 76 | 32 | DB | 2E | 4D | 0 | E | 108 | 46 | 35 |
| Octal | 166 | 62 | 333 | 56 | 115 | 0 | 16 | 410 | 106 | 65 |
| Binary | 1110110 | 110010 | 11011011 | 101110 | 1001101 | 0 | 1110 | 100001000 | 1000110 | 110101 |
Color Harmonies of #7632DB
Complementary color
Monochromatic Colors of #7632DB
Black with #7632DB
Text Example
Text Example
White with #7632DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7632DB; }
p { color: rgb(118,50,219); }
H1.HeaderClassName
{
color: #7632DB;
}
.AnyTagClassName
{
color: #7632DB;
}
</style>
background-color css
<style>
a { background-color: #7632DB; }
a { background-color: rgb(118,50,219); }
div.DivClassName
{
background-color: #7632DB;
}
.BgClassName
{
background-color: #7632DB;
}
</style>
border-color css
<style>
span { border-color: #7632DB; }
span { border-color: rgb(118,50,219); }
td.TdClassName
{
border-color: #7632DB;
}
.TagClassName
{
border-color: #7632DB;
}
</style>