#7F559F

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

Shades of Studio #7F559F

Tints of Studio #7F559F

Color information

#7F559F (or 0x7F559F) is unknown color: approx Studio. HEX triplet: 7F, 55 and 9F. RGB value is (127,85,159). Sum of RGB (Red+Green+Blue) = 127+85+159=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F559F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F559F is #80AA60. Grayscale: #696969. Windows color (decimal): -8432225 or 10442111. OLE color: 10442111.

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

Color convert

RGB12785159-
CMYK0.200.4700.38
HSL274.05º30.33%47.84%-
HSV(B)274.05º46.54%62.35%-
XYZ18.2613.5134.45-
YUV105.99157.91142.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.23%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=34.23%
G=22.91%
B=42.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal127851590.200.4700.38274.0530.3347.84
Hex7F559F142F0261121e30
Octal17712523724570464223660
Binary111111110101011001111110100101111010011010001001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F559F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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