Shades of Blue Violet #7D3EDA
Tints of Blue Violet #7D3EDA
RGB
CMYK
RGB Variations
Color information
#7D3EDA (or 0x7D3EDA) is known color: Blue Violet. HEX triplet: 7D, 3E and DA. RGB value is (125,62,218). Sum of RGB (Red+Green+Blue) = 125+62+218=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 62 (24.61% from 255 or 15.31% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #7D3EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3EDA is #82C125. Grayscale: #626262. Windows color (decimal): -8569126 or 14302845. OLE color: 14302845.
HSL color Cylindrical-coordinate representation of color #7D3EDA: hue angle of 264.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D3EDA is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 62 | 218 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.15 |
| HSL | 264.23º | 0.68% | 0.55% | - |
| HSV(B) | 264.23º | 0.72% | 0.85% | - |
| XYZ | 22.83 | 12.87 | 67.61 | - |
| YUV | 98.62 | 195.37 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 62 | 218 | 0.43 | 0.72 | 0 | 0.15 | 264.23 | 0.68 | 0.55 |
| Hex | 7D | 3E | DA | 2B | 48 | 0 | F | 108 | 44 | 37 |
| Octal | 175 | 76 | 332 | 53 | 110 | 0 | 17 | 410 | 104 | 67 |
| Binary | 1111101 | 111110 | 11011010 | 101011 | 1001000 | 0 | 1111 | 100001000 | 1000100 | 110111 |
Color Harmonies of #7D3EDA
Complementary color
Monochromatic Colors of #7D3EDA
Black with #7D3EDA
Text Example
Text Example
White with #7D3EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3EDA; }
p { color: rgb(125,62,218); }
H1.HeaderClassName
{
color: #7D3EDA;
}
.AnyTagClassName
{
color: #7D3EDA;
}
</style>
background-color css
<style>
a { background-color: #7D3EDA; }
a { background-color: rgb(125,62,218); }
div.DivClassName
{
background-color: #7D3EDA;
}
.BgClassName
{
background-color: #7D3EDA;
}
</style>
border-color css
<style>
span { border-color: #7D3EDA; }
span { border-color: rgb(125,62,218); }
td.TdClassName
{
border-color: #7D3EDA;
}
.TagClassName
{
border-color: #7D3EDA;
}
</style>