#7F59A5

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

Shades of Studio #7F59A5

Tints of Studio #7F59A5

Color information

#7F59A5 (or 0x7F59A5) is unknown color: approx Studio. HEX triplet: 7F, 59 and A5. RGB value is (127,89,165). Sum of RGB (Red+Green+Blue) = 127+89+165=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 165 (64.84% from 255 or 43.31% from 381); Max value from RGB is 165 - color contains mainly: blue. Hex color #7F59A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F59A5 is #80A65A. Grayscale: #6C6C6C. Windows color (decimal): -8431195 or 10836351. OLE color: 10836351.

HSL color Cylindrical-coordinate representation of color #7F59A5: hue angle of 270º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F59A5 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12789165-
CMYK0.230.4600.35
HSL270º29.92%49.8%-
HSV(B)270º46.06%64.71%-
XYZ19.1214.3737.36-
YUV109.03159.59140.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.33%
GREEN value IS 89 (35.16% from 255) = 23.36%
BLUE value IS 165 (64.84% from 255) = 43.31%
R=33.33%
G=23.36%
B=43.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal127891650.230.4600.3527029.9249.8
Hex7F59A5172E02310e1e32
Octal17713124527560434163662
Binary111111110110011010010110111101110010001110000111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F59A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,89,165); }

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

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

 a { background-color: rgb(127,89,165); }

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

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

 span { border-color: rgb(127,89,165); }

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