Shades of Studio #7B44AB
Tints of Studio #7B44AB
RGB
CMYK
RGB Variations
Color information
#7B44AB (or 0x7B44AB) is known color: Studio. HEX triplet: 7B, 44 and AB. RGB value is (123,68,171). Sum of RGB (Red+Green+Blue) = 123+68+171=362 (47% of max value = 765). Red value is 123 (48.44% from 255 or 33.98% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B44AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B44AB is #84BB54. Grayscale: #5F5F5F. Windows color (decimal): -8698709 or 11224187. OLE color: 11224187.
HSL color Cylindrical-coordinate representation of color #7B44AB: hue angle of 272.04º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B44AB is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 68 | 171 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.33 |
| HSL | 272.04º | 0.43% | 0.47% | - |
| HSV(B) | 272.04º | 0.6% | 0.67% | - |
| XYZ | 17.59 | 11.29 | 39.78 | - |
| YUV | 96.19 | 170.22 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 68 | 171 | 0.28 | 0.60 | 0 | 0.33 | 272.04 | 0.43 | 0.47 |
| Hex | 7B | 44 | AB | 1C | 3C | 0 | 21 | 110 | 2B | 2F |
| Octal | 173 | 104 | 253 | 34 | 74 | 0 | 41 | 420 | 53 | 57 |
| Binary | 1111011 | 1000100 | 10101011 | 11100 | 111100 | 0 | 100001 | 100010000 | 101011 | 101111 |
Color Harmonies of #7B44AB
Complementary color
Monochromatic Colors of #7B44AB
Black with #7B44AB
Text Example
Text Example
White with #7B44AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B44AB; }
p { color: rgb(123,68,171); }
H1.HeaderClassName
{
color: #7B44AB;
}
.AnyTagClassName
{
color: #7B44AB;
}
</style>
background-color css
<style>
a { background-color: #7B44AB; }
a { background-color: rgb(123,68,171); }
div.DivClassName
{
background-color: #7B44AB;
}
.BgClassName
{
background-color: #7B44AB;
}
</style>
border-color css
<style>
span { border-color: #7B44AB; }
span { border-color: rgb(123,68,171); }
td.TdClassName
{
border-color: #7B44AB;
}
.TagClassName
{
border-color: #7B44AB;
}
</style>