Shades of Blue Violet #7C36D5
Tints of Blue Violet #7C36D5
RGB
CMYK
RGB Variations
Color information
#7C36D5 (or 0x7C36D5) is known color: Blue Violet. HEX triplet: 7C, 36 and D5. RGB value is (124,54,213). Sum of RGB (Red+Green+Blue) = 124+54+213=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 213 (83.59% from 255 or 54.48% from 391); Max value from RGB is 213 - color contains mainly: blue. Hex color #7C36D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C36D5 is #83C92A. Grayscale: #5C5C5C. Windows color (decimal): -8636715 or 13973116. OLE color: 13973116.
HSL color Cylindrical-coordinate representation of color #7C36D5: hue angle of 266.42º 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 #7C36D5 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 54 | 213 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.16 |
| HSL | 266.42º | 0.65% | 0.52% | - |
| HSV(B) | 266.42º | 0.75% | 0.84% | - |
| XYZ | 21.64 | 11.73 | 64.07 | - |
| YUV | 93.06 | 195.69 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 54 | 213 | 0.42 | 0.75 | 0 | 0.16 | 266.42 | 0.65 | 0.52 |
| Hex | 7C | 36 | D5 | 2A | 4B | 0 | 10 | 10A | 41 | 34 |
| Octal | 174 | 66 | 325 | 52 | 113 | 0 | 20 | 412 | 101 | 64 |
| Binary | 1111100 | 110110 | 11010101 | 101010 | 1001011 | 0 | 10000 | 100001010 | 1000001 | 110100 |
Color Harmonies of #7C36D5
Complementary color
Monochromatic Colors of #7C36D5
Black with #7C36D5
Text Example
Text Example
White with #7C36D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C36D5; }
p { color: rgb(124,54,213); }
H1.HeaderClassName
{
color: #7C36D5;
}
.AnyTagClassName
{
color: #7C36D5;
}
</style>
background-color css
<style>
a { background-color: #7C36D5; }
a { background-color: rgb(124,54,213); }
div.DivClassName
{
background-color: #7C36D5;
}
.BgClassName
{
background-color: #7C36D5;
}
</style>
border-color css
<style>
span { border-color: #7C36D5; }
span { border-color: rgb(124,54,213); }
td.TdClassName
{
border-color: #7C36D5;
}
.TagClassName
{
border-color: #7C36D5;
}
</style>