Shades of Blue Violet #763ADE
Tints of Blue Violet #763ADE
RGB
CMYK
RGB Variations
Color information
#763ADE (or 0x763ADE) is known color: Blue Violet. HEX triplet: 76, 3A and DE. RGB value is (118,58,222). Sum of RGB (Red+Green+Blue) = 118+58+222=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #763ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763ADE is #89C521. Grayscale: #5E5E5E. Windows color (decimal): -9028898 or 14563958. OLE color: 14563958.
HSL color Cylindrical-coordinate representation of color #763ADE: hue angle of 261.95º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #763ADE is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 58 | 222 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.13 |
| HSL | 261.95º | 0.71% | 0.55% | - |
| HSV(B) | 261.95º | 0.74% | 0.87% | - |
| XYZ | 22.17 | 12.15 | 70.28 | - |
| YUV | 94.64 | 199.88 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 222 | 0.47 | 0.74 | 0 | 0.13 | 261.95 | 0.71 | 0.55 |
| Hex | 76 | 3A | DE | 2F | 4A | 0 | D | 106 | 47 | 37 |
| Octal | 166 | 72 | 336 | 57 | 112 | 0 | 15 | 406 | 107 | 67 |
| Binary | 1110110 | 111010 | 11011110 | 101111 | 1001010 | 0 | 1101 | 100000110 | 1000111 | 110111 |
Color Harmonies of #763ADE
Complementary color
Monochromatic Colors of #763ADE
Black with #763ADE
Text Example
Text Example
White with #763ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763ADE; }
p { color: rgb(118,58,222); }
H1.HeaderClassName
{
color: #763ADE;
}
.AnyTagClassName
{
color: #763ADE;
}
</style>
background-color css
<style>
a { background-color: #763ADE; }
a { background-color: rgb(118,58,222); }
div.DivClassName
{
background-color: #763ADE;
}
.BgClassName
{
background-color: #763ADE;
}
</style>
border-color css
<style>
span { border-color: #763ADE; }
span { border-color: rgb(118,58,222); }
td.TdClassName
{
border-color: #763ADE;
}
.TagClassName
{
border-color: #763ADE;
}
</style>