Shades of Blue Violet #7A36D5
Tints of Blue Violet #7A36D5
RGB
CMYK
RGB Variations
Color information
#7A36D5 (or 0x7A36D5) is known color: Blue Violet. HEX triplet: 7A, 36 and D5. RGB value is (122,54,213). Sum of RGB (Red+Green+Blue) = 122+54+213=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 213 (83.59% from 255 or 54.76% from 389); Max value from RGB is 213 - color contains mainly: blue. Hex color #7A36D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A36D5 is #85C92A. Grayscale: #5B5B5B. Windows color (decimal): -8767787 or 13973114. OLE color: 13973114.
HSL color Cylindrical-coordinate representation of color #7A36D5: hue angle of 265.66º 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 #7A36D5 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 54 | 213 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.16 |
| HSL | 265.66º | 0.65% | 0.52% | - |
| HSV(B) | 265.66º | 0.75% | 0.84% | - |
| XYZ | 21.36 | 11.58 | 64.06 | - |
| YUV | 92.46 | 196.03 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 54 | 213 | 0.43 | 0.75 | 0 | 0.16 | 265.66 | 0.65 | 0.52 |
| Hex | 7A | 36 | D5 | 2B | 4B | 0 | 10 | 10A | 41 | 34 |
| Octal | 172 | 66 | 325 | 53 | 113 | 0 | 20 | 412 | 101 | 64 |
| Binary | 1111010 | 110110 | 11010101 | 101011 | 1001011 | 0 | 10000 | 100001010 | 1000001 | 110100 |
Color Harmonies of #7A36D5
Complementary color
Monochromatic Colors of #7A36D5
Black with #7A36D5
Text Example
Text Example
White with #7A36D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A36D5; }
p { color: rgb(122,54,213); }
H1.HeaderClassName
{
color: #7A36D5;
}
.AnyTagClassName
{
color: #7A36D5;
}
</style>
background-color css
<style>
a { background-color: #7A36D5; }
a { background-color: rgb(122,54,213); }
div.DivClassName
{
background-color: #7A36D5;
}
.BgClassName
{
background-color: #7A36D5;
}
</style>
border-color css
<style>
span { border-color: #7A36D5; }
span { border-color: rgb(122,54,213); }
td.TdClassName
{
border-color: #7A36D5;
}
.TagClassName
{
border-color: #7A36D5;
}
</style>