#7A4EA3

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

Shades of Studio #7A4EA3

Tints of Studio #7A4EA3

Color information

#7A4EA3 (or 0x7A4EA3) is unknown color: approx Studio. HEX triplet: 7A, 4E and A3. RGB value is (122,78,163). Sum of RGB (Red+Green+Blue) = 122+78+163=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 163 (64.06% from 255 or 44.90% from 363); Max value from RGB is 163 - color contains mainly: blue. Hex color #7A4EA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A4EA3 is #85B15C. Grayscale: #646464. Windows color (decimal): -8761693 or 10702458. OLE color: 10702458.

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

Color convert

RGB12278163-
CMYK0.250.5200.36
HSL271.06º35.27%47.25%-
HSV(B)271.06º52.15%63.92%-
XYZ17.3612.2336.1-
YUV100.85163.08143.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.61%
GREEN value IS 78 (30.86% from 255) = 21.49%
BLUE value IS 163 (64.06% from 255) = 44.90%
R=33.61%
G=21.49%
B=44.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal122781630.250.5200.36271.0635.2747.25
Hex7A4EA3193402410f232f
Octal17211624331640444174357
Binary1111010100111010100011110011101000100100100001111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,78,163); }

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

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

 a { background-color: rgb(122,78,163); }

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

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

 span { border-color: rgb(122,78,163); }

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