#7E42B3

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

Shades of Studio #7E42B3

Tints of Studio #7E42B3

Color information

#7E42B3 (or 0x7E42B3) is unknown color: approx Studio. HEX triplet: 7E, 42 and B3. RGB value is (126,66,179). Sum of RGB (Red+Green+Blue) = 126+66+179=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #7E42B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E42B3 is #81BD4C. Grayscale: #606060. Windows color (decimal): -8502605 or 11747966. OLE color: 11747966.

HSL color Cylindrical-coordinate representation of color #7E42B3: hue angle of 271.86º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E42B3 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12666179-
CMYK0.300.6300.30
HSL271.86º46.12%48.04%-
HSV(B)271.86º63.13%70.2%-
XYZ18.6911.5943.9-
YUV96.82174.38148.81-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.96%
GREEN value IS 66 (26.17% from 255) = 17.79%
BLUE value IS 179 (70.31% from 255) = 48.25%
R=33.96%
G=17.79%
B=48.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal126661790.300.6300.30271.8646.1248.04
Hex7E42B31E3F01E1102e30
Octal17610226336770364205660
Binary111111010000101011001111110111111011110100010000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E42B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,66,179); }

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

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

 a { background-color: rgb(126,66,179); }

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

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

 span { border-color: rgb(126,66,179); }

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