Shades of Blue Violet #7D42DC
Tints of Blue Violet #7D42DC
RGB
CMYK
RGB Variations
Color information
#7D42DC (or 0x7D42DC) is known color: Blue Violet. HEX triplet: 7D, 42 and DC. RGB value is (125,66,220). Sum of RGB (Red+Green+Blue) = 125+66+220=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D42DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D42DC is #82BD23. Grayscale: #646464. Windows color (decimal): -8568100 or 14434941. OLE color: 14434941.
HSL color Cylindrical-coordinate representation of color #7D42DC: hue angle of 262.99º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D42DC is Cyan = 0.43, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 66 | 220 | - |
| CMYK | 0.43 | 0.7 | 0 | 0.14 |
| HSL | 262.99º | 0.69% | 0.56% | - |
| HSV(B) | 262.99º | 0.7% | 0.86% | - |
| XYZ | 23.32 | 13.42 | 69.07 | - |
| YUV | 101.2 | 195.05 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 66 | 220 | 0.43 | 0.7 | 0 | 0.14 | 262.99 | 0.69 | 0.56 |
| Hex | 7D | 42 | DC | 2B | 46 | 0 | E | 107 | 45 | 38 |
| Octal | 175 | 102 | 334 | 53 | 106 | 0 | 16 | 407 | 105 | 70 |
| Binary | 1111101 | 1000010 | 11011100 | 101011 | 1000110 | 0 | 1110 | 100000111 | 1000101 | 111000 |
Color Harmonies of #7D42DC
Complementary color
Monochromatic Colors of #7D42DC
Black with #7D42DC
Text Example
Text Example
White with #7D42DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D42DC; }
p { color: rgb(125,66,220); }
H1.HeaderClassName
{
color: #7D42DC;
}
.AnyTagClassName
{
color: #7D42DC;
}
</style>
background-color css
<style>
a { background-color: #7D42DC; }
a { background-color: rgb(125,66,220); }
div.DivClassName
{
background-color: #7D42DC;
}
.BgClassName
{
background-color: #7D42DC;
}
</style>
border-color css
<style>
span { border-color: #7D42DC; }
span { border-color: rgb(125,66,220); }
td.TdClassName
{
border-color: #7D42DC;
}
.TagClassName
{
border-color: #7D42DC;
}
</style>