Shades of Blue Violet #7D1BC7
Tints of Blue Violet #7D1BC7
RGB
CMYK
RGB Variations
Color information
#7D1BC7 (or 0x7D1BC7) is known color: Blue Violet. HEX triplet: 7D, 1B and C7. RGB value is (125,27,199). Sum of RGB (Red+Green+Blue) = 125+27+199=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 199 (78.12% from 255 or 56.70% from 351); Max value from RGB is 199 - color contains mainly: blue. Hex color #7D1BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1BC7 is #82E438. Grayscale: #4B4B4B. Windows color (decimal): -8578105 or 13048701. OLE color: 13048701.
HSL color Cylindrical-coordinate representation of color #7D1BC7: hue angle of 274.19º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1BC7 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 27 | 199 | - |
| CMYK | 0.37 | 0.86 | 0 | 0.22 |
| HSL | 274.19º | 0.76% | 0.44% | - |
| HSV(B) | 274.19º | 0.86% | 0.78% | - |
| XYZ | 19.16 | 9.27 | 54.81 | - |
| YUV | 75.91 | 197.47 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 27 | 199 | 0.37 | 0.86 | 0 | 0.22 | 274.19 | 0.76 | 0.44 |
| Hex | 7D | 1B | C7 | 25 | 56 | 0 | 16 | 112 | 4C | 2C |
| Octal | 175 | 33 | 307 | 45 | 126 | 0 | 26 | 422 | 114 | 54 |
| Binary | 1111101 | 11011 | 11000111 | 100101 | 1010110 | 0 | 10110 | 100010010 | 1001100 | 101100 |
Color Harmonies of #7D1BC7
Complementary color
Monochromatic Colors of #7D1BC7
Black with #7D1BC7
Text Example
Text Example
White with #7D1BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1BC7; }
p { color: rgb(125,27,199); }
H1.HeaderClassName
{
color: #7D1BC7;
}
.AnyTagClassName
{
color: #7D1BC7;
}
</style>
background-color css
<style>
a { background-color: #7D1BC7; }
a { background-color: rgb(125,27,199); }
div.DivClassName
{
background-color: #7D1BC7;
}
.BgClassName
{
background-color: #7D1BC7;
}
</style>
border-color css
<style>
span { border-color: #7D1BC7; }
span { border-color: rgb(125,27,199); }
td.TdClassName
{
border-color: #7D1BC7;
}
.TagClassName
{
border-color: #7D1BC7;
}
</style>