Shades of Blue Violet #763DEE
Tints of Blue Violet #763DEE
RGB
CMYK
RGB Variations
Color information
#763DEE (or 0x763DEE) is known color: Blue Violet. HEX triplet: 76, 3D and EE. RGB value is (118,61,238). Sum of RGB (Red+Green+Blue) = 118+61+238=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #763DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763DEE is #89C211. Grayscale: #616161. Windows color (decimal): -9028114 or 15613302. OLE color: 15613302.
HSL color Cylindrical-coordinate representation of color #763DEE: hue angle of 259.32º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #763DEE is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 61 | 238 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.07 |
| HSL | 259.32º | 0.84% | 0.59% | - |
| HSV(B) | 259.32º | 0.74% | 0.93% | - |
| XYZ | 24.57 | 13.36 | 82.17 | - |
| YUV | 98.22 | 206.88 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 238 | 0.50 | 0.74 | 0 | 0.07 | 259.32 | 0.84 | 0.59 |
| Hex | 76 | 3D | EE | 32 | 4A | 0 | 7 | 103 | 54 | 3B |
| Octal | 166 | 75 | 356 | 62 | 112 | 0 | 7 | 403 | 124 | 73 |
| Binary | 1110110 | 111101 | 11101110 | 110010 | 1001010 | 0 | 111 | 100000011 | 1010100 | 111011 |
Color Harmonies of #763DEE
Complementary color
Monochromatic Colors of #763DEE
Black with #763DEE
Text Example
Text Example
White with #763DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763DEE; }
p { color: rgb(118,61,238); }
H1.HeaderClassName
{
color: #763DEE;
}
.AnyTagClassName
{
color: #763DEE;
}
</style>
background-color css
<style>
a { background-color: #763DEE; }
a { background-color: rgb(118,61,238); }
div.DivClassName
{
background-color: #763DEE;
}
.BgClassName
{
background-color: #763DEE;
}
</style>
border-color css
<style>
span { border-color: #763DEE; }
span { border-color: rgb(118,61,238); }
td.TdClassName
{
border-color: #763DEE;
}
.TagClassName
{
border-color: #763DEE;
}
</style>