#7A4CA2

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

Shades of Studio #7A4CA2

Tints of Studio #7A4CA2

Color information

#7A4CA2 (or 0x7A4CA2) is unknown color: approx Studio. HEX triplet: 7A, 4C and A2. RGB value is (122,76,162). Sum of RGB (Red+Green+Blue) = 122+76+162=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 162 - color contains mainly: blue. Hex color #7A4CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4CA2 is #85B35D. Grayscale: #636363. Windows color (decimal): -8762206 or 10636410. OLE color: 10636410.

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

Color convert

RGB12276162-
CMYK0.250.5300.36
HSL272.09º36.13%46.67%-
HSV(B)272.09º53.09%63.53%-
XYZ17.1311.9235.58-
YUV99.56163.24144.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.89%
GREEN value IS 76 (30.08% from 255) = 21.11%
BLUE value IS 162 (63.67% from 255) = 45%
R=33.89%
G=21.11%
B=45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal122761620.250.5300.36272.0936.1346.67
Hex7A4CA21935024110242f
Octal17211424231650444204457
Binary1111010100110010100010110011101010100100100010000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,76,162); }

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

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

 a { background-color: rgb(122,76,162); }

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

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

 span { border-color: rgb(122,76,162); }

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