Shades of Studio #7B54A4
Tints of Studio #7B54A4
RGB
CMYK
RGB Variations
Color information
#7B54A4 (or 0x7B54A4) is known color: Studio. HEX triplet: 7B, 54 and A4. RGB value is (123,84,164). Sum of RGB (Red+Green+Blue) = 123+84+164=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #7B54A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B54A4 is #84AB5B. Grayscale: #686868. Windows color (decimal): -8694620 or 10769531. OLE color: 10769531.
HSL color Cylindrical-coordinate representation of color #7B54A4: hue angle of 269.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B54A4 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 84 | 164 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.36 |
| HSL | 269.25º | 0.32% | 0.49% | - |
| HSV(B) | 269.25º | 0.49% | 0.64% | - |
| XYZ | 18.04 | 13.23 | 36.73 | - |
| YUV | 104.78 | 161.42 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 84 | 164 | 0.25 | 0.49 | 0 | 0.36 | 269.25 | 0.32 | 0.49 |
| Hex | 7B | 54 | A4 | 19 | 31 | 0 | 24 | 10D | 20 | 31 |
| Octal | 173 | 124 | 244 | 31 | 61 | 0 | 44 | 415 | 40 | 61 |
| Binary | 1111011 | 1010100 | 10100100 | 11001 | 110001 | 0 | 100100 | 100001101 | 100000 | 110001 |
Color Harmonies of #7B54A4
Complementary color
Monochromatic Colors of #7B54A4
Black with #7B54A4
Text Example
Text Example
White with #7B54A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B54A4; }
p { color: rgb(123,84,164); }
H1.HeaderClassName
{
color: #7B54A4;
}
.AnyTagClassName
{
color: #7B54A4;
}
</style>
background-color css
<style>
a { background-color: #7B54A4; }
a { background-color: rgb(123,84,164); }
div.DivClassName
{
background-color: #7B54A4;
}
.BgClassName
{
background-color: #7B54A4;
}
</style>
border-color css
<style>
span { border-color: #7B54A4; }
span { border-color: rgb(123,84,164); }
td.TdClassName
{
border-color: #7B54A4;
}
.TagClassName
{
border-color: #7B54A4;
}
</style>