Shades of Blue Violet #7D2ADC
Tints of Blue Violet #7D2ADC
RGB
CMYK
RGB Variations
Color information
#7D2ADC (or 0x7D2ADC) is known color: Blue Violet. HEX triplet: 7D, 2A and DC. RGB value is (125,42,220). Sum of RGB (Red+Green+Blue) = 125+42+220=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D2ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2ADC is #82D523. Grayscale: #565656. Windows color (decimal): -8574244 or 14428797. OLE color: 14428797.
HSL color Cylindrical-coordinate representation of color #7D2ADC: hue angle of 267.98º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D2ADC is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 42 | 220 | - |
| CMYK | 0.43 | 0.81 | 0 | 0.14 |
| HSL | 267.98º | 0.72% | 0.51% | - |
| HSV(B) | 267.98º | 0.81% | 0.86% | - |
| XYZ | 22.2 | 11.18 | 68.7 | - |
| YUV | 87.11 | 203 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 42 | 220 | 0.43 | 0.81 | 0 | 0.14 | 267.98 | 0.72 | 0.51 |
| Hex | 7D | 2A | DC | 2B | 51 | 0 | E | 10C | 48 | 33 |
| Octal | 175 | 52 | 334 | 53 | 121 | 0 | 16 | 414 | 110 | 63 |
| Binary | 1111101 | 101010 | 11011100 | 101011 | 1010001 | 0 | 1110 | 100001100 | 1001000 | 110011 |
Color Harmonies of #7D2ADC
Complementary color
Monochromatic Colors of #7D2ADC
Black with #7D2ADC
Text Example
Text Example
White with #7D2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2ADC; }
p { color: rgb(125,42,220); }
H1.HeaderClassName
{
color: #7D2ADC;
}
.AnyTagClassName
{
color: #7D2ADC;
}
</style>
background-color css
<style>
a { background-color: #7D2ADC; }
a { background-color: rgb(125,42,220); }
div.DivClassName
{
background-color: #7D2ADC;
}
.BgClassName
{
background-color: #7D2ADC;
}
</style>
border-color css
<style>
span { border-color: #7D2ADC; }
span { border-color: rgb(125,42,220); }
td.TdClassName
{
border-color: #7D2ADC;
}
.TagClassName
{
border-color: #7D2ADC;
}
</style>