Shades of Blue Violet #7635E5
Tints of Blue Violet #7635E5
RGB
CMYK
RGB Variations
Color information
#7635E5 (or 0x7635E5) is known color: Blue Violet. HEX triplet: 76, 35 and E5. RGB value is (118,53,229). Sum of RGB (Red+Green+Blue) = 118+53+229=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 229 (89.84% from 255 or 57.25% from 400); Max value from RGB is 229 - color contains mainly: blue. Hex color #7635E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7635E5 is #89CA1A. Grayscale: #5B5B5B. Windows color (decimal): -9030171 or 15021430. OLE color: 15021430.
HSL color Cylindrical-coordinate representation of color #7635E5: hue angle of 262.16º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7635E5 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 53 | 229 | - |
| CMYK | 0.48 | 0.77 | 0 | 0.10 |
| HSL | 262.16º | 0.77% | 0.55% | - |
| HSV(B) | 262.16º | 0.77% | 0.9% | - |
| XYZ | 22.89 | 12.05 | 75.25 | - |
| YUV | 92.5 | 205.03 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 53 | 229 | 0.48 | 0.77 | 0 | 0.10 | 262.16 | 0.77 | 0.55 |
| Hex | 76 | 35 | E5 | 30 | 4D | 0 | A | 106 | 4D | 37 |
| Octal | 166 | 65 | 345 | 60 | 115 | 0 | 12 | 406 | 115 | 67 |
| Binary | 1110110 | 110101 | 11100101 | 110000 | 1001101 | 0 | 1010 | 100000110 | 1001101 | 110111 |
Color Harmonies of #7635E5
Complementary color
Monochromatic Colors of #7635E5
Black with #7635E5
Text Example
Text Example
White with #7635E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7635E5; }
p { color: rgb(118,53,229); }
H1.HeaderClassName
{
color: #7635E5;
}
.AnyTagClassName
{
color: #7635E5;
}
</style>
background-color css
<style>
a { background-color: #7635E5; }
a { background-color: rgb(118,53,229); }
div.DivClassName
{
background-color: #7635E5;
}
.BgClassName
{
background-color: #7635E5;
}
</style>
border-color css
<style>
span { border-color: #7635E5; }
span { border-color: rgb(118,53,229); }
td.TdClassName
{
border-color: #7635E5;
}
.TagClassName
{
border-color: #7635E5;
}
</style>