Shades of Blue Violet #7D35DF
Tints of Blue Violet #7D35DF
RGB
CMYK
RGB Variations
Color information
#7D35DF (or 0x7D35DF) is known color: Blue Violet. HEX triplet: 7D, 35 and DF. RGB value is (125,53,223). Sum of RGB (Red+Green+Blue) = 125+53+223=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D35DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D35DF is #82CA20. Grayscale: #5D5D5D. Windows color (decimal): -8571425 or 14628221. OLE color: 14628221.
HSL color Cylindrical-coordinate representation of color #7D35DF: hue angle of 265.41º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7D35DF is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 53 | 223 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.13 |
| HSL | 265.41º | 0.73% | 0.54% | - |
| HSV(B) | 265.41º | 0.76% | 0.87% | - |
| XYZ | 23.05 | 12.23 | 70.96 | - |
| YUV | 93.91 | 200.85 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 53 | 223 | 0.44 | 0.76 | 0 | 0.13 | 265.41 | 0.73 | 0.54 |
| Hex | 7D | 35 | DF | 2C | 4C | 0 | D | 109 | 49 | 36 |
| Octal | 175 | 65 | 337 | 54 | 114 | 0 | 15 | 411 | 111 | 66 |
| Binary | 1111101 | 110101 | 11011111 | 101100 | 1001100 | 0 | 1101 | 100001001 | 1001001 | 110110 |
Color Harmonies of #7D35DF
Complementary color
Monochromatic Colors of #7D35DF
Black with #7D35DF
Text Example
Text Example
White with #7D35DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D35DF; }
p { color: rgb(125,53,223); }
H1.HeaderClassName
{
color: #7D35DF;
}
.AnyTagClassName
{
color: #7D35DF;
}
</style>
background-color css
<style>
a { background-color: #7D35DF; }
a { background-color: rgb(125,53,223); }
div.DivClassName
{
background-color: #7D35DF;
}
.BgClassName
{
background-color: #7D35DF;
}
</style>
border-color css
<style>
span { border-color: #7D35DF; }
span { border-color: rgb(125,53,223); }
td.TdClassName
{
border-color: #7D35DF;
}
.TagClassName
{
border-color: #7D35DF;
}
</style>