#7A48AA

Color #7A48AA Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7A48AA

Tints of Studio #7A48AA

Color information

#7A48AA (or 0x7A48AA) is unknown color: approx Studio. HEX triplet: 7A, 48 and AA. RGB value is (122,72,170). Sum of RGB (Red+Green+Blue) = 122+72+170=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A48AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A48AA is #85B755. Grayscale: #616161. Windows color (decimal): -8763222 or 11159674. OLE color: 11159674.

HSL color Cylindrical-coordinate representation of color #7A48AA: hue angle of 270.61º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A48AA is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12272170-
CMYK0.280.5800.33
HSL270.61º40.5%47.45%-
HSV(B)270.61º57.65%66.67%-
XYZ17.611.6739.36-
YUV98.12168.56145.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 33.52%
GREEN value IS 72 (28.52% from 255) = 19.78%
BLUE value IS 170 (66.80% from 255) = 46.70%
R=33.52%
G=19.78%
B=46.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122721700.280.5800.33270.6140.547.45
Hex7A48AA1C3A02110f282f
Octal17211025234720414175057
Binary1111010100100010101010111001110100100001100001111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A48AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A48AA; }

 p { color: rgb(122,72,170); }

 H1.HeaderClassName
 {
   color: #7A48AA;
 }
 .AnyTagClassName
 {
   color: #7A48AA;
 }
</style>
background-color css

<style>
 a { background-color: #7A48AA; }

 a { background-color: rgb(122,72,170); }

 div.DivClassName
 {
   background-color: #7A48AA;
 }
 .BgClassName
 {
   background-color: #7A48AA;
 }
</style>
border-color css

<style>
 span { border-color: #7A48AA; }

 span { border-color: rgb(122,72,170); }

 td.TdClassName
 {
   border-color: #7A48AA;
 }
 .TagClassName
 {
   border-color: #7A48AA;
 }
</style>