Shades of Blue Violet #7D40DB
Tints of Blue Violet #7D40DB
RGB
CMYK
RGB Variations
Color information
#7D40DB (or 0x7D40DB) is known color: Blue Violet. HEX triplet: 7D, 40 and DB. RGB value is (125,64,219). Sum of RGB (Red+Green+Blue) = 125+64+219=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D40DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D40DB is #82BF24. Grayscale: #636363. Windows color (decimal): -8568613 or 14368893. OLE color: 14368893.
HSL color Cylindrical-coordinate representation of color #7D40DB: hue angle of 263.61º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D40DB is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 64 | 219 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.14 |
| HSL | 263.61º | 0.68% | 0.55% | - |
| HSV(B) | 263.61º | 0.71% | 0.86% | - |
| XYZ | 23.08 | 13.14 | 68.34 | - |
| YUV | 99.91 | 195.21 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 64 | 219 | 0.43 | 0.71 | 0 | 0.14 | 263.61 | 0.68 | 0.55 |
| Hex | 7D | 40 | DB | 2B | 47 | 0 | E | 108 | 44 | 37 |
| Octal | 175 | 100 | 333 | 53 | 107 | 0 | 16 | 410 | 104 | 67 |
| Binary | 1111101 | 1000000 | 11011011 | 101011 | 1000111 | 0 | 1110 | 100001000 | 1000100 | 110111 |
Color Harmonies of #7D40DB
Complementary color
Monochromatic Colors of #7D40DB
Black with #7D40DB
Text Example
Text Example
White with #7D40DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D40DB; }
p { color: rgb(125,64,219); }
H1.HeaderClassName
{
color: #7D40DB;
}
.AnyTagClassName
{
color: #7D40DB;
}
</style>
background-color css
<style>
a { background-color: #7D40DB; }
a { background-color: rgb(125,64,219); }
div.DivClassName
{
background-color: #7D40DB;
}
.BgClassName
{
background-color: #7D40DB;
}
</style>
border-color css
<style>
span { border-color: #7D40DB; }
span { border-color: rgb(125,64,219); }
td.TdClassName
{
border-color: #7D40DB;
}
.TagClassName
{
border-color: #7D40DB;
}
</style>