Shades of Blue Violet #7D48DC
Tints of Blue Violet #7D48DC
RGB
CMYK
RGB Variations
Color information
#7D48DC (or 0x7D48DC) is known color: Blue Violet. HEX triplet: 7D, 48 and DC. RGB value is (125,72,220). Sum of RGB (Red+Green+Blue) = 125+72+220=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D48DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D48DC is #82B723. Grayscale: #686868. Windows color (decimal): -8566564 or 14436477. OLE color: 14436477.
HSL color Cylindrical-coordinate representation of color #7D48DC: hue angle of 261.49º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D48DC is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 72 | 220 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.14 |
| HSL | 261.49º | 0.68% | 0.57% | - |
| HSV(B) | 261.49º | 0.67% | 0.86% | - |
| XYZ | 23.69 | 14.16 | 69.19 | - |
| YUV | 104.72 | 193.06 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 72 | 220 | 0.43 | 0.67 | 0 | 0.14 | 261.49 | 0.68 | 0.57 |
| Hex | 7D | 48 | DC | 2B | 43 | 0 | E | 105 | 44 | 39 |
| Octal | 175 | 110 | 334 | 53 | 103 | 0 | 16 | 405 | 104 | 71 |
| Binary | 1111101 | 1001000 | 11011100 | 101011 | 1000011 | 0 | 1110 | 100000101 | 1000100 | 111001 |
Color Harmonies of #7D48DC
Complementary color
Monochromatic Colors of #7D48DC
Black with #7D48DC
Text Example
Text Example
White with #7D48DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D48DC; }
p { color: rgb(125,72,220); }
H1.HeaderClassName
{
color: #7D48DC;
}
.AnyTagClassName
{
color: #7D48DC;
}
</style>
background-color css
<style>
a { background-color: #7D48DC; }
a { background-color: rgb(125,72,220); }
div.DivClassName
{
background-color: #7D48DC;
}
.BgClassName
{
background-color: #7D48DC;
}
</style>
border-color css
<style>
span { border-color: #7D48DC; }
span { border-color: rgb(125,72,220); }
td.TdClassName
{
border-color: #7D48DC;
}
.TagClassName
{
border-color: #7D48DC;
}
</style>