Shades of Blue Violet #7630DF
Tints of Blue Violet #7630DF
RGB
CMYK
RGB Variations
Color information
#7630DF (or 0x7630DF) is known color: Blue Violet. HEX triplet: 76, 30 and DF. RGB value is (118,48,223). Sum of RGB (Red+Green+Blue) = 118+48+223=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #7630DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7630DF is #89CF20. Grayscale: #585858. Windows color (decimal): -9031457 or 14626934. OLE color: 14626934.
HSL color Cylindrical-coordinate representation of color #7630DF: hue angle of 264º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7630DF is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 48 | 223 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.13 |
| HSL | 264º | 0.73% | 0.53% | - |
| HSV(B) | 264º | 0.78% | 0.87% | - |
| XYZ | 21.85 | 11.29 | 70.84 | - |
| YUV | 88.88 | 203.69 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 48 | 223 | 0.47 | 0.78 | 0 | 0.13 | 264 | 0.73 | 0.53 |
| Hex | 76 | 30 | DF | 2F | 4E | 0 | D | 108 | 49 | 35 |
| Octal | 166 | 60 | 337 | 57 | 116 | 0 | 15 | 410 | 111 | 65 |
| Binary | 1110110 | 110000 | 11011111 | 101111 | 1001110 | 0 | 1101 | 100001000 | 1001001 | 110101 |
Color Harmonies of #7630DF
Complementary color
Monochromatic Colors of #7630DF
Black with #7630DF
Text Example
Text Example
White with #7630DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7630DF; }
p { color: rgb(118,48,223); }
H1.HeaderClassName
{
color: #7630DF;
}
.AnyTagClassName
{
color: #7630DF;
}
</style>
background-color css
<style>
a { background-color: #7630DF; }
a { background-color: rgb(118,48,223); }
div.DivClassName
{
background-color: #7630DF;
}
.BgClassName
{
background-color: #7630DF;
}
</style>
border-color css
<style>
span { border-color: #7630DF; }
span { border-color: rgb(118,48,223); }
td.TdClassName
{
border-color: #7630DF;
}
.TagClassName
{
border-color: #7630DF;
}
</style>