Shades of Blue Violet #7D3EDC
Tints of Blue Violet #7D3EDC
RGB
CMYK
RGB Variations
Color information
#7D3EDC (or 0x7D3EDC) is known color: Blue Violet. HEX triplet: 7D, 3E and DC. RGB value is (125,62,220). Sum of RGB (Red+Green+Blue) = 125+62+220=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D3EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3EDC is #82C123. Grayscale: #626262. Windows color (decimal): -8569124 or 14433917. OLE color: 14433917.
HSL color Cylindrical-coordinate representation of color #7D3EDC: hue angle of 263.92º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D3EDC is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 62 | 220 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.14 |
| HSL | 263.92º | 0.69% | 0.55% | - |
| HSV(B) | 263.92º | 0.72% | 0.86% | - |
| XYZ | 23.1 | 12.97 | 69 | - |
| YUV | 98.85 | 196.37 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 62 | 220 | 0.43 | 0.72 | 0 | 0.14 | 263.92 | 0.69 | 0.55 |
| Hex | 7D | 3E | DC | 2B | 48 | 0 | E | 108 | 45 | 37 |
| Octal | 175 | 76 | 334 | 53 | 110 | 0 | 16 | 410 | 105 | 67 |
| Binary | 1111101 | 111110 | 11011100 | 101011 | 1001000 | 0 | 1110 | 100001000 | 1000101 | 110111 |
Color Harmonies of #7D3EDC
Complementary color
Monochromatic Colors of #7D3EDC
Black with #7D3EDC
Text Example
Text Example
White with #7D3EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3EDC; }
p { color: rgb(125,62,220); }
H1.HeaderClassName
{
color: #7D3EDC;
}
.AnyTagClassName
{
color: #7D3EDC;
}
</style>
background-color css
<style>
a { background-color: #7D3EDC; }
a { background-color: rgb(125,62,220); }
div.DivClassName
{
background-color: #7D3EDC;
}
.BgClassName
{
background-color: #7D3EDC;
}
</style>
border-color css
<style>
span { border-color: #7D3EDC; }
span { border-color: rgb(125,62,220); }
td.TdClassName
{
border-color: #7D3EDC;
}
.TagClassName
{
border-color: #7D3EDC;
}
</style>