Shades of Blue Violet #7639D7
Tints of Blue Violet #7639D7
RGB
CMYK
RGB Variations
Color information
#7639D7 (or 0x7639D7) is known color: Blue Violet. HEX triplet: 76, 39 and D7. RGB value is (118,57,215). Sum of RGB (Red+Green+Blue) = 118+57+215=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 215 (84.38% from 255 or 55.13% from 390); Max value from RGB is 215 - color contains mainly: blue. Hex color #7639D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7639D7 is #89C628. Grayscale: #5C5C5C. Windows color (decimal): -9029161 or 14104950. OLE color: 14104950.
HSL color Cylindrical-coordinate representation of color #7639D7: hue angle of 263.16º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7639D7 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 57 | 215 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.16 |
| HSL | 263.16º | 0.66% | 0.53% | - |
| HSV(B) | 263.16º | 0.73% | 0.84% | - |
| XYZ | 21.2 | 11.68 | 65.43 | - |
| YUV | 93.25 | 196.71 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 57 | 215 | 0.45 | 0.73 | 0 | 0.16 | 263.16 | 0.66 | 0.53 |
| Hex | 76 | 39 | D7 | 2D | 49 | 0 | 10 | 107 | 42 | 35 |
| Octal | 166 | 71 | 327 | 55 | 111 | 0 | 20 | 407 | 102 | 65 |
| Binary | 1110110 | 111001 | 11010111 | 101101 | 1001001 | 0 | 10000 | 100000111 | 1000010 | 110101 |
Color Harmonies of #7639D7
Complementary color
Monochromatic Colors of #7639D7
Black with #7639D7
Text Example
Text Example
White with #7639D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7639D7; }
p { color: rgb(118,57,215); }
H1.HeaderClassName
{
color: #7639D7;
}
.AnyTagClassName
{
color: #7639D7;
}
</style>
background-color css
<style>
a { background-color: #7639D7; }
a { background-color: rgb(118,57,215); }
div.DivClassName
{
background-color: #7639D7;
}
.BgClassName
{
background-color: #7639D7;
}
</style>
border-color css
<style>
span { border-color: #7639D7; }
span { border-color: rgb(118,57,215); }
td.TdClassName
{
border-color: #7639D7;
}
.TagClassName
{
border-color: #7639D7;
}
</style>