Shades of Blue Violet #7D17DC
Tints of Blue Violet #7D17DC
RGB
CMYK
RGB Variations
Color information
#7D17DC (or 0x7D17DC) is known color: Blue Violet. HEX triplet: 7D, 17 and DC. RGB value is (125,23,220). Sum of RGB (Red+Green+Blue) = 125+23+220=368 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.97% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D17DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D17DC is #82E823. Grayscale: #4B4B4B. Windows color (decimal): -8579108 or 14423933. OLE color: 14423933.
HSL color Cylindrical-coordinate representation of color #7D17DC: hue angle of 271.07º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D17DC is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 23 | 220 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.14 |
| HSL | 271.07º | 0.81% | 0.48% | - |
| HSV(B) | 271.07º | 0.9% | 0.86% | - |
| XYZ | 21.68 | 10.14 | 68.52 | - |
| YUV | 75.96 | 209.29 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 23 | 220 | 0.43 | 0.90 | 0 | 0.14 | 271.07 | 0.81 | 0.48 |
| Hex | 7D | 17 | DC | 2B | 5A | 0 | E | 10F | 51 | 30 |
| Octal | 175 | 27 | 334 | 53 | 132 | 0 | 16 | 417 | 121 | 60 |
| Binary | 1111101 | 10111 | 11011100 | 101011 | 1011010 | 0 | 1110 | 100001111 | 1010001 | 110000 |
Color Harmonies of #7D17DC
Complementary color
Monochromatic Colors of #7D17DC
Black with #7D17DC
Text Example
Text Example
White with #7D17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D17DC; }
p { color: rgb(125,23,220); }
H1.HeaderClassName
{
color: #7D17DC;
}
.AnyTagClassName
{
color: #7D17DC;
}
</style>
background-color css
<style>
a { background-color: #7D17DC; }
a { background-color: rgb(125,23,220); }
div.DivClassName
{
background-color: #7D17DC;
}
.BgClassName
{
background-color: #7D17DC;
}
</style>
border-color css
<style>
span { border-color: #7D17DC; }
span { border-color: rgb(125,23,220); }
td.TdClassName
{
border-color: #7D17DC;
}
.TagClassName
{
border-color: #7D17DC;
}
</style>