Shades of Blue Violet #7D2BCD
Tints of Blue Violet #7D2BCD
RGB
CMYK
RGB Variations
Color information
#7D2BCD (or 0x7D2BCD) is known color: Blue Violet. HEX triplet: 7D, 2B and CD. RGB value is (125,43,205). Sum of RGB (Red+Green+Blue) = 125+43+205=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D2BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2BCD is #82D432. Grayscale: #555555. Windows color (decimal): -8574003 or 13446013. OLE color: 13446013.
HSL color Cylindrical-coordinate representation of color #7D2BCD: hue angle of 270.37º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D2BCD is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 43 | 205 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.20 |
| HSL | 270.37º | 0.65% | 0.49% | - |
| HSV(B) | 270.37º | 0.79% | 0.8% | - |
| XYZ | 20.34 | 10.5 | 58.71 | - |
| YUV | 85.99 | 195.17 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 43 | 205 | 0.39 | 0.79 | 0 | 0.20 | 270.37 | 0.65 | 0.49 |
| Hex | 7D | 2B | CD | 27 | 4F | 0 | 14 | 10E | 41 | 31 |
| Octal | 175 | 53 | 315 | 47 | 117 | 0 | 24 | 416 | 101 | 61 |
| Binary | 1111101 | 101011 | 11001101 | 100111 | 1001111 | 0 | 10100 | 100001110 | 1000001 | 110001 |
Color Harmonies of #7D2BCD
Complementary color
Monochromatic Colors of #7D2BCD
Black with #7D2BCD
Text Example
Text Example
White with #7D2BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2BCD; }
p { color: rgb(125,43,205); }
H1.HeaderClassName
{
color: #7D2BCD;
}
.AnyTagClassName
{
color: #7D2BCD;
}
</style>
background-color css
<style>
a { background-color: #7D2BCD; }
a { background-color: rgb(125,43,205); }
div.DivClassName
{
background-color: #7D2BCD;
}
.BgClassName
{
background-color: #7D2BCD;
}
</style>
border-color css
<style>
span { border-color: #7D2BCD; }
span { border-color: rgb(125,43,205); }
td.TdClassName
{
border-color: #7D2BCD;
}
.TagClassName
{
border-color: #7D2BCD;
}
</style>