#7E4BA5

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

Shades of Studio #7E4BA5

Tints of Studio #7E4BA5

Color information

#7E4BA5 (or 0x7E4BA5) is unknown color: approx Studio. HEX triplet: 7E, 4B and A5. RGB value is (126,75,165). Sum of RGB (Red+Green+Blue) = 126+75+165=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 165 (64.84% from 255 or 45.08% from 366); Max value from RGB is 165 - color contains mainly: blue. Hex color #7E4BA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4BA5 is #81B45A. Grayscale: #646464. Windows color (decimal): -8500315 or 10832766. OLE color: 10832766.

HSL color Cylindrical-coordinate representation of color #7E4BA5: hue angle of 274º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E4BA5 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12675165-
CMYK0.240.5500.35
HSL274º37.5%47.06%-
HSV(B)274º54.55%64.71%-
XYZ17.9112.1837.01-
YUV100.51164.4146.18-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.43%
GREEN value IS 75 (29.69% from 255) = 20.49%
BLUE value IS 165 (64.84% from 255) = 45.08%
R=34.43%
G=20.49%
B=45.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal126751650.240.5500.3527437.547.06
Hex7E4BA51837023112252f
Octal17611324530670434224557
Binary1111110100101110100101110001101110100011100010010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,75,165); }

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

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

 a { background-color: rgb(126,75,165); }

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

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

 span { border-color: rgb(126,75,165); }

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