#7f3fae

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

Shades of Studio #7F3FAE

Tints of Studio #7F3FAE

Color information

#7F3FAE (or 0x7F3FAE) is unknown color: approx Studio. HEX triplet: 7F, 3F and AE. RGB value is (127,63,174). Sum of RGB (Red+Green+Blue) = 127+63+174=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F3FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3FAE is #80C051. Grayscale: #5E5E5E. Windows color (decimal): -8437842 or 11419519. OLE color: 11419519.

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

Color convert

RGB12763174-
CMYK0.270.6400.32
HSL274.59º46.84%46.47%-
HSV(B)274.59º63.79%68.24%-
XYZ18.1711.1241.23-
YUV94.79172.7150.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.89%
GREEN value IS 63 (25% from 255) = 17.31%
BLUE value IS 174 (68.36% from 255) = 47.80%
R=34.89%
G=17.31%
B=47.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal127631740.270.6400.32274.5946.8446.47
Hex7F3FAE1B400201132f2e
Octal17777256331000404235756
Binary1111111111111101011101101110000000100000100010011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f3fae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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