Shades of Studio #7B4FA5
Tints of Studio #7B4FA5
RGB
CMYK
RGB Variations
Color information
#7B4FA5 (or 0x7B4FA5) is known color: Studio. HEX triplet: 7B, 4F and A5. RGB value is (123,79,165). Sum of RGB (Red+Green+Blue) = 123+79+165=367 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.51% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 165 (64.84% from 255 or 44.96% from 367); Max value from RGB is 165 - color contains mainly: blue. Hex color #7B4FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B4FA5 is #84B05A. Grayscale: #656565. Windows color (decimal): -8695899 or 10833787. OLE color: 10833787.
HSL color Cylindrical-coordinate representation of color #7B4FA5: hue angle of 270.7º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B4FA5 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 79 | 165 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.35 |
| HSL | 270.7º | 0.35% | 0.48% | - |
| HSV(B) | 270.7º | 0.52% | 0.65% | - |
| XYZ | 17.76 | 12.52 | 37.08 | - |
| YUV | 101.96 | 163.58 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 79 | 165 | 0.25 | 0.52 | 0 | 0.35 | 270.7 | 0.35 | 0.48 |
| Hex | 7B | 4F | A5 | 19 | 34 | 0 | 23 | 10F | 23 | 30 |
| Octal | 173 | 117 | 245 | 31 | 64 | 0 | 43 | 417 | 43 | 60 |
| Binary | 1111011 | 1001111 | 10100101 | 11001 | 110100 | 0 | 100011 | 100001111 | 100011 | 110000 |
Color Harmonies of #7B4FA5
Complementary color
Monochromatic Colors of #7B4FA5
Black with #7B4FA5
Text Example
Text Example
White with #7B4FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4FA5; }
p { color: rgb(123,79,165); }
H1.HeaderClassName
{
color: #7B4FA5;
}
.AnyTagClassName
{
color: #7B4FA5;
}
</style>
background-color css
<style>
a { background-color: #7B4FA5; }
a { background-color: rgb(123,79,165); }
div.DivClassName
{
background-color: #7B4FA5;
}
.BgClassName
{
background-color: #7B4FA5;
}
</style>
border-color css
<style>
span { border-color: #7B4FA5; }
span { border-color: rgb(123,79,165); }
td.TdClassName
{
border-color: #7B4FA5;
}
.TagClassName
{
border-color: #7B4FA5;
}
</style>