#7A4AA4

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

Shades of Studio #7A4AA4

Tints of Studio #7A4AA4

Color information

#7A4AA4 (or 0x7A4AA4) is unknown color: approx Studio. HEX triplet: 7A, 4A and A4. RGB value is (122,74,164). Sum of RGB (Red+Green+Blue) = 122+74+164=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 164 - color contains mainly: blue. Hex color #7A4AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4AA4 is #85B55B. Grayscale: #626262. Windows color (decimal): -8762716 or 10766970. OLE color: 10766970.

HSL color Cylindrical-coordinate representation of color #7A4AA4: hue angle of 272º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A4AA4 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12274164-
CMYK0.260.5500.36
HSL272º37.82%46.67%-
HSV(B)272º54.88%64.31%-
XYZ17.1811.7236.48-
YUV98.61164.9144.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.89%
GREEN value IS 74 (29.30% from 255) = 20.56%
BLUE value IS 164 (64.45% from 255) = 45.56%
R=33.89%
G=20.56%
B=45.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal122741640.260.5500.3627237.8246.67
Hex7A4AA41A37024110262f
Octal17211224432670444204657
Binary1111010100101010100100110101101110100100100010000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,74,164); }

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

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

 a { background-color: rgb(122,74,164); }

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

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

 span { border-color: rgb(122,74,164); }

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