#7E43AD

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

Shades of Studio #7E43AD

Tints of Studio #7E43AD

Color information

#7E43AD (or 0x7E43AD) is unknown color: approx Studio. HEX triplet: 7E, 43 and AD. RGB value is (126,67,173). Sum of RGB (Red+Green+Blue) = 126+67+173=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E43AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E43AD is #81BC52. Grayscale: #606060. Windows color (decimal): -8502355 or 11355006. OLE color: 11355006.

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

Color convert

RGB12667173-
CMYK0.270.6100.32
HSL273.4º44.17%47.06%-
HSV(B)273.4º61.27%67.84%-
XYZ18.1511.4740.79-
YUV96.72171.05148.88-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.43%
GREEN value IS 67 (26.56% from 255) = 18.31%
BLUE value IS 173 (67.97% from 255) = 47.27%
R=34.43%
G=18.31%
B=47.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal126671730.270.6100.32273.444.1747.06
Hex7E43AD1B3D0201112c2f
Octal17610325533750404215457
Binary1111110100001110101101110111111010100000100010001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E43AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,67,173); }

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

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

 a { background-color: rgb(126,67,173); }

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

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

 span { border-color: rgb(126,67,173); }

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