Shades of Studio #7A48BE
Tints of Studio #7A48BE
RGB
CMYK
RGB Variations
Color information
#7A48BE (or 0x7A48BE) is known color: Studio. HEX triplet: 7A, 48 and BE. RGB value is (122,72,190). Sum of RGB (Red+Green+Blue) = 122+72+190=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A48BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A48BE is #85B741. Grayscale: #636363. Windows color (decimal): -8763202 or 12470394. OLE color: 12470394.
HSL color Cylindrical-coordinate representation of color #7A48BE: hue angle of 265.42º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A48BE is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 72 | 190 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.25 |
| HSL | 265.42º | 0.48% | 0.51% | - |
| HSV(B) | 265.42º | 0.62% | 0.75% | - |
| XYZ | 19.64 | 12.49 | 50.09 | - |
| YUV | 100.4 | 178.57 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 72 | 190 | 0.36 | 0.62 | 0 | 0.25 | 265.42 | 0.48 | 0.51 |
| Hex | 7A | 48 | BE | 24 | 3E | 0 | 19 | 109 | 30 | 33 |
| Octal | 172 | 110 | 276 | 44 | 76 | 0 | 31 | 411 | 60 | 63 |
| Binary | 1111010 | 1001000 | 10111110 | 100100 | 111110 | 0 | 11001 | 100001001 | 110000 | 110011 |
Color Harmonies of #7A48BE
Complementary color
Monochromatic Colors of #7A48BE
Black with #7A48BE
Text Example
Text Example
White with #7A48BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A48BE; }
p { color: rgb(122,72,190); }
H1.HeaderClassName
{
color: #7A48BE;
}
.AnyTagClassName
{
color: #7A48BE;
}
</style>
background-color css
<style>
a { background-color: #7A48BE; }
a { background-color: rgb(122,72,190); }
div.DivClassName
{
background-color: #7A48BE;
}
.BgClassName
{
background-color: #7A48BE;
}
</style>
border-color css
<style>
span { border-color: #7A48BE; }
span { border-color: rgb(122,72,190); }
td.TdClassName
{
border-color: #7A48BE;
}
.TagClassName
{
border-color: #7A48BE;
}
</style>