#7F3EAB

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

Shades of Studio #7F3EAB

Tints of Studio #7F3EAB

Color information

#7F3EAB (or 0x7F3EAB) is unknown color: approx Studio. HEX triplet: 7F, 3E and AB. RGB value is (127,62,171). Sum of RGB (Red+Green+Blue) = 127+62+171=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F3EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3EAB is #80C154. Grayscale: #5D5D5D. Windows color (decimal): -8438101 or 11222655. OLE color: 11222655.

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

Color convert

RGB12762171-
CMYK0.260.6400.33
HSL275.78º46.78%45.69%-
HSV(B)275.78º63.74%67.06%-
XYZ17.8310.939.69-
YUV93.86171.53151.64-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.28%
GREEN value IS 62 (24.61% from 255) = 17.22%
BLUE value IS 171 (67.19% from 255) = 47.5%
R=35.28%
G=17.22%
B=47.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127621710.260.6400.33275.7846.7845.69
Hex7F3EAB1A400211142f2e
Octal17776253321000414245756
Binary1111111111110101010111101010000000100001100010100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,62,171); }

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

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

 a { background-color: rgb(127,62,171); }

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

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

 span { border-color: rgb(127,62,171); }

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