#7A4FAA

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

Shades of Studio #7A4FAA

Tints of Studio #7A4FAA

Color information

#7A4FAA (or 0x7A4FAA) is unknown color: approx Studio. HEX triplet: 7A, 4F and AA. RGB value is (122,79,170). Sum of RGB (Red+Green+Blue) = 122+79+170=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A4FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A4FAA is #85B055. Grayscale: #656565. Windows color (decimal): -8761430 or 11161466. OLE color: 11161466.

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

Color convert

RGB12279170-
CMYK0.280.5400.33
HSL268.35º36.55%48.82%-
HSV(B)268.35º53.53%66.67%-
XYZ18.0812.6339.52-
YUV102.23166.25142.1-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.88%
GREEN value IS 79 (31.25% from 255) = 21.29%
BLUE value IS 170 (66.80% from 255) = 45.82%
R=32.88%
G=21.29%
B=45.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122791700.280.5400.33268.3536.5548.82
Hex7A4FAA1C3602110c2531
Octal17211725234660414144561
Binary1111010100111110101010111001101100100001100001100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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