Shades of Blue Violet #7D1BCB
Tints of Blue Violet #7D1BCB
RGB
CMYK
RGB Variations
Color information
#7D1BCB (or 0x7D1BCB) is known color: Blue Violet. HEX triplet: 7D, 1B and CB. RGB value is (125,27,203). Sum of RGB (Red+Green+Blue) = 125+27+203=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D1BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1BCB is #82E434. Grayscale: #4B4B4B. Windows color (decimal): -8578101 or 13310845. OLE color: 13310845.
HSL color Cylindrical-coordinate representation of color #7D1BCB: hue angle of 273.41º 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 #7D1BCB is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 27 | 203 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.20 |
| HSL | 273.41º | 0.77% | 0.45% | - |
| HSV(B) | 273.41º | 0.87% | 0.8% | - |
| XYZ | 19.63 | 9.46 | 57.29 | - |
| YUV | 76.37 | 199.47 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 27 | 203 | 0.38 | 0.87 | 0 | 0.20 | 273.41 | 0.77 | 0.45 |
| Hex | 7D | 1B | CB | 26 | 57 | 0 | 14 | 111 | 4D | 2D |
| Octal | 175 | 33 | 313 | 46 | 127 | 0 | 24 | 421 | 115 | 55 |
| Binary | 1111101 | 11011 | 11001011 | 100110 | 1010111 | 0 | 10100 | 100010001 | 1001101 | 101101 |
Color Harmonies of #7D1BCB
Complementary color
Monochromatic Colors of #7D1BCB
Black with #7D1BCB
Text Example
Text Example
White with #7D1BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1BCB; }
p { color: rgb(125,27,203); }
H1.HeaderClassName
{
color: #7D1BCB;
}
.AnyTagClassName
{
color: #7D1BCB;
}
</style>
background-color css
<style>
a { background-color: #7D1BCB; }
a { background-color: rgb(125,27,203); }
div.DivClassName
{
background-color: #7D1BCB;
}
.BgClassName
{
background-color: #7D1BCB;
}
</style>
border-color css
<style>
span { border-color: #7D1BCB; }
span { border-color: rgb(125,27,203); }
td.TdClassName
{
border-color: #7D1BCB;
}
.TagClassName
{
border-color: #7D1BCB;
}
</style>