#7A549B

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

Shades of Studio #7A549B

Tints of Studio #7A549B

Color information

#7A549B (or 0x7A549B) is unknown color: approx Studio. HEX triplet: 7A, 54 and 9B. RGB value is (122,84,155). Sum of RGB (Red+Green+Blue) = 122+84+155=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A549B is #85AB64. Grayscale: #676767. Windows color (decimal): -8760165 or 10179706. OLE color: 10179706.

HSL color Cylindrical-coordinate representation of color #7A549B: hue angle of 272.11º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A549B is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12284155-
CMYK0.210.4600.39
HSL272.11º29.71%46.86%-
HSV(B)272.11º45.81%60.78%-
XYZ17.1112.8432.59-
YUV103.46157.09141.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.80%
GREEN value IS 84 (33.20% from 255) = 23.27%
BLUE value IS 155 (60.94% from 255) = 42.94%
R=33.80%
G=23.27%
B=42.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal122841550.210.4600.39272.1129.7146.86
Hex7A549B152E0271101e2f
Octal17212423325560474203657
Binary111101010101001001101110101101110010011110001000011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,84,155); }

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

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

 a { background-color: rgb(122,84,155); }

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

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

 span { border-color: rgb(122,84,155); }

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