Shades of Studio #7A45A8
Tints of Studio #7A45A8
RGB
CMYK
RGB Variations
Color information
#7A45A8 (or 0x7A45A8) is known color: Studio. HEX triplet: 7A, 45 and A8. RGB value is (122,69,168). Sum of RGB (Red+Green+Blue) = 122+69+168=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 168 - color contains mainly: blue. Hex color #7A45A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A45A8 is #85BA57. Grayscale: #5F5F5F. Windows color (decimal): -8763992 or 11027834. OLE color: 11027834.
HSL color Cylindrical-coordinate representation of color #7A45A8: hue angle of 272.12º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A45A8 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 69 | 168 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.34 |
| HSL | 272.12º | 0.42% | 0.46% | - |
| HSV(B) | 272.12º | 0.59% | 0.66% | - |
| XYZ | 17.22 | 11.22 | 38.3 | - |
| YUV | 96.13 | 168.56 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 69 | 168 | 0.27 | 0.59 | 0 | 0.34 | 272.12 | 0.42 | 0.46 |
| Hex | 7A | 45 | A8 | 1B | 3B | 0 | 22 | 110 | 2A | 2E |
| Octal | 172 | 105 | 250 | 33 | 73 | 0 | 42 | 420 | 52 | 56 |
| Binary | 1111010 | 1000101 | 10101000 | 11011 | 111011 | 0 | 100010 | 100010000 | 101010 | 101110 |
Color Harmonies of #7A45A8
Complementary color
Monochromatic Colors of #7A45A8
Black with #7A45A8
Text Example
Text Example
White with #7A45A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A45A8; }
p { color: rgb(122,69,168); }
H1.HeaderClassName
{
color: #7A45A8;
}
.AnyTagClassName
{
color: #7A45A8;
}
</style>
background-color css
<style>
a { background-color: #7A45A8; }
a { background-color: rgb(122,69,168); }
div.DivClassName
{
background-color: #7A45A8;
}
.BgClassName
{
background-color: #7A45A8;
}
</style>
border-color css
<style>
span { border-color: #7A45A8; }
span { border-color: rgb(122,69,168); }
td.TdClassName
{
border-color: #7A45A8;
}
.TagClassName
{
border-color: #7A45A8;
}
</style>