Shades of Blue Violet #7D13EF
Tints of Blue Violet #7D13EF
RGB
CMYK
RGB Variations
Color information
#7D13EF (or 0x7D13EF) is known color: Blue Violet. HEX triplet: 7D, 13 and EF. RGB value is (125,19,239). Sum of RGB (Red+Green+Blue) = 125+19+239=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D13EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D13EF is #82EC10. Grayscale: #4B4B4B. Windows color (decimal): -8580113 or 15668093. OLE color: 15668093.
HSL color Cylindrical-coordinate representation of color #7D13EF: hue angle of 268.91º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D13EF is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 19 | 239 | - |
| CMYK | 0.48 | 0.92 | 0 | 0.06 |
| HSL | 268.91º | 0.87% | 0.51% | - |
| HSV(B) | 268.91º | 0.92% | 0.94% | - |
| XYZ | 24.27 | 11.06 | 82.52 | - |
| YUV | 75.77 | 220.12 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 19 | 239 | 0.48 | 0.92 | 0 | 0.06 | 268.91 | 0.87 | 0.51 |
| Hex | 7D | 13 | EF | 30 | 5C | 0 | 6 | 10D | 57 | 33 |
| Octal | 175 | 23 | 357 | 60 | 134 | 0 | 6 | 415 | 127 | 63 |
| Binary | 1111101 | 10011 | 11101111 | 110000 | 1011100 | 0 | 110 | 100001101 | 1010111 | 110011 |
Color Harmonies of #7D13EF
Complementary color
Monochromatic Colors of #7D13EF
Black with #7D13EF
Text Example
Text Example
White with #7D13EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D13EF; }
p { color: rgb(125,19,239); }
H1.HeaderClassName
{
color: #7D13EF;
}
.AnyTagClassName
{
color: #7D13EF;
}
</style>
background-color css
<style>
a { background-color: #7D13EF; }
a { background-color: rgb(125,19,239); }
div.DivClassName
{
background-color: #7D13EF;
}
.BgClassName
{
background-color: #7D13EF;
}
</style>
border-color css
<style>
span { border-color: #7D13EF; }
span { border-color: rgb(125,19,239); }
td.TdClassName
{
border-color: #7D13EF;
}
.TagClassName
{
border-color: #7D13EF;
}
</style>