Shades of Studio #7B45AD
Tints of Studio #7B45AD
RGB
CMYK
RGB Variations
Color information
#7B45AD (or 0x7B45AD) is known color: Studio. HEX triplet: 7B, 45 and AD. RGB value is (123,69,173). Sum of RGB (Red+Green+Blue) = 123+69+173=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B45AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B45AD is #84BA52. Grayscale: #606060. Windows color (decimal): -8698451 or 11355515. OLE color: 11355515.
HSL color Cylindrical-coordinate representation of color #7B45AD: hue angle of 271.15º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B45AD is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 69 | 173 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.32 |
| HSL | 271.15º | 0.43% | 0.47% | - |
| HSV(B) | 271.15º | 0.6% | 0.68% | - |
| XYZ | 17.84 | 11.48 | 40.81 | - |
| YUV | 97 | 170.89 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 69 | 173 | 0.29 | 0.60 | 0 | 0.32 | 271.15 | 0.43 | 0.47 |
| Hex | 7B | 45 | AD | 1D | 3C | 0 | 20 | 10F | 2B | 2F |
| Octal | 173 | 105 | 255 | 35 | 74 | 0 | 40 | 417 | 53 | 57 |
| Binary | 1111011 | 1000101 | 10101101 | 11101 | 111100 | 0 | 100000 | 100001111 | 101011 | 101111 |
Color Harmonies of #7B45AD
Complementary color
Monochromatic Colors of #7B45AD
Black with #7B45AD
Text Example
Text Example
White with #7B45AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B45AD; }
p { color: rgb(123,69,173); }
H1.HeaderClassName
{
color: #7B45AD;
}
.AnyTagClassName
{
color: #7B45AD;
}
</style>
background-color css
<style>
a { background-color: #7B45AD; }
a { background-color: rgb(123,69,173); }
div.DivClassName
{
background-color: #7B45AD;
}
.BgClassName
{
background-color: #7B45AD;
}
</style>
border-color css
<style>
span { border-color: #7B45AD; }
span { border-color: rgb(123,69,173); }
td.TdClassName
{
border-color: #7B45AD;
}
.TagClassName
{
border-color: #7B45AD;
}
</style>