Shades of Blue Violet #7D2CFE
Tints of Blue Violet #7D2CFE
RGB
CMYK
RGB Variations
Color information
#7D2CFE (or 0x7D2CFE) is known color: Blue Violet. HEX triplet: 7D, 2C and FE. RGB value is (125,44,254). Sum of RGB (Red+Green+Blue) = 125+44+254=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D2CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D2CFE is #82D301. Grayscale: #5B5B5B. Windows color (decimal): -8573698 or 16657533. OLE color: 16657533.
HSL color Cylindrical-coordinate representation of color #7D2CFE: hue angle of 263.14º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D2CFE is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 44 | 254 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.00 |
| HSL | 263.14º | 0.99% | 0.58% | - |
| HSV(B) | 263.14º | 0.83% | 1% | - |
| XYZ | 27.25 | 13.32 | 94.9 | - |
| YUV | 92.16 | 219.34 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 44 | 254 | 0.51 | 0.83 | 0 | 0.00 | 263.14 | 0.99 | 0.58 |
| Hex | 7D | 2C | FE | 33 | 53 | 0 | 0 | 107 | 63 | 3A |
| Octal | 175 | 54 | 376 | 63 | 123 | 0 | 0 | 407 | 143 | 72 |
| Binary | 1111101 | 101100 | 11111110 | 110011 | 1010011 | 0 | 0 | 100000111 | 1100011 | 111010 |
Color Harmonies of #7D2CFE
Complementary color
Monochromatic Colors of #7D2CFE
Black with #7D2CFE
Text Example
Text Example
White with #7D2CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2CFE; }
p { color: rgb(125,44,254); }
H1.HeaderClassName
{
color: #7D2CFE;
}
.AnyTagClassName
{
color: #7D2CFE;
}
</style>
background-color css
<style>
a { background-color: #7D2CFE; }
a { background-color: rgb(125,44,254); }
div.DivClassName
{
background-color: #7D2CFE;
}
.BgClassName
{
background-color: #7D2CFE;
}
</style>
border-color css
<style>
span { border-color: #7D2CFE; }
span { border-color: rgb(125,44,254); }
td.TdClassName
{
border-color: #7D2CFE;
}
.TagClassName
{
border-color: #7D2CFE;
}
</style>