#7A4BAE

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

Shades of Studio #7A4BAE

Tints of Studio #7A4BAE

Color information

#7A4BAE (or 0x7A4BAE) is unknown color: approx Studio. HEX triplet: 7A, 4B and AE. RGB value is (122,75,174). Sum of RGB (Red+Green+Blue) = 122+75+174=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A4BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4BAE is #85B451. Grayscale: #636363. Windows color (decimal): -8762450 or 11422586. OLE color: 11422586.

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

Color convert

RGB12275174-
CMYK0.300.5700.32
HSL268.48º39.76%48.82%-
HSV(B)268.48º56.9%68.24%-
XYZ18.1812.2341.45-
YUV100.34169.57143.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.88%
GREEN value IS 75 (29.69% from 255) = 20.22%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=32.88%
G=20.22%
B=46.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal122751740.300.5700.32268.4839.7648.82
Hex7A4BAE1E3902010c2831
Octal17211325636710404145061
Binary1111010100101110101110111101110010100000100001100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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