Shades of Blue Violet #7D2DFF
Tints of Blue Violet #7D2DFF
RGB
CMYK
RGB Variations
Color information
#7D2DFF (or 0x7D2DFF) is known color: Blue Violet. HEX triplet: 7D, 2D and FF. RGB value is (125,45,255). Sum of RGB (Red+Green+Blue) = 125+45+255=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D2DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D2DFF is #82D200. Grayscale: #5C5C5C. Windows color (decimal): -8573441 or 16723325. OLE color: 16723325.
HSL color Cylindrical-coordinate representation of color #7D2DFF: hue angle of 262.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D2DFF is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 45 | 255 | - |
| CMYK | 0.51 | 0.82 | 0 | 0 |
| HSL | 262.86º | 1% | 0.59% | - |
| HSV(B) | 262.86º | 0.82% | 1% | - |
| XYZ | 27.45 | 13.46 | 95.76 | - |
| YUV | 92.86 | 219.5 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 45 | 255 | 0.51 | 0.82 | 0 | 0 | 262.86 | 1 | 0.59 |
| Hex | 7D | 2D | FF | 33 | 52 | 0 | 0 | 107 | 64 | 3B |
| Octal | 175 | 55 | 377 | 63 | 122 | 0 | 0 | 407 | 144 | 73 |
| Binary | 1111101 | 101101 | 11111111 | 110011 | 1010010 | 0 | 0 | 100000111 | 1100100 | 111011 |
Color Harmonies of #7D2DFF
Complementary color
Monochromatic Colors of #7D2DFF
Black with #7D2DFF
Text Example
Text Example
White with #7D2DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2DFF; }
p { color: rgb(125,45,255); }
H1.HeaderClassName
{
color: #7D2DFF;
}
.AnyTagClassName
{
color: #7D2DFF;
}
</style>
background-color css
<style>
a { background-color: #7D2DFF; }
a { background-color: rgb(125,45,255); }
div.DivClassName
{
background-color: #7D2DFF;
}
.BgClassName
{
background-color: #7D2DFF;
}
</style>
border-color css
<style>
span { border-color: #7D2DFF; }
span { border-color: rgb(125,45,255); }
td.TdClassName
{
border-color: #7D2DFF;
}
.TagClassName
{
border-color: #7D2DFF;
}
</style>