Shades of Blue Violet #7D1AC8
Tints of Blue Violet #7D1AC8
RGB
CMYK
RGB Variations
Color information
#7D1AC8 (or 0x7D1AC8) is known color: Blue Violet. HEX triplet: 7D, 1A and C8. RGB value is (125,26,200). Sum of RGB (Red+Green+Blue) = 125+26+200=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 200 (78.52% from 255 or 56.98% from 351); Max value from RGB is 200 - color contains mainly: blue. Hex color #7D1AC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1AC8 is #82E537. Grayscale: #4A4A4A. Windows color (decimal): -8578360 or 13113981. OLE color: 13113981.
HSL color Cylindrical-coordinate representation of color #7D1AC8: hue angle of 274.14º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D1AC8 is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 26 | 200 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.22 |
| HSL | 274.14º | 0.77% | 0.44% | - |
| HSV(B) | 274.14º | 0.87% | 0.78% | - |
| XYZ | 19.25 | 9.27 | 55.42 | - |
| YUV | 75.44 | 198.3 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 26 | 200 | 0.38 | 0.87 | 0 | 0.22 | 274.14 | 0.77 | 0.44 |
| Hex | 7D | 1A | C8 | 26 | 57 | 0 | 16 | 112 | 4D | 2C |
| Octal | 175 | 32 | 310 | 46 | 127 | 0 | 26 | 422 | 115 | 54 |
| Binary | 1111101 | 11010 | 11001000 | 100110 | 1010111 | 0 | 10110 | 100010010 | 1001101 | 101100 |
Color Harmonies of #7D1AC8
Complementary color
Monochromatic Colors of #7D1AC8
Black with #7D1AC8
Text Example
Text Example
White with #7D1AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1AC8; }
p { color: rgb(125,26,200); }
H1.HeaderClassName
{
color: #7D1AC8;
}
.AnyTagClassName
{
color: #7D1AC8;
}
</style>
background-color css
<style>
a { background-color: #7D1AC8; }
a { background-color: rgb(125,26,200); }
div.DivClassName
{
background-color: #7D1AC8;
}
.BgClassName
{
background-color: #7D1AC8;
}
</style>
border-color css
<style>
span { border-color: #7D1AC8; }
span { border-color: rgb(125,26,200); }
td.TdClassName
{
border-color: #7D1AC8;
}
.TagClassName
{
border-color: #7D1AC8;
}
</style>