Shades of Studio #7B3FAC
Tints of Studio #7B3FAC
RGB
CMYK
RGB Variations
Color information
#7B3FAC (or 0x7B3FAC) is known color: Studio. HEX triplet: 7B, 3F and AC. RGB value is (123,63,172). Sum of RGB (Red+Green+Blue) = 123+63+172=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B3FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3FAC is #84C053. Grayscale: #5C5C5C. Windows color (decimal): -8699988 or 11288443. OLE color: 11288443.
HSL color Cylindrical-coordinate representation of color #7B3FAC: hue angle of 273.03º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B3FAC is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 63 | 172 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.33 |
| HSL | 273.03º | 0.46% | 0.46% | - |
| HSV(B) | 273.03º | 0.63% | 0.67% | - |
| XYZ | 17.39 | 10.74 | 40.19 | - |
| YUV | 93.37 | 172.38 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 63 | 172 | 0.28 | 0.63 | 0 | 0.33 | 273.03 | 0.46 | 0.46 |
| Hex | 7B | 3F | AC | 1C | 3F | 0 | 21 | 111 | 2E | 2E |
| Octal | 173 | 77 | 254 | 34 | 77 | 0 | 41 | 421 | 56 | 56 |
| Binary | 1111011 | 111111 | 10101100 | 11100 | 111111 | 0 | 100001 | 100010001 | 101110 | 101110 |
Color Harmonies of #7B3FAC
Complementary color
Monochromatic Colors of #7B3FAC
Black with #7B3FAC
Text Example
Text Example
White with #7B3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3FAC; }
p { color: rgb(123,63,172); }
H1.HeaderClassName
{
color: #7B3FAC;
}
.AnyTagClassName
{
color: #7B3FAC;
}
</style>
background-color css
<style>
a { background-color: #7B3FAC; }
a { background-color: rgb(123,63,172); }
div.DivClassName
{
background-color: #7B3FAC;
}
.BgClassName
{
background-color: #7B3FAC;
}
</style>
border-color css
<style>
span { border-color: #7B3FAC; }
span { border-color: rgb(123,63,172); }
td.TdClassName
{
border-color: #7B3FAC;
}
.TagClassName
{
border-color: #7B3FAC;
}
</style>