Shades of Blue Violet #7D36D5
Tints of Blue Violet #7D36D5
RGB
CMYK
RGB Variations
Color information
#7D36D5 (or 0x7D36D5) is known color: Blue Violet. HEX triplet: 7D, 36 and D5. RGB value is (125,54,213). Sum of RGB (Red+Green+Blue) = 125+54+213=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 213 (83.59% from 255 or 54.34% from 392); Max value from RGB is 213 - color contains mainly: blue. Hex color #7D36D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D36D5 is #82C92A. Grayscale: #5C5C5C. Windows color (decimal): -8571179 or 13973117. OLE color: 13973117.
HSL color Cylindrical-coordinate representation of color #7D36D5: hue angle of 266.79º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D36D5 is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 54 | 213 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.16 |
| HSL | 266.79º | 0.65% | 0.52% | - |
| HSV(B) | 266.79º | 0.75% | 0.84% | - |
| XYZ | 21.79 | 11.8 | 64.08 | - |
| YUV | 93.36 | 195.52 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 54 | 213 | 0.41 | 0.75 | 0 | 0.16 | 266.79 | 0.65 | 0.52 |
| Hex | 7D | 36 | D5 | 29 | 4B | 0 | 10 | 10B | 41 | 34 |
| Octal | 175 | 66 | 325 | 51 | 113 | 0 | 20 | 413 | 101 | 64 |
| Binary | 1111101 | 110110 | 11010101 | 101001 | 1001011 | 0 | 10000 | 100001011 | 1000001 | 110100 |
Color Harmonies of #7D36D5
Complementary color
Monochromatic Colors of #7D36D5
Black with #7D36D5
Text Example
Text Example
White with #7D36D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D36D5; }
p { color: rgb(125,54,213); }
H1.HeaderClassName
{
color: #7D36D5;
}
.AnyTagClassName
{
color: #7D36D5;
}
</style>
background-color css
<style>
a { background-color: #7D36D5; }
a { background-color: rgb(125,54,213); }
div.DivClassName
{
background-color: #7D36D5;
}
.BgClassName
{
background-color: #7D36D5;
}
</style>
border-color css
<style>
span { border-color: #7D36D5; }
span { border-color: rgb(125,54,213); }
td.TdClassName
{
border-color: #7D36D5;
}
.TagClassName
{
border-color: #7D36D5;
}
</style>