Shades of Blue Violet #7D3DD4
Tints of Blue Violet #7D3DD4
RGB
CMYK
RGB Variations
Color information
#7D3DD4 (or 0x7D3DD4) is known color: Blue Violet. HEX triplet: 7D, 3D and D4. RGB value is (125,61,212). Sum of RGB (Red+Green+Blue) = 125+61+212=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 212 (83.20% from 255 or 53.27% from 398); Max value from RGB is 212 - color contains mainly: blue. Hex color #7D3DD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3DD4 is #82C22B. Grayscale: #606060. Windows color (decimal): -8569388 or 13909373. OLE color: 13909373.
HSL color Cylindrical-coordinate representation of color #7D3DD4: hue angle of 265.43º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D3DD4 is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 125 | 61 | 212 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.17 |
| HSL | 265.43º | 0.64% | 0.54% | - |
| HSV(B) | 265.43º | 0.71% | 0.83% | - |
| XYZ | 22.01 | 12.45 | 63.53 | - |
| YUV | 97.35 | 192.7 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 61 | 212 | 0.41 | 0.71 | 0 | 0.17 | 265.43 | 0.64 | 0.54 |
| Hex | 7D | 3D | D4 | 29 | 47 | 0 | 11 | 109 | 40 | 36 |
| Octal | 175 | 75 | 324 | 51 | 107 | 0 | 21 | 411 | 100 | 66 |
| Binary | 1111101 | 111101 | 11010100 | 101001 | 1000111 | 0 | 10001 | 100001001 | 1000000 | 110110 |
Color Harmonies of #7D3DD4
Complementary color
Monochromatic Colors of #7D3DD4
Black with #7D3DD4
Text Example
Text Example
White with #7D3DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3DD4; }
p { color: rgb(125,61,212); }
H1.HeaderClassName
{
color: #7D3DD4;
}
.AnyTagClassName
{
color: #7D3DD4;
}
</style>
background-color css
<style>
a { background-color: #7D3DD4; }
a { background-color: rgb(125,61,212); }
div.DivClassName
{
background-color: #7D3DD4;
}
.BgClassName
{
background-color: #7D3DD4;
}
</style>
border-color css
<style>
span { border-color: #7D3DD4; }
span { border-color: rgb(125,61,212); }
td.TdClassName
{
border-color: #7D3DD4;
}
.TagClassName
{
border-color: #7D3DD4;
}
</style>