Shades of Blue Violet #7D36DF
Tints of Blue Violet #7D36DF
RGB
CMYK
RGB Variations
Color information
#7D36DF (or 0x7D36DF) is known color: Blue Violet. HEX triplet: 7D, 36 and DF. RGB value is (125,54,223). Sum of RGB (Red+Green+Blue) = 125+54+223=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D36DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D36DF is #82C920. Grayscale: #5D5D5D. Windows color (decimal): -8571169 or 14628477. OLE color: 14628477.
HSL color Cylindrical-coordinate representation of color #7D36DF: hue angle of 265.21º 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 #7D36DF is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 54 | 223 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.13 |
| HSL | 265.21º | 0.73% | 0.54% | - |
| HSV(B) | 265.21º | 0.76% | 0.87% | - |
| XYZ | 23.1 | 12.33 | 70.97 | - |
| YUV | 94.5 | 200.52 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 54 | 223 | 0.44 | 0.76 | 0 | 0.13 | 265.21 | 0.73 | 0.54 |
| Hex | 7D | 36 | DF | 2C | 4C | 0 | D | 109 | 49 | 36 |
| Octal | 175 | 66 | 337 | 54 | 114 | 0 | 15 | 411 | 111 | 66 |
| Binary | 1111101 | 110110 | 11011111 | 101100 | 1001100 | 0 | 1101 | 100001001 | 1001001 | 110110 |
Color Harmonies of #7D36DF
Complementary color
Monochromatic Colors of #7D36DF
Black with #7D36DF
Text Example
Text Example
White with #7D36DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D36DF; }
p { color: rgb(125,54,223); }
H1.HeaderClassName
{
color: #7D36DF;
}
.AnyTagClassName
{
color: #7D36DF;
}
</style>
background-color css
<style>
a { background-color: #7D36DF; }
a { background-color: rgb(125,54,223); }
div.DivClassName
{
background-color: #7D36DF;
}
.BgClassName
{
background-color: #7D36DF;
}
</style>
border-color css
<style>
span { border-color: #7D36DF; }
span { border-color: rgb(125,54,223); }
td.TdClassName
{
border-color: #7D36DF;
}
.TagClassName
{
border-color: #7D36DF;
}
</style>