Shades of Studio #7A48BC
Tints of Studio #7A48BC
RGB
CMYK
RGB Variations
Color information
#7A48BC (or 0x7A48BC) is known color: Studio. HEX triplet: 7A, 48 and BC. RGB value is (122,72,188). Sum of RGB (Red+Green+Blue) = 122+72+188=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A48BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A48BC is #85B743. Grayscale: #636363. Windows color (decimal): -8763204 or 12339322. OLE color: 12339322.
HSL color Cylindrical-coordinate representation of color #7A48BC: hue angle of 265.86º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A48BC is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 72 | 188 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.26 |
| HSL | 265.86º | 0.46% | 0.51% | - |
| HSV(B) | 265.86º | 0.62% | 0.74% | - |
| XYZ | 19.42 | 12.4 | 48.95 | - |
| YUV | 100.17 | 177.57 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 72 | 188 | 0.35 | 0.62 | 0 | 0.26 | 265.86 | 0.46 | 0.51 |
| Hex | 7A | 48 | BC | 23 | 3E | 0 | 1A | 10A | 2E | 33 |
| Octal | 172 | 110 | 274 | 43 | 76 | 0 | 32 | 412 | 56 | 63 |
| Binary | 1111010 | 1001000 | 10111100 | 100011 | 111110 | 0 | 11010 | 100001010 | 101110 | 110011 |
Color Harmonies of #7A48BC
Complementary color
Monochromatic Colors of #7A48BC
Black with #7A48BC
Text Example
Text Example
White with #7A48BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A48BC; }
p { color: rgb(122,72,188); }
H1.HeaderClassName
{
color: #7A48BC;
}
.AnyTagClassName
{
color: #7A48BC;
}
</style>
background-color css
<style>
a { background-color: #7A48BC; }
a { background-color: rgb(122,72,188); }
div.DivClassName
{
background-color: #7A48BC;
}
.BgClassName
{
background-color: #7A48BC;
}
</style>
border-color css
<style>
span { border-color: #7A48BC; }
span { border-color: rgb(122,72,188); }
td.TdClassName
{
border-color: #7A48BC;
}
.TagClassName
{
border-color: #7A48BC;
}
</style>