Shades of Blue Violet #7D1AFB
Tints of Blue Violet #7D1AFB
RGB
CMYK
RGB Variations
Color information
#7D1AFB (or 0x7D1AFB) is known color: Blue Violet. HEX triplet: 7D, 1A and FB. RGB value is (125,26,251). Sum of RGB (Red+Green+Blue) = 125+26+251=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D1AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D1AFB is #82E504. Grayscale: #505050. Windows color (decimal): -8578309 or 16456317. OLE color: 16456317.
HSL color Cylindrical-coordinate representation of color #7D1AFB: hue angle of 266.4º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D1AFB is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 26 | 251 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.02 |
| HSL | 266.4º | 0.97% | 0.54% | - |
| HSV(B) | 266.4º | 0.9% | 0.98% | - |
| XYZ | 26.24 | 12.06 | 92.21 | - |
| YUV | 81.25 | 223.8 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 26 | 251 | 0.50 | 0.90 | 0 | 0.02 | 266.4 | 0.97 | 0.54 |
| Hex | 7D | 1A | FB | 32 | 5A | 0 | 2 | 10A | 61 | 36 |
| Octal | 175 | 32 | 373 | 62 | 132 | 0 | 2 | 412 | 141 | 66 |
| Binary | 1111101 | 11010 | 11111011 | 110010 | 1011010 | 0 | 10 | 100001010 | 1100001 | 110110 |
Color Harmonies of #7D1AFB
Complementary color
Monochromatic Colors of #7D1AFB
Black with #7D1AFB
Text Example
Text Example
White with #7D1AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1AFB; }
p { color: rgb(125,26,251); }
H1.HeaderClassName
{
color: #7D1AFB;
}
.AnyTagClassName
{
color: #7D1AFB;
}
</style>
background-color css
<style>
a { background-color: #7D1AFB; }
a { background-color: rgb(125,26,251); }
div.DivClassName
{
background-color: #7D1AFB;
}
.BgClassName
{
background-color: #7D1AFB;
}
</style>
border-color css
<style>
span { border-color: #7D1AFB; }
span { border-color: rgb(125,26,251); }
td.TdClassName
{
border-color: #7D1AFB;
}
.TagClassName
{
border-color: #7D1AFB;
}
</style>