#7A43AE

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

Shades of Studio #7A43AE

Tints of Studio #7A43AE

Color information

#7A43AE (or 0x7A43AE) is unknown color: approx Studio. HEX triplet: 7A, 43 and AE. RGB value is (122,67,174). Sum of RGB (Red+Green+Blue) = 122+67+174=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A43AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A43AE is #85BC51. Grayscale: #5F5F5F. Windows color (decimal): -8764498 or 11420538. OLE color: 11420538.

HSL color Cylindrical-coordinate representation of color #7A43AE: hue angle of 270.84º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A43AE is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12267174-
CMYK0.300.6100.32
HSL270.84º44.4%47.25%-
HSV(B)270.84º61.49%68.24%-
XYZ17.6711.2141.28-
YUV95.64172.22146.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.61%
GREEN value IS 67 (26.56% from 255) = 18.46%
BLUE value IS 174 (68.36% from 255) = 47.93%
R=33.61%
G=18.46%
B=47.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal122671740.300.6100.32270.8444.447.25
Hex7A43AE1E3D02010f2c2f
Octal17210325636750404175457
Binary1111010100001110101110111101111010100000100001111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A43AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,67,174); }

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

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

 a { background-color: rgb(122,67,174); }

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

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

 span { border-color: rgb(122,67,174); }

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