Shades of Blue Violet #7D1FCB
Tints of Blue Violet #7D1FCB
RGB
CMYK
RGB Variations
Color information
#7D1FCB (or 0x7D1FCB) is known color: Blue Violet. HEX triplet: 7D, 1F and CB. RGB value is (125,31,203). Sum of RGB (Red+Green+Blue) = 125+31+203=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D1FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1FCB is #82E034. Grayscale: #4E4E4E. Windows color (decimal): -8577077 or 13311869. OLE color: 13311869.
HSL color Cylindrical-coordinate representation of color #7D1FCB: hue angle of 272.79º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D1FCB is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 31 | 203 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.20 |
| HSL | 272.79º | 0.74% | 0.46% | - |
| HSV(B) | 272.79º | 0.85% | 0.8% | - |
| XYZ | 19.73 | 9.65 | 57.32 | - |
| YUV | 78.71 | 198.14 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 31 | 203 | 0.38 | 0.85 | 0 | 0.20 | 272.79 | 0.74 | 0.46 |
| Hex | 7D | 1F | CB | 26 | 55 | 0 | 14 | 111 | 4A | 2E |
| Octal | 175 | 37 | 313 | 46 | 125 | 0 | 24 | 421 | 112 | 56 |
| Binary | 1111101 | 11111 | 11001011 | 100110 | 1010101 | 0 | 10100 | 100010001 | 1001010 | 101110 |
Color Harmonies of #7D1FCB
Complementary color
Monochromatic Colors of #7D1FCB
Black with #7D1FCB
Text Example
Text Example
White with #7D1FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1FCB; }
p { color: rgb(125,31,203); }
H1.HeaderClassName
{
color: #7D1FCB;
}
.AnyTagClassName
{
color: #7D1FCB;
}
</style>
background-color css
<style>
a { background-color: #7D1FCB; }
a { background-color: rgb(125,31,203); }
div.DivClassName
{
background-color: #7D1FCB;
}
.BgClassName
{
background-color: #7D1FCB;
}
</style>
border-color css
<style>
span { border-color: #7D1FCB; }
span { border-color: rgb(125,31,203); }
td.TdClassName
{
border-color: #7D1FCB;
}
.TagClassName
{
border-color: #7D1FCB;
}
</style>