#7F39AA

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

Shades of Studio #7F39AA

Tints of Studio #7F39AA

Color information

#7F39AA (or 0x7F39AA) is unknown color: approx Studio. HEX triplet: 7F, 39 and AA. RGB value is (127,57,170). Sum of RGB (Red+Green+Blue) = 127+57+170=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F39AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F39AA is #80C655. Grayscale: #5A5A5A. Windows color (decimal): -8439382 or 11155839. OLE color: 11155839.

HSL color Cylindrical-coordinate representation of color #7F39AA: hue angle of 277.17º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F39AA is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12757170-
CMYK0.250.6600.33
HSL277.17º49.78%44.51%-
HSV(B)277.17º66.47%66.67%-
XYZ17.4710.3439.11-
YUV90.81172.69153.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.88%
GREEN value IS 57 (22.66% from 255) = 16.10%
BLUE value IS 170 (66.80% from 255) = 48.02%
R=35.88%
G=16.10%
B=48.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127571700.250.6600.33277.1749.7844.51
Hex7F39AA1942021115322d
Octal17771252311020414256255
Binary1111111111001101010101100110000100100001100010101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F39AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,57,170); }

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

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

 a { background-color: rgb(127,57,170); }

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

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

 span { border-color: rgb(127,57,170); }

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