Shades of Blue Violet #7D3FFE
Tints of Blue Violet #7D3FFE
RGB
CMYK
RGB Variations
Color information
#7D3FFE (or 0x7D3FFE) is known color: Blue Violet. HEX triplet: 7D, 3F and FE. RGB value is (125,63,254). Sum of RGB (Red+Green+Blue) = 125+63+254=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D3FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D3FFE is #82C001. Grayscale: #666666. Windows color (decimal): -8568834 or 16662397. OLE color: 16662397.
HSL color Cylindrical-coordinate representation of color #7D3FFE: hue angle of 259.48º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D3FFE is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 63 | 254 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.00 |
| HSL | 259.48º | 0.99% | 0.62% | - |
| HSV(B) | 259.48º | 0.75% | 1% | - |
| XYZ | 28.12 | 15.07 | 95.19 | - |
| YUV | 103.31 | 213.04 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 63 | 254 | 0.51 | 0.75 | 0 | 0.00 | 259.48 | 0.99 | 0.62 |
| Hex | 7D | 3F | FE | 33 | 4B | 0 | 0 | 103 | 63 | 3E |
| Octal | 175 | 77 | 376 | 63 | 113 | 0 | 0 | 403 | 143 | 76 |
| Binary | 1111101 | 111111 | 11111110 | 110011 | 1001011 | 0 | 0 | 100000011 | 1100011 | 111110 |
Color Harmonies of #7D3FFE
Complementary color
Monochromatic Colors of #7D3FFE
Black with #7D3FFE
Text Example
Text Example
White with #7D3FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3FFE; }
p { color: rgb(125,63,254); }
H1.HeaderClassName
{
color: #7D3FFE;
}
.AnyTagClassName
{
color: #7D3FFE;
}
</style>
background-color css
<style>
a { background-color: #7D3FFE; }
a { background-color: rgb(125,63,254); }
div.DivClassName
{
background-color: #7D3FFE;
}
.BgClassName
{
background-color: #7D3FFE;
}
</style>
border-color css
<style>
span { border-color: #7D3FFE; }
span { border-color: rgb(125,63,254); }
td.TdClassName
{
border-color: #7D3FFE;
}
.TagClassName
{
border-color: #7D3FFE;
}
</style>