Shades of Blue Violet #7D2ECD
Tints of Blue Violet #7D2ECD
RGB
CMYK
RGB Variations
Color information
#7D2ECD (or 0x7D2ECD) is known color: Blue Violet. HEX triplet: 7D, 2E and CD. RGB value is (125,46,205). Sum of RGB (Red+Green+Blue) = 125+46+205=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D2ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2ECD is #82D132. Grayscale: #575757. Windows color (decimal): -8573235 or 13446781. OLE color: 13446781.
HSL color Cylindrical-coordinate representation of color #7D2ECD: hue angle of 269.81º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D2ECD is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 46 | 205 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.20 |
| HSL | 269.81º | 0.63% | 0.49% | - |
| HSV(B) | 269.81º | 0.78% | 0.8% | - |
| XYZ | 20.45 | 10.72 | 58.75 | - |
| YUV | 87.75 | 194.17 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 46 | 205 | 0.39 | 0.78 | 0 | 0.20 | 269.81 | 0.63 | 0.49 |
| Hex | 7D | 2E | CD | 27 | 4E | 0 | 14 | 10E | 3F | 31 |
| Octal | 175 | 56 | 315 | 47 | 116 | 0 | 24 | 416 | 77 | 61 |
| Binary | 1111101 | 101110 | 11001101 | 100111 | 1001110 | 0 | 10100 | 100001110 | 111111 | 110001 |
Color Harmonies of #7D2ECD
Complementary color
Monochromatic Colors of #7D2ECD
Black with #7D2ECD
Text Example
Text Example
White with #7D2ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2ECD; }
p { color: rgb(125,46,205); }
H1.HeaderClassName
{
color: #7D2ECD;
}
.AnyTagClassName
{
color: #7D2ECD;
}
</style>
background-color css
<style>
a { background-color: #7D2ECD; }
a { background-color: rgb(125,46,205); }
div.DivClassName
{
background-color: #7D2ECD;
}
.BgClassName
{
background-color: #7D2ECD;
}
</style>
border-color css
<style>
span { border-color: #7D2ECD; }
span { border-color: rgb(125,46,205); }
td.TdClassName
{
border-color: #7D2ECD;
}
.TagClassName
{
border-color: #7D2ECD;
}
</style>