#7A4ABE

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

Shades of Studio #7A4ABE

Tints of Studio #7A4ABE

Color information

#7A4ABE (or 0x7A4ABE) is unknown color: approx Studio. HEX triplet: 7A, 4A and BE. RGB value is (122,74,190). Sum of RGB (Red+Green+Blue) = 122+74+190=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A4ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A4ABE is #85B541. Grayscale: #656565. Windows color (decimal): -8762690 or 12470906. OLE color: 12470906.

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

Color convert

RGB12274190-
CMYK0.360.6100.25
HSL264.83º47.15%51.76%-
HSV(B)264.83º61.05%74.51%-
XYZ19.7712.7550.13-
YUV101.58177.9142.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.61%
GREEN value IS 74 (29.30% from 255) = 19.17%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=31.61%
G=19.17%
B=49.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122741900.360.6100.25264.8347.1551.76
Hex7A4ABE243D0191092f34
Octal17211227644750314115764
Binary1111010100101010111110100100111101011001100001001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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