Shades of Studio #7B43AC
Tints of Studio #7B43AC
RGB
CMYK
RGB Variations
Color information
#7B43AC (or 0x7B43AC) is known color: Studio. HEX triplet: 7B, 43 and AC. RGB value is (123,67,172). Sum of RGB (Red+Green+Blue) = 123+67+172=362 (47% of max value = 765). Red value is 123 (48.44% from 255 or 33.98% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B43AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B43AC is #84BC53. Grayscale: #5F5F5F. Windows color (decimal): -8698964 or 11289467. OLE color: 11289467.
HSL color Cylindrical-coordinate representation of color #7B43AC: hue angle of 272º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B43AC is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 67 | 172 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.33 |
| HSL | 272º | 0.44% | 0.47% | - |
| HSV(B) | 272º | 0.61% | 0.67% | - |
| XYZ | 17.62 | 11.2 | 40.26 | - |
| YUV | 95.71 | 171.05 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 67 | 172 | 0.28 | 0.61 | 0 | 0.33 | 272 | 0.44 | 0.47 |
| Hex | 7B | 43 | AC | 1C | 3D | 0 | 21 | 110 | 2C | 2F |
| Octal | 173 | 103 | 254 | 34 | 75 | 0 | 41 | 420 | 54 | 57 |
| Binary | 1111011 | 1000011 | 10101100 | 11100 | 111101 | 0 | 100001 | 100010000 | 101100 | 101111 |
Color Harmonies of #7B43AC
Complementary color
Monochromatic Colors of #7B43AC
Black with #7B43AC
Text Example
Text Example
White with #7B43AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B43AC; }
p { color: rgb(123,67,172); }
H1.HeaderClassName
{
color: #7B43AC;
}
.AnyTagClassName
{
color: #7B43AC;
}
</style>
background-color css
<style>
a { background-color: #7B43AC; }
a { background-color: rgb(123,67,172); }
div.DivClassName
{
background-color: #7B43AC;
}
.BgClassName
{
background-color: #7B43AC;
}
</style>
border-color css
<style>
span { border-color: #7B43AC; }
span { border-color: rgb(123,67,172); }
td.TdClassName
{
border-color: #7B43AC;
}
.TagClassName
{
border-color: #7B43AC;
}
</style>