Shades of Blue Violet #7632DA
Tints of Blue Violet #7632DA
RGB
CMYK
RGB Variations
Color information
#7632DA (or 0x7632DA) is known color: Blue Violet. HEX triplet: 76, 32 and DA. RGB value is (118,50,218). Sum of RGB (Red+Green+Blue) = 118+50+218=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #7632DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7632DA is #89CD25. Grayscale: #585858. Windows color (decimal): -9030950 or 14299766. OLE color: 14299766.
HSL color Cylindrical-coordinate representation of color #7632DA: hue angle of 264.29º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7632DA is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 50 | 218 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.15 |
| HSL | 264.29º | 0.69% | 0.53% | - |
| HSV(B) | 264.29º | 0.77% | 0.85% | - |
| XYZ | 21.27 | 11.19 | 67.37 | - |
| YUV | 89.48 | 200.53 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 218 | 0.46 | 0.77 | 0 | 0.15 | 264.29 | 0.69 | 0.53 |
| Hex | 76 | 32 | DA | 2E | 4D | 0 | F | 108 | 45 | 35 |
| Octal | 166 | 62 | 332 | 56 | 115 | 0 | 17 | 410 | 105 | 65 |
| Binary | 1110110 | 110010 | 11011010 | 101110 | 1001101 | 0 | 1111 | 100001000 | 1000101 | 110101 |
Color Harmonies of #7632DA
Complementary color
Monochromatic Colors of #7632DA
Black with #7632DA
Text Example
Text Example
White with #7632DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7632DA; }
p { color: rgb(118,50,218); }
H1.HeaderClassName
{
color: #7632DA;
}
.AnyTagClassName
{
color: #7632DA;
}
</style>
background-color css
<style>
a { background-color: #7632DA; }
a { background-color: rgb(118,50,218); }
div.DivClassName
{
background-color: #7632DA;
}
.BgClassName
{
background-color: #7632DA;
}
</style>
border-color css
<style>
span { border-color: #7632DA; }
span { border-color: rgb(118,50,218); }
td.TdClassName
{
border-color: #7632DA;
}
.TagClassName
{
border-color: #7632DA;
}
</style>