Shades of Blue Violet #7D20FD
Tints of Blue Violet #7D20FD
RGB
CMYK
RGB Variations
Color information
#7D20FD (or 0x7D20FD) is known color: Blue Violet. HEX triplet: 7D, 20 and FD. RGB value is (125,32,253). Sum of RGB (Red+Green+Blue) = 125+32+253=410 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.49% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 253 (99.22% from 255 or 61.71% from 410); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D20FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D20FD is #82DF02. Grayscale: #545454. Windows color (decimal): -8576771 or 16588925. OLE color: 16588925.
HSL color Cylindrical-coordinate representation of color #7D20FD: hue angle of 265.25º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D20FD is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 32 | 253 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.01 |
| HSL | 265.25º | 0.98% | 0.56% | - |
| HSV(B) | 265.25º | 0.87% | 0.99% | - |
| XYZ | 26.7 | 12.48 | 93.93 | - |
| YUV | 85 | 222.81 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 32 | 253 | 0.51 | 0.87 | 0 | 0.01 | 265.25 | 0.98 | 0.56 |
| Hex | 7D | 20 | FD | 33 | 57 | 0 | 1 | 109 | 62 | 38 |
| Octal | 175 | 40 | 375 | 63 | 127 | 0 | 1 | 411 | 142 | 70 |
| Binary | 1111101 | 100000 | 11111101 | 110011 | 1010111 | 0 | 1 | 100001001 | 1100010 | 111000 |
Color Harmonies of #7D20FD
Complementary color
Monochromatic Colors of #7D20FD
Black with #7D20FD
Text Example
Text Example
White with #7D20FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D20FD; }
p { color: rgb(125,32,253); }
H1.HeaderClassName
{
color: #7D20FD;
}
.AnyTagClassName
{
color: #7D20FD;
}
</style>
background-color css
<style>
a { background-color: #7D20FD; }
a { background-color: rgb(125,32,253); }
div.DivClassName
{
background-color: #7D20FD;
}
.BgClassName
{
background-color: #7D20FD;
}
</style>
border-color css
<style>
span { border-color: #7D20FD; }
span { border-color: rgb(125,32,253); }
td.TdClassName
{
border-color: #7D20FD;
}
.TagClassName
{
border-color: #7D20FD;
}
</style>