Shades of Blue Violet #7D2DFB
Tints of Blue Violet #7D2DFB
RGB
CMYK
RGB Variations
Color information
#7D2DFB (or 0x7D2DFB) is known color: Blue Violet. HEX triplet: 7D, 2D and FB. RGB value is (125,45,251). Sum of RGB (Red+Green+Blue) = 125+45+251=421 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.69% from 421); Green value is 45 (17.97% from 255 or 10.69% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D2DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D2DFB is #82D204. Grayscale: #5B5B5B. Windows color (decimal): -8573445 or 16461181. OLE color: 16461181.
HSL color Cylindrical-coordinate representation of color #7D2DFB: hue angle of 263.3º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D2DFB is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 45 | 251 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.02 |
| HSL | 263.3º | 0.96% | 0.58% | - |
| HSV(B) | 263.3º | 0.82% | 0.98% | - |
| XYZ | 26.81 | 13.2 | 92.4 | - |
| YUV | 92.4 | 217.5 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 45 | 251 | 0.50 | 0.82 | 0 | 0.02 | 263.3 | 0.96 | 0.58 |
| Hex | 7D | 2D | FB | 32 | 52 | 0 | 2 | 107 | 60 | 3A |
| Octal | 175 | 55 | 373 | 62 | 122 | 0 | 2 | 407 | 140 | 72 |
| Binary | 1111101 | 101101 | 11111011 | 110010 | 1010010 | 0 | 10 | 100000111 | 1100000 | 111010 |
Color Harmonies of #7D2DFB
Complementary color
Monochromatic Colors of #7D2DFB
Black with #7D2DFB
Text Example
Text Example
White with #7D2DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2DFB; }
p { color: rgb(125,45,251); }
H1.HeaderClassName
{
color: #7D2DFB;
}
.AnyTagClassName
{
color: #7D2DFB;
}
</style>
background-color css
<style>
a { background-color: #7D2DFB; }
a { background-color: rgb(125,45,251); }
div.DivClassName
{
background-color: #7D2DFB;
}
.BgClassName
{
background-color: #7D2DFB;
}
</style>
border-color css
<style>
span { border-color: #7D2DFB; }
span { border-color: rgb(125,45,251); }
td.TdClassName
{
border-color: #7D2DFB;
}
.TagClassName
{
border-color: #7D2DFB;
}
</style>