#7F41AE

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

Shades of Studio #7F41AE

Tints of Studio #7F41AE

Color information

#7F41AE (or 0x7F41AE) is unknown color: approx Studio. HEX triplet: 7F, 41 and AE. RGB value is (127,65,174). Sum of RGB (Red+Green+Blue) = 127+65+174=366 (48% of max value = 765). Red value is 127 (50% from 255 or 34.70% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F41AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F41AE is #80BE51. Grayscale: #5F5F5F. Windows color (decimal): -8437330 or 11420031. OLE color: 11420031.

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

Color convert

RGB12765174-
CMYK0.270.6300.32
HSL274.13º45.61%46.86%-
HSV(B)274.13º62.64%68.24%-
XYZ18.2811.3541.27-
YUV95.96172.04150.14-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.70%
GREEN value IS 65 (25.78% from 255) = 17.76%
BLUE value IS 174 (68.36% from 255) = 47.54%
R=34.70%
G=17.76%
B=47.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal127651740.270.6300.32274.1345.6146.86
Hex7F41AE1B3F0201122e2f
Octal17710125633770404225657
Binary1111111100000110101110110111111110100000100010010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F41AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,65,174); }

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

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

 a { background-color: rgb(127,65,174); }

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

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

 span { border-color: rgb(127,65,174); }

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