Shades of Blue Violet #7D3BDA
Tints of Blue Violet #7D3BDA
RGB
CMYK
RGB Variations
Color information
#7D3BDA (or 0x7D3BDA) is known color: Blue Violet. HEX triplet: 7D, 3B and DA. RGB value is (125,59,218). Sum of RGB (Red+Green+Blue) = 125+59+218=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #7D3BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3BDA is #82C425. Grayscale: #606060. Windows color (decimal): -8569894 or 14302077. OLE color: 14302077.
HSL color Cylindrical-coordinate representation of color #7D3BDA: hue angle of 264.91º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D3BDA is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 59 | 218 | - |
| CMYK | 0.43 | 0.73 | 0 | 0.15 |
| HSL | 264.91º | 0.68% | 0.54% | - |
| HSV(B) | 264.91º | 0.73% | 0.85% | - |
| XYZ | 22.68 | 12.55 | 67.56 | - |
| YUV | 96.86 | 196.37 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 59 | 218 | 0.43 | 0.73 | 0 | 0.15 | 264.91 | 0.68 | 0.54 |
| Hex | 7D | 3B | DA | 2B | 49 | 0 | F | 109 | 44 | 36 |
| Octal | 175 | 73 | 332 | 53 | 111 | 0 | 17 | 411 | 104 | 66 |
| Binary | 1111101 | 111011 | 11011010 | 101011 | 1001001 | 0 | 1111 | 100001001 | 1000100 | 110110 |
Color Harmonies of #7D3BDA
Complementary color
Monochromatic Colors of #7D3BDA
Black with #7D3BDA
Text Example
Text Example
White with #7D3BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3BDA; }
p { color: rgb(125,59,218); }
H1.HeaderClassName
{
color: #7D3BDA;
}
.AnyTagClassName
{
color: #7D3BDA;
}
</style>
background-color css
<style>
a { background-color: #7D3BDA; }
a { background-color: rgb(125,59,218); }
div.DivClassName
{
background-color: #7D3BDA;
}
.BgClassName
{
background-color: #7D3BDA;
}
</style>
border-color css
<style>
span { border-color: #7D3BDA; }
span { border-color: rgb(125,59,218); }
td.TdClassName
{
border-color: #7D3BDA;
}
.TagClassName
{
border-color: #7D3BDA;
}
</style>