Shades of Studio #7B3DA1
Tints of Studio #7B3DA1
RGB
CMYK
RGB Variations
Color information
#7B3DA1 (or 0x7B3DA1) is known color: Studio. HEX triplet: 7B, 3D and A1. RGB value is (123,61,161). Sum of RGB (Red+Green+Blue) = 123+61+161=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 161 (63.28% from 255 or 46.67% from 345); Max value from RGB is 161 - color contains mainly: blue. Hex color #7B3DA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3DA1 is #84C25E. Grayscale: #5A5A5A. Windows color (decimal): -8700511 or 10567035. OLE color: 10567035.
HSL color Cylindrical-coordinate representation of color #7B3DA1: hue angle of 277.2º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B3DA1 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 61 | 161 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.37 |
| HSL | 277.2º | 0.45% | 0.44% | - |
| HSV(B) | 277.2º | 0.62% | 0.63% | - |
| XYZ | 16.27 | 10.12 | 34.81 | - |
| YUV | 90.94 | 167.54 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 61 | 161 | 0.24 | 0.62 | 0 | 0.37 | 277.2 | 0.45 | 0.44 |
| Hex | 7B | 3D | A1 | 18 | 3E | 0 | 25 | 115 | 2D | 2C |
| Octal | 173 | 75 | 241 | 30 | 76 | 0 | 45 | 425 | 55 | 54 |
| Binary | 1111011 | 111101 | 10100001 | 11000 | 111110 | 0 | 100101 | 100010101 | 101101 | 101100 |
Color Harmonies of #7B3DA1
Complementary color
Monochromatic Colors of #7B3DA1
Black with #7B3DA1
Text Example
Text Example
White with #7B3DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3DA1; }
p { color: rgb(123,61,161); }
H1.HeaderClassName
{
color: #7B3DA1;
}
.AnyTagClassName
{
color: #7B3DA1;
}
</style>
background-color css
<style>
a { background-color: #7B3DA1; }
a { background-color: rgb(123,61,161); }
div.DivClassName
{
background-color: #7B3DA1;
}
.BgClassName
{
background-color: #7B3DA1;
}
</style>
border-color css
<style>
span { border-color: #7B3DA1; }
span { border-color: rgb(123,61,161); }
td.TdClassName
{
border-color: #7B3DA1;
}
.TagClassName
{
border-color: #7B3DA1;
}
</style>