Shades of Studio #7A3DB1
Tints of Studio #7A3DB1
RGB
CMYK
RGB Variations
Color information
#7A3DB1 (or 0x7A3DB1) is known color: Studio. HEX triplet: 7A, 3D and B1. RGB value is (122,61,177). Sum of RGB (Red+Green+Blue) = 122+61+177=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 177 (69.53% from 255 or 49.17% from 360); Max value from RGB is 177 - color contains mainly: blue. Hex color #7A3DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3DB1 is #85C24E. Grayscale: #5C5C5C. Windows color (decimal): -8766031 or 11615610. OLE color: 11615610.
HSL color Cylindrical-coordinate representation of color #7A3DB1: hue angle of 271.55º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A3DB1 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 61 | 177 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.31 |
| HSL | 271.55º | 0.49% | 0.47% | - |
| HSV(B) | 271.55º | 0.66% | 0.69% | - |
| XYZ | 17.63 | 10.65 | 42.72 | - |
| YUV | 92.46 | 175.71 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 61 | 177 | 0.31 | 0.66 | 0 | 0.31 | 271.55 | 0.49 | 0.47 |
| Hex | 7A | 3D | B1 | 1F | 42 | 0 | 1F | 110 | 31 | 2F |
| Octal | 172 | 75 | 261 | 37 | 102 | 0 | 37 | 420 | 61 | 57 |
| Binary | 1111010 | 111101 | 10110001 | 11111 | 1000010 | 0 | 11111 | 100010000 | 110001 | 101111 |
Color Harmonies of #7A3DB1
Complementary color
Monochromatic Colors of #7A3DB1
Black with #7A3DB1
Text Example
Text Example
White with #7A3DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3DB1; }
p { color: rgb(122,61,177); }
H1.HeaderClassName
{
color: #7A3DB1;
}
.AnyTagClassName
{
color: #7A3DB1;
}
</style>
background-color css
<style>
a { background-color: #7A3DB1; }
a { background-color: rgb(122,61,177); }
div.DivClassName
{
background-color: #7A3DB1;
}
.BgClassName
{
background-color: #7A3DB1;
}
</style>
border-color css
<style>
span { border-color: #7A3DB1; }
span { border-color: rgb(122,61,177); }
td.TdClassName
{
border-color: #7A3DB1;
}
.TagClassName
{
border-color: #7A3DB1;
}
</style>