Shades of Blue Violet #7D1ACB
Tints of Blue Violet #7D1ACB
RGB
CMYK
RGB Variations
Color information
#7D1ACB (or 0x7D1ACB) is known color: Blue Violet. HEX triplet: 7D, 1A and CB. RGB value is (125,26,203). Sum of RGB (Red+Green+Blue) = 125+26+203=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D1ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1ACB is #82E534. Grayscale: #4B4B4B. Windows color (decimal): -8578357 or 13310589. OLE color: 13310589.
HSL color Cylindrical-coordinate representation of color #7D1ACB: hue angle of 273.56º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D1ACB is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 26 | 203 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.20 |
| HSL | 273.56º | 0.77% | 0.45% | - |
| HSV(B) | 273.56º | 0.87% | 0.8% | - |
| XYZ | 19.61 | 9.41 | 57.28 | - |
| YUV | 75.78 | 199.8 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 26 | 203 | 0.38 | 0.87 | 0 | 0.20 | 273.56 | 0.77 | 0.45 |
| Hex | 7D | 1A | CB | 26 | 57 | 0 | 14 | 112 | 4D | 2D |
| Octal | 175 | 32 | 313 | 46 | 127 | 0 | 24 | 422 | 115 | 55 |
| Binary | 1111101 | 11010 | 11001011 | 100110 | 1010111 | 0 | 10100 | 100010010 | 1001101 | 101101 |
Color Harmonies of #7D1ACB
Complementary color
Monochromatic Colors of #7D1ACB
Black with #7D1ACB
Text Example
Text Example
White with #7D1ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1ACB; }
p { color: rgb(125,26,203); }
H1.HeaderClassName
{
color: #7D1ACB;
}
.AnyTagClassName
{
color: #7D1ACB;
}
</style>
background-color css
<style>
a { background-color: #7D1ACB; }
a { background-color: rgb(125,26,203); }
div.DivClassName
{
background-color: #7D1ACB;
}
.BgClassName
{
background-color: #7D1ACB;
}
</style>
border-color css
<style>
span { border-color: #7D1ACB; }
span { border-color: rgb(125,26,203); }
td.TdClassName
{
border-color: #7D1ACB;
}
.TagClassName
{
border-color: #7D1ACB;
}
</style>