Shades of Blue Violet #7D19FA
Tints of Blue Violet #7D19FA
RGB
CMYK
RGB Variations
Color information
#7D19FA (or 0x7D19FA) is known color: Blue Violet. HEX triplet: 7D, 19 and FA. RGB value is (125,25,250). Sum of RGB (Red+Green+Blue) = 125+25+250=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D19FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D19FA is #82E605. Grayscale: #4F4F4F. Windows color (decimal): -8578566 or 16390525. OLE color: 16390525.
HSL color Cylindrical-coordinate representation of color #7D19FA: hue angle of 266.67º degrees, saturation: 0.96, 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 #7D19FA is Cyan = 0.50, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 25 | 250 | - |
| CMYK | 0.50 | 0.9 | 0 | 0.02 |
| HSL | 266.67º | 0.96% | 0.54% | - |
| HSV(B) | 266.67º | 0.9% | 0.98% | - |
| XYZ | 26.06 | 11.96 | 91.38 | - |
| YUV | 80.55 | 223.63 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 25 | 250 | 0.50 | 0.9 | 0 | 0.02 | 266.67 | 0.96 | 0.54 |
| Hex | 7D | 19 | FA | 32 | 5A | 0 | 2 | 10B | 60 | 36 |
| Octal | 175 | 31 | 372 | 62 | 132 | 0 | 2 | 413 | 140 | 66 |
| Binary | 1111101 | 11001 | 11111010 | 110010 | 1011010 | 0 | 10 | 100001011 | 1100000 | 110110 |
Color Harmonies of #7D19FA
Complementary color
Monochromatic Colors of #7D19FA
Black with #7D19FA
Text Example
Text Example
White with #7D19FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D19FA; }
p { color: rgb(125,25,250); }
H1.HeaderClassName
{
color: #7D19FA;
}
.AnyTagClassName
{
color: #7D19FA;
}
</style>
background-color css
<style>
a { background-color: #7D19FA; }
a { background-color: rgb(125,25,250); }
div.DivClassName
{
background-color: #7D19FA;
}
.BgClassName
{
background-color: #7D19FA;
}
</style>
border-color css
<style>
span { border-color: #7D19FA; }
span { border-color: rgb(125,25,250); }
td.TdClassName
{
border-color: #7D19FA;
}
.TagClassName
{
border-color: #7D19FA;
}
</style>