Shades of Blue Violet #7D3BCF
Tints of Blue Violet #7D3BCF
RGB
CMYK
RGB Variations
Color information
#7D3BCF (or 0x7D3BCF) is known color: Blue Violet. HEX triplet: 7D, 3B and CF. RGB value is (125,59,207). Sum of RGB (Red+Green+Blue) = 125+59+207=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D3BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3BCF is #82C430. Grayscale: #5F5F5F. Windows color (decimal): -8569905 or 13581181. OLE color: 13581181.
HSL color Cylindrical-coordinate representation of color #7D3BCF: hue angle of 266.76º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D3BCF is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 59 | 207 | - |
| CMYK | 0.40 | 0.71 | 0 | 0.19 |
| HSL | 266.76º | 0.61% | 0.52% | - |
| HSV(B) | 266.76º | 0.71% | 0.81% | - |
| XYZ | 21.28 | 11.99 | 60.22 | - |
| YUV | 95.61 | 190.87 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 59 | 207 | 0.40 | 0.71 | 0 | 0.19 | 266.76 | 0.61 | 0.52 |
| Hex | 7D | 3B | CF | 28 | 47 | 0 | 13 | 10B | 3D | 34 |
| Octal | 175 | 73 | 317 | 50 | 107 | 0 | 23 | 413 | 75 | 64 |
| Binary | 1111101 | 111011 | 11001111 | 101000 | 1000111 | 0 | 10011 | 100001011 | 111101 | 110100 |
Color Harmonies of #7D3BCF
Complementary color
Monochromatic Colors of #7D3BCF
Black with #7D3BCF
Text Example
Text Example
White with #7D3BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3BCF; }
p { color: rgb(125,59,207); }
H1.HeaderClassName
{
color: #7D3BCF;
}
.AnyTagClassName
{
color: #7D3BCF;
}
</style>
background-color css
<style>
a { background-color: #7D3BCF; }
a { background-color: rgb(125,59,207); }
div.DivClassName
{
background-color: #7D3BCF;
}
.BgClassName
{
background-color: #7D3BCF;
}
</style>
border-color css
<style>
span { border-color: #7D3BCF; }
span { border-color: rgb(125,59,207); }
td.TdClassName
{
border-color: #7D3BCF;
}
.TagClassName
{
border-color: #7D3BCF;
}
</style>