Shades of Blue Violet #7635DA
Tints of Blue Violet #7635DA
RGB
CMYK
RGB Variations
Color information
#7635DA (or 0x7635DA) is known color: Blue Violet. HEX triplet: 76, 35 and DA. RGB value is (118,53,218). Sum of RGB (Red+Green+Blue) = 118+53+218=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #7635DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7635DA is #89CA25. Grayscale: #5A5A5A. Windows color (decimal): -9030182 or 14300534. OLE color: 14300534.
HSL color Cylindrical-coordinate representation of color #7635DA: hue angle of 263.64º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7635DA is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 53 | 218 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.15 |
| HSL | 263.64º | 0.69% | 0.53% | - |
| HSV(B) | 263.64º | 0.76% | 0.85% | - |
| XYZ | 21.4 | 11.46 | 67.41 | - |
| YUV | 91.25 | 199.53 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 53 | 218 | 0.46 | 0.76 | 0 | 0.15 | 263.64 | 0.69 | 0.53 |
| Hex | 76 | 35 | DA | 2E | 4C | 0 | F | 108 | 45 | 35 |
| Octal | 166 | 65 | 332 | 56 | 114 | 0 | 17 | 410 | 105 | 65 |
| Binary | 1110110 | 110101 | 11011010 | 101110 | 1001100 | 0 | 1111 | 100001000 | 1000101 | 110101 |
Color Harmonies of #7635DA
Complementary color
Monochromatic Colors of #7635DA
Black with #7635DA
Text Example
Text Example
White with #7635DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7635DA; }
p { color: rgb(118,53,218); }
H1.HeaderClassName
{
color: #7635DA;
}
.AnyTagClassName
{
color: #7635DA;
}
</style>
background-color css
<style>
a { background-color: #7635DA; }
a { background-color: rgb(118,53,218); }
div.DivClassName
{
background-color: #7635DA;
}
.BgClassName
{
background-color: #7635DA;
}
</style>
border-color css
<style>
span { border-color: #7635DA; }
span { border-color: rgb(118,53,218); }
td.TdClassName
{
border-color: #7635DA;
}
.TagClassName
{
border-color: #7635DA;
}
</style>