#7E4AB9

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

Shades of Studio #7E4AB9

Tints of Studio #7E4AB9

Color information

#7E4AB9 (or 0x7E4AB9) is unknown color: approx Studio. HEX triplet: 7E, 4A and B9. RGB value is (126,74,185). Sum of RGB (Red+Green+Blue) = 126+74+185=385 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.73% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #7E4AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4AB9 is #81B546. Grayscale: #656565. Windows color (decimal): -8500551 or 12143230. OLE color: 12143230.

HSL color Cylindrical-coordinate representation of color #7E4AB9: hue angle of 268.11º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E4AB9 is Cyan = 0.32, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12674185-
CMYK0.320.600.27
HSL268.11º44.22%50.78%-
HSV(B)268.11º60%72.55%-
XYZ19.8112.8447.33-
YUV102.2174.73144.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.73%
GREEN value IS 74 (29.30% from 255) = 19.22%
BLUE value IS 185 (72.66% from 255) = 48.05%
R=32.73%
G=19.22%
B=48.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal126741850.320.600.27268.1144.2250.78
Hex7E4AB9203C01B10c2c33
Octal17611227140740334145463
Binary1111110100101010111001100000111100011011100001100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,74,185); }

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

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

 a { background-color: rgb(126,74,185); }

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

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

 span { border-color: rgb(126,74,185); }

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