#7F599F

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

Shades of Studio #7F599F

Tints of Studio #7F599F

Color information

#7F599F (or 0x7F599F) is unknown color: approx Studio. HEX triplet: 7F, 59 and 9F. RGB value is (127,89,159). Sum of RGB (Red+Green+Blue) = 127+89+159=375 (49% of max value = 765). Red value is 127 (50% from 255 or 33.87% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F599F is #80A660. Grayscale: #6C6C6C. Windows color (decimal): -8431201 or 10443135. OLE color: 10443135.

HSL color Cylindrical-coordinate representation of color #7F599F: hue angle of 272.57º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F599F is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12789159-
CMYK0.200.4400.38
HSL272.57º28.23%48.63%-
HSV(B)272.57º44.03%62.35%-
XYZ18.5814.1634.55-
YUV108.34156.59141.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.87%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 159 (62.5% from 255) = 42.4%
R=33.87%
G=23.73%
B=42.4%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal127891590.200.4400.38272.5728.2348.63
Hex7F599F142C0261111c31
Octal17713123724540464213461
Binary111111110110011001111110100101100010011010001000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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