#7E44AD

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

Shades of Studio #7E44AD

Tints of Studio #7E44AD

Color information

#7E44AD (or 0x7E44AD) is unknown color: approx Studio. HEX triplet: 7E, 44 and AD. RGB value is (126,68,173). Sum of RGB (Red+Green+Blue) = 126+68+173=367 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.33% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E44AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E44AD is #81BB52. Grayscale: #606060. Windows color (decimal): -8502099 or 11355262. OLE color: 11355262.

HSL color Cylindrical-coordinate representation of color #7E44AD: hue angle of 273.14º 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 #7E44AD is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12668173-
CMYK0.270.6100.32
HSL273.14º43.57%47.25%-
HSV(B)273.14º60.69%67.84%-
XYZ18.2111.5940.81-
YUV97.31170.72148.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.33%
GREEN value IS 68 (26.95% from 255) = 18.53%
BLUE value IS 173 (67.97% from 255) = 47.14%
R=34.33%
G=18.53%
B=47.14%

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
Decimal126681730.270.6100.32273.1443.5747.25
Hex7E44AD1B3D0201112c2f
Octal17610425533750404215457
Binary1111110100010010101101110111111010100000100010001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E44AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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